/* CSS Document */

a
{
    font-family: Georgia, 'Times New Roman', serif, 'MS Serif';

    color: #c00;
}

#aoty,
#soty,
#loty,
#mdoty,
#fsoty,
#msoty
{
    padding-bottom: 5px;
}
.award-name,
.award-name a
{
    font-size: 18px;
    font-weight: normal;

    text-decoration: none;
    letter-spacing: -1px;

    color: #c87903;
}

.hiaward-name,
.hiaward-name a
{
    font-size: 22px;
    font-weight: normal;

    text-decoration: none;

    color: #c00;
}

.winner-name
{
    font-family: Georgia, 'Times New Roman', serif, 'MS Serif';
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;

    text-decoration: none;

    color: #600;
    ;
}

.jury
{
    font-family: Georgia, 'Times New Roman', serif, 'MS Serif';
    font-size: 9pt;

    padding-top: 3px;
}

.special
{
    clear: both;

    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 4px;
    padding-right: 1em;
    padding-bottom: 4px;
    padding-left: 1em;
    border: 1px solid #f90;
    background-color: #fffbec;
}

.footer
{
    font-size: 9px;
}

.second
{
    font-size: 11pt;
}

.third
{
    font-size: 10pt;
}

.forth
{
    font-size: 9pt;
}

.description
{
    font-size: 8pt;
}

.runnersup
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 10pt;

    position: relative;
    top: -4px;
    left: -1em;

    margin-bottom: 0;

    list-style-type: disc;

    color: #630;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
}

.subsection
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    font-variant: small-caps;
    line-height: 6pt;

    letter-spacing: 2px;

    color: #666;
}

.bynames
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 10pt;

    color: #777;
}

.song-title
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4em;

    text-decoration: none;

    color: #f90;
}

.border
{
    border: 1px solid #f90;
}

.score
{
    font-size: 24px;

    padding-right: .2em;

    text-align: right;
    vertical-align: middle;

    color: #fff;
}

.award-filmname
{
    color: #999;
}

a.button
{
    font-family: 'Open Sans', Arial Unicode, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    padding: 15px;

    text-align: center;
    text-decoration: none;
    letter-spacing: -1px;
    margin-right: 10px;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #900;

    -khtml-border-radius: 5px;
}

.jury a
{
    text-decoration: none;

    color: #666;
}

.jury a:hover
{
    text-decoration: underline;

    color: #666;
}


/* Detail page */

.comment-text
{
    font-family: Vollkorn, Georgia, 'Times New Roman', serif, 'MS Serif';
    font-size: 15px;
    padding-right: 8px;
    color: #333;
}

.tag-text
{
    font-family: Vollkorn, Georgia, 'Times New Roman', serif, 'MS Serif';
    font-size: 15px;
    font-style: italic;
    color: #777;
}

.ranking
{
    font-size: 24px;

    padding-right: .2em;

    text-align: center;
    vertical-align: top;

    color: #999;
}

.top-container,
.header-row
{
    display: table;

    border-spacing: 2px;
    border-collapse: separate;
}

.column-container,
.header-cell
{
    display: table-cell;
}

.row
{
    display: table-row;

    width: 100%;
}

.header-row
{
    width: 100%;
    margin-bottom: 10px;
}
.header-cell
{
    width: 50%;

    vertical-align: top;
}

.col-1,
.col-2
{
    width: 35%;
}

.col-3
{
    width: 25%;
}

.col-2
{
    padding: 11px;
}



.col-song
{
    width: 30%;
}
.col-stats
{
    width: 20%;
}
.col-score
{
    width: 5%;
}
.col-comments
{
    width: 40%;
}
.col-rank,
.col-song,
.col-stats,
.col-score,
.col-comments,
.col-rank-header,
.col-song-header,
.col-stats-header,
.col-score-header,
.col-comments-header
{
    display: table-cell;

    padding: 10px;
}

.colored
{
    background-color: #fffbec;
}

.page-description
{
    margin-bottom: 1em;
}

.action-link
{
    font-size: 11.66px;
}

.col-song h4 {
    margin-top:0;
}

.col-song p {
    margin-bottom: 0;
    padding-right: 5px;
}

.col-stats p {
    padding-right: 5px;
}

@media only screen and (max-width: 767px)
{
    /* MEDIA QUERY FOR PHONE/TABLET */

    .top-container,
    .column-container,
    .row
    {
        display: block;
    }

    .col-1,
    .col-2,
    .col-3
    {
        width: 100%;
    }
    .col-2
    {
        padding: 0;
    }
    .col-rank,
    .col-song,
    .col-stats,
    .col-score,
    .col-comments,
   .col-rank-header,
.col-song-header,
.col-stats-header,
.col-score-header,
.col-comments-header
    {
        display: block;

        width: 100%;
        padding: 5px;
    }
    .col-rank,
    .col-score
    {
        text-align: left;
    }

    .col-score
    {
        font-size: 1.5em;

    }
    .row-title
    {
        display: none;
    }
    #maintable,
    #comments
    {
        width: 95%;
    }
}
