﻿.uscenter{
    padding: 20px 0 40px;
}
.uscenter-meun{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.uscenter-meun a{
    font-size: 16px;
    color: #333;
    display: block;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    border: 1px dashed #ddd5d5;
    text-align: center;
    margin-right: 10px;
}
.uscenter-cont{
    margin-top: 20px;
}
.uscenter-cont table{
    width: 100%;
    border-top: 1px solid #ddd5d5;
    border-right: 1px solid #ddd5d5;
}
.uscenter-cont table tr td,
.uscenter-cont table tr th{
    border-left: 1px solid #ddd5d5;
    border-bottom: 1px solid #ddd5d5;
    text-indent: 10px;
    color: #333;
    font-size: 18px;
    height: 45px;
}
.uscenter-cont table tr th{
    width: 20%;
}

.icona ul:nth-child(1){
    height: 751px !important;
}

@media screen and (max-width:480px) {
    .icona ul{
        height: 120px;
    }
    .icona ul:nth-child(1){
        height: 235px !important;
    }
    .foot2 ul:nth-child(3),
    .foot2 ul:nth-child(2){
        display: none;
    }
    .foot3{
        padding-bottom: 15px;
    }
    .uscenter-cont table tr td,
    .uscenter-cont table tr th{
        font-size: 14px;
    }
    .nav{
        display: none !important;
    }
    .container{
        width: 92% !important;
    }
    .col-12{
        max-width: 88% !important;
    }
}










































































