#main-wrapper {
    font-size: 15px;
    height: 100%;    
}


#main-wrapper .card a:link {
    color: #2172B5 !important;
    text-decoration: underline;
}

#main-wrapper .card a:visited {
    color:#2172B5 !important;
}



.topBar {
    background-color: #333e5c;
    height: 50px;
}


/*Card*/
.card{
    background-color: #fff !important;
    padding: 0 !important;
    height: 100%;
    border-bottom: solid 30px #333e5c ;
    
}

.cardHeader {
    font-size: 18px;
    border-radius: 3px 3px 0 0;
    background-color: #333e5c;
    margin-top: -4px;
    padding: 15px;
    text-align: center;
    color: #fff;
}

.cardSubHeader {
   color: #2172B5;
   font-size: 15px;
   font-weight: bold;
}

.cardImg {
    margin-top: -10px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    max-height: 150px;

}



.imglink a:hover {
    border: solid black 1px;
    border-radius: 10px;
    width: 100%;
}



.lanButton {
    background-color: #333e5c !important;
    color: #fff !important;
    border: #2172B5 3px solid !important;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
    
}

.lanButton a:visited {
    color: #fff !important;
}




.lanButton:hover {
    background-color: #fff !important;
    color: #333e5c !important; 
    border: #2172B5 3px solid;
    border-radius: 0;
}







     