@charset "utf-8";

table{
    width: 100%;
        border-top:  2px solid #000000;
        border-bottom:2px solid #000000;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table td{
    padding:  20px ;

    line-height: 35px;
    border-bottom: 1px solid #ccc;
}


table th{
    font-weight: 500;
    line-height: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:1127px){

table td{
    padding:  18px ;
        font-size: 16px;
    line-height: 35px;
}


table th{
        font-size: 18px;
    line-height: 30px;
    padding: 18px 0;
}
  
}

@media screen and (max-width:860px){

table td{
    padding:  15px 0;
        font-size: 14px;
    line-height: 30px;
}

table th{
        font-size: 16px;
    padding: 15px 0;
}
  
}
@media screen and (max-width:550px){

table td{

        font-size: 13px;
    line-height: 25px;
}


table th{
        font-size: 14px;

}
  
}
