@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../Content/fonts/Roboto-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../../Content/fonts/Roboto-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../../Content/fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../Content/fonts/Poppins-Regular.ttf') format('truetype');
}

.container1{
    background-color: #3f51b5;
    border: 2px solid #3f51b5;
}
.container1 h4{
    text-align: center;
    color: white;
    background-color: #3f51b5;
    padding: 10px;
    margin: 0;
    font-size:24px;
}
.image table{
    text-align: center;
    width: 100%;
    background: #fff !important;
}
.image table thead tr th{
    border: 1px solid #000;
    color: #000; 
    background-color: #ffd800;
      font-family:  none !important;
    text-align:center;
    font-weight:bold;
    padding:5px 0;
      font-size: 24px;
}
.image table tbody tr td{
    color: #000;
    border: 1px solid #000; 
    font-size: 24px;
    font-weight:bold;
    font-family:  none !important;
}
.image table tbody tr td:nth-child(1){
    color: #000;
    border: 1px solid #000; 
    font-size: 18px;
    
}
.r{
    color: red !important;
}
.results{
    margin-bottom: 20px;
}
@media only screen and (min-width:320px) and (max-width:991px) {
 .container1 h4{
        font-size:18px;
    font-family:Roboto-Medium;
    }
 .image table tbody tr td:nth-child(1){ 
    font-size: 12px; 
     font-family:  Roboto-Regular !important;
}
    .image table tbody tr td{
    color: #000;
    border: 1px solid #000; 
    font-size: 14px; 
}
    .image table thead tr th{
    border: 1px solid #000;
    color: #000;   
    font-size:14px;
    font-family:Roboto-Medium !important;
}
}