﻿@charset "utf-8";

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

#question h2{
font-size: 180% !important;
font-weight: bold !important;
color: #00349A !important;
line-height: 1.7em !important;
padding-top: 20px;
background-color: #c1e4ff !important;
}
    
#question{
background-color: #c1e4ff;
padding: 10px;
}
    
#space{
padding: 10px;        
}

#answer{
border: solid 3px #c1e4ff;
padding: 10px;        
} 
    
#answer h2{
font-size: 180% !important;
font-weight: bold !important;
color: #00349A !important;
line-height: 1.7em !important;
padding-top: 20px;
background-color: #FFFFFF !important;
}

}

@media screen and (min-width: 767px) {
#question h2{
font-size: 180% !important;
font-weight: bold !important;
color: #00349A !important;
line-height: 1.7em !important;
padding-top: 20px;
}
    
#question{
background-color: #c1e4ff;
padding: 10px;
}
    
#space{
padding: 10px;        
}

#answer{
border: solid 3px #c1e4ff;
padding: 10px;        
} 
    
#answer h2{
font-size: 180% !important;
font-weight: bold !important;
color: #00349A !important;
line-height: 1.7em !important;
padding-top: 20px;
}

}