.shortcode_tab_1{
    display: block;
    clear: both;
}
div.shortcode_tab_1 ul.nav-tab {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
div.shortcode_tab_1 ul.nav-tab li {
    background-color: #EFF2F3;
    float: left;
    margin-right: 10px;
}
div.shortcode_tab_1 ul.nav-tab li a {
    color: #53585A;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 35px;
    text-align: center;
    display: block;
    border-color: #CCD4D9 #CCD4D9 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px;
}
div.shortcode_tab_1 ul.nav-tab li.active a {
    background-color: #FFFFFF;    
    border-bottom: none;
}
div.shortcode_tab_1 .tab-content {
    border-color: #CCD4D9;
    border-style: solid;
    border-width: 1px;
    clear: both;
}
div.shortcode_tab_1 div.tab-content .tab-pane {
    padding: 30px;
}

/* Accordion */


.panel-title a:before {
    content: "\f068";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 8px;
}
.panel-title a.collapsed:before {    
    content: "\f067";
}
.panel-group .panel{
    clear:both;
}