.panel-default{
    margin: 15px;
    font-family: "Neo Sans W1G Regular", Arial, sans-serif;
}
.panel-default h3{
    font-size: 20px;
    font-family: "Neo Sans W1G Regular", Arial, sans-serif;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}
.title-right{
    text-align: right;
    padding: 0% 2% 0% 0%;
    font-family: "Neo Sans W1G Regular", Arial, sans-serif;

}

.title-left{
    text-align: left;
    padding: 0% 0% 0% 2%;
    font-family: "Neo Sans W1G Regular", Arial, sans-serif;
    font-size: 18px;

}


.panel-group .panel-heading {
    /*    border-bottom: 0;*/
}

.panel-heading {
    /*    border-bottom: 1px solid transparent;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Neo Sans W1G Regular", Arial, sans-serif !important ;
    font-size: 16px;

}


.add_info{
    width: 13%;
    text-align: center;
    right: -85%;
    position: relative;
}