@charset 'UTF-8';
/* Copyright (c) Rockwit. All rights reserved. */
/**
 * Rockwit Styles
 **/

body {
    margin: 10px 10px;
    text-align: center;
    font-family: Arial, sans-serif;
}

header {
    background-image: url(/images/headerbg.jpg);
}

footer {
    background-image: url(/images/footerbg.jpg);
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0 0 0.5em;
}
h1 {
    font-size: 18pt;
    margin: 0.5em 0 0;
}
h2 {
    font-size: 16pt;
}
h3 {
    font-size: 13pt;
}
h4 {
    font-size: 12pt;
}
h5 {
    font-size: 11pt;
}
p {
    font-size: 11pt
}

ul {
    margin: 0;
    padding: 0 0 0 0.25em;
    text-indent: 0;
    list-style: none;
}
li {
    margin: 0;
    padding: 0 0 0.25em;
    text-indent: 0;
    font-size: 80%;
}

pre {
    text-indent: 0.25em;
    width: 90%;
    font-size: 90%;
}

br.separator {
    margin: 0;
    padding: 0;
    clear: both;
}

a img {
    border: 0 none;
}

.container {
    padding: 10px;
    margin: 0 0 10px;
}

.col20 {
    float: left;
    width: 20%;
}

.col25 {
    float: left;
    width: 25%;
}

.col33 {
    float: left;
    width: 33.33%;
}

.col100{
    float: left;
    width: 100%;
}

#wrapper {
    display: block;
    margin: 0 auto;
    padding: 0 0 2px 2px;
    text-align: left;
    min-width: 384px;
    max-width: 1200px;
}

.curved {
    border-radius: 10px;
}

#rockwit-logo {
    width: 96px;
    height: 96px;
}

#cloudband-logo {
    width: 96px;
    height: 96px;
}

#navigation {
    background: #eee url(/images/bg-nav.png) repeat-x top left;
    margin: 0 0 10px;
    padding: 0;
}
#navigation span {
    float: left;
}
#navigation span a {
    display: block;
    padding: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}
#navigation span a:link,
#navigation span a:visited,
#navigation span a:hover,
#navigation span a:active {
    color: #666;
    text-decoration: none;
}
#navigation span#nav-login {
    float: right;
    margin-right: 0;
}

#rockwit-box {
    height: 60px;
    margin: 0 10px;
    background: #fff url(/images/cloudband-logo.svg) no-repeat top right;
}
#rockwit-box h1 {
    padding: 10px 0 0 0;
    margin: 0;
}

#upper {
    background: #fff url(/images/bg-upper.png) repeat-x top left;
}

#banner {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    margin: 0 0 20px;
}

#banner img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

#notice {
    float: left;
    color: #696;
    overflow: hidden;
}
#notice a:link,
#notice a:visited,
#notice a:hover,
#notice a:active {
    color: #090;
    text-decoration: none;
}
#notice img,
#notice #tasks {
    float: left;
}
#tasks a:link,
#tasks a:visited,
#tasks a:hover,
#tasks a:active {
    text-decoration: underline;
}
#notice img {
    margin-right: 20px;
}

#actions {
    float: right;
    width: 140px;
}

#actions .button {
    display: block;
    padding: 0;
    height: 36px;
    text-align: center;
    background: url(/images/bg-button.png) no-repeat top left;
}

#actions .button a {
    display: block;
    padding: 0;
}

#actions svg {
    display: block;
    padding: 0;
    overflow: hidden;
}

#actions .button a:link,
#actions .button a:visited,
#actions .button a:hover,
#actions .button a:active {
    color: #696;
    text-decoration: none;
}

#actions .button a span {
    display: block;
    padding: 6px 10px;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    font-size: 10pt;
    font-weight: bold;
}

#middle {
    background: #eef url(/images/bg-middle.png) repeat-x top left;
    margin: 20px 0;
    padding: 1px 10px;
}
#middle h3 {
    margin: 0 0 10px;
    color: #033;
}
#middle p {
    font-size: 10pt;
}
#middle a:link,
#middle a:visited,
#middle a:hover,
#middle a:active {
    color: #366;
    font-weight: bold;
}

#lower {
    display: flex;
    flex-wrap: wrap;
}

#lower a:link,
#lower a:visited,
#lower a:hover,
#lower a:active {
    color: #600;
}

#lower strong a:link,
#lower strong a:visited,
#lower strong a:hover,
#lower strong a:active {
    color: #c00;
}

#lower h3 {
    color: #963;
    font-size: 14pt;
}
#lower h4 {
    font-size: 12pt;
}
#lower ul {
    padding: 0;
    margin: 0.5em 0;
}
#lower p,
#lower li {
    font-size: 9pt;
    color: #753;
    margin: 0 0 0.1em;
}
#lower li {
    padding: 3px 5px;
}
#lower li strong {
    color: #a53;
}
#lower li#list-announce {
    border: 1px solid #f90;
    background-color: #ffe8c8;
}
#lower p {
    font-size: 10.5pt;
}

#lower .tile {
    height: 384px;
    width: 384px;
    text-align: center;
    overflow: hidden;
    margin: auto;
    border: 1px solid #f90;
    background-color: #ffe8c8;
    margin: 8px auto;
}

#lower .tile img {
    object-fit: fill;
    height: 300px;
    width: 90%;
    overflow: auto;
}

#footer {
    padding: 0;
    margin: 20px 0;
    color: #999;
    background-color: #eee;
}
#footer h4 {
    margin: 0 0 10px;
    font-size: 10pt;
}
#footer p {
    margin: 0 0 10px;
    font-size: 10pt;
}
#footer ul {
    margin: 6px 0 1px;
    padding: 0;
}
#footer li {
    margin: 0;
    font-size: 9pt;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: #666;
}

.copyright {
    margin: 0 0 10px;
    font-size: 10pt;
    text-align: center;
}

.copyright p,
.copyright p a {
    margin: 0 0 10px;
    font-size: 9pt;
    text-align: center;
}

.title {
    color: black;
    text-align: center;
}

.author {
    color: black;
    font-size: 9pt;
    text-align: center;
}

.date {
    color: black;
    font-size: 9pt;
    text-align: center;
}

#audioplayer {
    text-align: center;
    padding: 2px;
    margin: 0 0 2px;
}

#audioplayer audio {
    font-size: 14pt;
    padding: 0;
    margin: 0;
    color: #fff;
}

#songs {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

#songs td, #songs th {
    border: 1px solid #ddd;
    padding: 8px;
}

#songs tr:nth-child(even){
    background-color: #f2f2f2;
}

#songs th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

.cb-btn {
    display: inline-block;
    padding: 6px 6px;
    margin: 4px 4px;
    font-size: 11pt;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 50%;
    font-weight: bold;
}

.cb-btn:active {
    background-color: #04AA6D;
    transform: translateY(4px);
}

.cb-btn:hover {
    background-color: #04AA6D
}

.media-btn {
    opacity: 1;
    display: block;
    height: 24px;
    width: 24px;
    background: transparent;
}

#song_image_box {
    height: 285px;
    min-width: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    object-position:center
}

#song_image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.account-btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    font-size: 12pt;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #04AA6D;
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px #999;
    font-weight: bold;
}

.account-btn:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.account-btn:hover {
    background-color: #3e8e41
}

.policy {
    padding: 10px;
    justify-content: center;
    width: 80%;
    align-content: center;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-size: 12pt;
    width: 100%;
 }
