/*This is a custom CSS file to get around SCSS issues in theme. Tested on Firefox, Edge and responsive*/

.blue-panel {

color: #ffffff;
background-color: #2a7dbe;
padding: 10px;
border-bottom: 2px solid #074d83;
border-radius: 5px;

}

.red-panel {

color: #ffffff;
background-color: #e2580c;
padding: 10px;
border-bottom: 2px solid #074d83;
border-radius: 5px;

}
