
.performance p{font-size:16.5px; letter-spacing:-0.6px;}
.performance table{
    width:100%;
    border-bottom:1px solid #ccc;
    border-collapse:collapse;
    margin:0 0 10px;
    border-spacing:2px;    
}
.performance th{
    padding: 12px 5px;
    border: 1px solid #fff;
    background-color: #0072bc;
    color: #fff;
    font-weight: 500;
    font-size:16px;
    text-align:center;
}
.performance td{
    padding: 10px 5px;
    border: 1px solid #fff;
    color: #4c4c4c;
    text-align: center;
    font-size:15px;
    letter-spacing:-0.7px;
}
.performance tr:nth-child(odd){background:#e6f1f8;}
.performance tr:nth-child(even){background:#f3faff;}


/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
    .performance p{font-size:14.5px; padding:30px 25px;}
    .performance th{font-size:14px;}
    .performance td{font-size:13px;}
    
}
