@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700");
@import url('https://fonts.googleapis.com/css?family=Hind&display=swap');

html, body{
    font-family:'hind', open sense;
    
}
.MPSVtable
{
    border-collapse: collapse;
    font-size: 15px;
    width: 1000px;
    margin-bottom: 20px; margin-top:10px;
}
.MPSVtable th
{
    padding: 8px;
    border: #fff 1px solid;
    background: #D2E0EB;
    font-size: 17px;
    margin: 0 0 0 0;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    text-align: left;
}
.MPSVtable td
{
    padding: 5px;
    border: #eaeaea 1px solid;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
     color: #585858;
}
.MPSVtable tr
{
    background: #F9F8F4;
}
.MPSVtable tr:nth-child(odd)
{
    background: #FCFBF9; 
}
.MPSVtable tr:nth-child(even)
{
    background: #f7f7f7;font-weight:bold; font-size:15px!important;font-family:'Roboto Condensed', open sense!important ;
}
 
