﻿
/* GENERAL STYLES */
body {
    
    font-family: tahoma;
}

/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
padding: 0;

}
.fancy-collapse-panel .panel-heading a {
padding: 5px 35px 5px 15px;
display: inline-block;
width: 100%;
background-color: #428bca;
color: #ffffff;
position: relative;
text-decoration: none;
}
.fancy-collapse-panel .panel-heading a:after {
font-family: "FontAwesome";
content: "\f078";
position: absolute;
right: 20px;
font-size: 16px !important;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
content: "\f054";
}
