#footer_col_3 {
    width: auto;
}
#footer_col_3 #block-block-2 {
    padding: 10px 0 0;
}
#mc-embedded-subscribe {
    background: #fff url("../img/form-submit-large.png") no-repeat scroll 0 0;
    width: 180px !important;
}

#privacy_overlay {
    position: fixed;
    background-color: #a5a5a5bd;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

#privacy_overlay .overlay_content {
    width: 500px;
    max-width: 80%;
    background-color: white;
    padding: 50px;
    border-radius: 5px;
    margin: 10% auto;
    box-shadow: 1px 1px 14px 3px #969696;
    text-align: center;
    font-size: 17px;
    display: none;
}

#privacy_overlay .overlay_content a {
    text-decoration: underline;
}

#main .content table {
    border: 1px solid #c6c7c8;
}

#main .content table tbody td {
    border: 1px solid grey;
}