.link-empre{
    line-height: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    border-radius: 15px;
    display: block;
    background: #719F94;
    font-size: 20px;
    color: white;
    text-align: center;
}
.link-empre-word{
    color: #3b6766;
    line-height: 5px;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
}
.verde{
    background-color: #0c4342 !important;
}
.header-table{
    font-size: 11px;
    text-align: center;
}
.tabs-table{
    font-size: 10px;
    text-align: center;
}
a.botao-baixar{
    background-position: center;
    transition: background 0.8s;
}
.botao-baixar:hover{
    background: #6ba1a3 radial-gradient(circle, transparent 1%, #6ba1a3 1%) center/15000%;
    color: white;
}
.botao-baixar:active{
    background-color: #80bdbf;
    background-size: 100%;
    transition: background 0s;
    color: white;
}
.botao-baixar{
    background-color: #0c4342 !important;
    color: white;
    box-shadow: 0 3px 10px rgba(86,148,151,0.5) !important;
    -webkit-box-shadow: 0 3px 10px rgba(86 ,148,151,0.5) !important;
    -moz-box-shadow: 0 3px 10px rgba(86,148,151,0.5) !important;
    -ms-box-shadow: 0 3px 10px rgba(86,148,151,0.5) !important;

}
.teste:focus{
    box-shadow: none;
}
#detalhes{
    font-size: 14px
}
.detalhes{
    margin-bottom: 3px;
    font-size: 11px;
    color: #0c4342;
}
.menu-container{
    background-color: #0a4141 !important;
    height: 100%; 
    position: fixed; 
    border-radius: 0px !important
}

a.botao-baixar-white{
    background-position: center;
    transition: background 0.8s;
}
.botao-baixar-white:hover{
    background: white radial-gradient(circle, transparent 1%,white 1%) center/15000%;
    color: #6ba1a3;
}
.botao-baixar-white:active{
    background-color: white;
    background-size: 100%;
    transition: background 0s;
    color: #80bdbf;
}
.botao-baixar-white{
    background-color: white !important;
    color: #0c4342;
    box-shadow: 0 3px 10px rgba(255,255,255,0.5) !important;
    -webkit-box-shadow: 0 3px 10px rgba(255 ,255,255,0.5) !important;
    -moz-box-shadow: 0 3px 10px rgba(255,255,255,0.5) !important;
    -ms-box-shadow: 0 3px 10px rgba(255,255,255,0.5) !important;

}