#painel-letra{
    background-color: ghostwhite;
    display: none;
    position: fixed;
    top: 10%;
    left: 40%;
    padding: 10px;
    width: 420px;
    height: 400px;
    border: 1px solid rgba(0,0,0,0.8);
    transition-delay: 0s;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    color: #4a525f;
    font-family: "AlwynBold",Tahoma,sans-serif;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 24px;
    z-index: 1000;

    
}
#painel-letra h1, #painel-letra h2 {
    color: deepskyblue;
    font-size: 21px;
}
.topoL{
    position: absolute;
    margin-top: 2px;
}
.topLyrics{
    margin-top:0;
}
.painelCorpo{
    margin-top: 35px;
    margin-left: 2px;
    margin-bottom: 10px;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    width: 400px;
    height: 342px;
    background-color: rgba(233, 231, 231, 0.5);
    display: inline-block;
    
}

.painelBordas{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #000;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #000;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
}
.shadow {
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}
.container-link-direto{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #333;
    border-bottom-color: #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #000;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #000;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
    color: #fff;
    float: none;
    font-size: 9px;
    height: 43px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 63px;
    z-index: 100;
}
span.topright {
    margin-left: 69px;
}
span.topleft {
    float: left;
    margin-left: 65px;
    padding: 10px;
    margin-top: -5px;
}
ul#menu-aux{ 
width: 264px;
    border: 1px solid #003399;
    background: #b2ebb2;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li.saveMenu {
    display: block;
    height: fit-content;
}
ul#menu-aux li {
    border-bottom: 1px solid #A4A0F5;
}
ul#menu-aux li a:link, ul#menu-aux li a:visited {
    display: block;
    height: 1%;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5E0F50;
    border-left: 10px solid #EEC591;
    padding-left: 5px;
}
ul#menu-aux li a:hover {
background-color: #FFE4B5;
color:#DAA520;
border-left:10px solid #FFD39B;
} 