footer {
background-color:#FFF;
}
.top-container {
border-bottom:2px solid #000000;
}
.bottom-container {
border-top:2px solid #000000;
}
.bottom-container a {
color:#000;
text-decoration:none;
font-weight:bold;
line-height:1.5;
}
.footer-container, .footer-container a, .footer-container span {
    color: #000;
}

.submenu-widget a {
    display: block;
    color: #FFF;
    text-decoration:none;
    hover: #2d33e6; 
    background:#0b7a9d;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    transition: all .5s 
ease;
}
/* Style for a link when hovered */
.submenu-widget a:hover {
background-color: #2d33e6;
}
/* hide new unhelpful instructions */
.new-instruction-text {
  visibility: hidden;
}