@charset "utf-8";
/* CSS Document */
@media (max-width: 1149px) {
    .cardLogoHolder img{margin-left:40px;}
    .imgFooter{height:25px;}
}
@media (max-width:799px) {
    header .container{width:95%;}
}
@media (max-width: 699px) {
    .logo{float: none; width: 80%; max-width:150px; margin: 0 auto;}
    .textRight{display:none;}
    .textLeft{display:none;}
    .cardLogoHolder{width: 100%; text-align: center; margin: 40px 0 0 0;}
    .cardLogoHolder img{margin: 0 20px; float: none; display: inline-block;}
    .imgFooter { height: 20px; margin: 20px 10px;}
}
@media (max-width: 649px) {
    .myTable {margin: 0 0 10px 0;}
    tr {border: 1px solid #333;}
    .myTable td {border: 1px solid #ccc; height: 28px; font-size: 13px; line-height: 28px; padding: 0 10px;}
    .textHolder {text-align: center; padding: 20px; font-size: 18px; line-height: 1.4;}
    .comment {padding: 20px; font-size: 17px;}
    .LL {font-size: 12px; line-height: 1.5;}
    img.logo-img{width: 60%; position: relative; left: 95px;}
}