@font-face {
    font-family: "Pluto";
    src: url("/assets/fonts/pluto/PlutoRegular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Pluto";
    src: url("/assets/fonts/pluto/PlutoLight.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Pluto";
    src: url("/assets/fonts/pluto/PlutoCondBold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Pluto", Helvetica Neue, Helvetica, Arial, sans-serif;

}


ul#prot_summary_general > li{
    list-style-type:none;
}
label.pb-a-label {
    position: absolute;
    left:0;
    width: 100%;
    color: black;
    font-weight: bold;
    text-align: center;
}
.panel img
{
    max-width: 100%;
}
.navbar-inverse {
    background-color: #77b800;
    border-color: #77b800;
}
.index-container .btn.bg-primary{
    background-color: #55C2EE;
    border-color: #55C2EE;
}
.navbar-brand > img {
    /*height: 50px;*/
    height: 100%;
}
.dropdown.language-switch a{
    font-size: 18px;
}
.navbar-brand{
    background: white;
    height: 64px;
}
#navbar-mobile .navbar-right{
    margin-top: 10px;
    margin-bottom: 10px;
}
#navbar-second{
    background-color: #ff7900;
    border-color: #ff7900;
}
#navbar-second .navbar-nav > .active > a{
    background: none;
}