a{
    color:inherit;
    font-weight:bold;
    text-decoration:underline;
}

button{
    border:0px none transparent;
    background:#ff615c;
    color:#fff;
    padding:10px;
    border-radius:5px;
    font-weight:bold;
    cursor:pointer;
}

button:hover{
    background:#ff3f38;
}

main{
    padding-top:50px;
    padding-left:50px;
}



#splashNotice{
    margin-bottom:40px;
    background:#ff615c;
}

#splashTable{
    display:table;
    width:100%;
    height:0px;
}

#splashTable>div{
    display:table-cell;
    vertical-align:middle;
    width:100%;
}

#splashTable>div#splashExplanationCell{
    width:50%;
    color:#fff;
    font-weight:bold;
    padding:80px 30px;
}

#splashHeading{
    font-size:50px;
    margin-bottom:15px;
}

#splashDescription{
    line-height:160%;
    color:#fff;
    opacity:0.75;
}

#splashTable>div:last-of-type{
    height:100%;
}

.splashImageContainer{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    color:orange;
}

.splashImage{
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background-image:url('../images/crowd-splash.png');
    background-size:auto 130%;
    background-position:right 23%;
    background-repeat:no-repeat;
}

#splashApplyButton{
    padding:20px;
    font-size:18px;
    margin-top:15px;
    background:#fff;
    color:#ff615c;
}

#splashApplyButton:hover{
    border:3px solid #fff;
    margin:12px -3px -3px -3px;
}

#splashApplyButton:hover span{
    text-decoration:underline;
}

h2{
    color:#fff;
    font-size:28px;
    padding:0px 20px;
    margin:30px 0px 10px 0px;
}

#contentTable{
    display:table;
    width:100%;
}

#contentTable>div{
    display:table-cell;
    padding:40px;
    vertical-align:top;
}

#contentTable>div:last-of-type{
    padding-left:0px;
    min-width:250px;
}

.aboutTile{
    background:#222;
    color:#fff;
    padding:35px;
    border-radius:10px;
    overflow:hidden;
    margin:40px auto 0px auto;
    box-sizing:border-box;
}

.aboutTile:first-of-type{
    margin-top:0px;
}

.aboutTile h3{
    margin-top:0px;
    margin-bottom:20px;
    font-size:24px;
}

.aboutTile p{
    color:#999;
    line-height:150%;
    font-size:14px;
    font-weight:bold;
}

.aboutTile a{
    color:#ff615c;
}

#supportBoard{
    overflow:hidden;
}

#supportBoardUpperArea{
    text-align:center;
}

#supportBoardSupportButton{
    color:#fff;
    background:#ff615c;
    width:100%;
    padding:20px;
    box-sizing:border-box;
    font-size:24px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

#supportBoardSupportButton:hover{
    background:#fc4742;
}

#supportBoardSupportButton [class*="fa-heart"]{
    margin-right:2px;
    font-weight:bold;
}

#supportBoardSupportButton span:last-of-type{
    text-decoration:underline;
}

#supportBoardUpperArea p{
    color:#fff;
    font-size:12px;
    padding:0px 10px;
    margin-top:10px;
    margin-bottom:0px;
}

#leaderboardArea{
    padding:0px 15px 15px 15px;
    display:none;
}

#leaderboard{
    background:rgba(0,0,0,0.1);
    border-radius:5px;
    overflow:hidden;
    color:#fff;
    font-weight:bold;
}

#leaderboard .leaderboardEntry{
    display:table;
    padding:10px;
    border-bottom:1px solid rgba(0,0,0,0.2);
    cursor:pointer;
}

#leaderboard .leaderboardEntry:first-of-type{
    background:rgba(0,0,0,0.1);
}

#leaderboard .leaderboardEntry:last-of-type{
    border-bottom:0px none transparent;
}

.leaderboardEntry>div{
    display:table-cell;
    vertical-align:top;
}

.leaderboardEntry>div:first-of-type{
    width:100%;
    overflow:hidden;
    padding-right:10px;
    box-sizing:border-box;
    word-break: break-all;
}

.leaderboardEntry>div:last-of-type{
    white-space:nowrap;
}

#applicationPanel{
    display:none;
}

@media screen and (max-width: 1325px) {
    .splashImage{
        left:70px;
        padding-left:70px;
    }
}

@media screen and (max-width: 1255px) {
    .splashImage{
        left:0px;
        padding-left:200px;
    }
}

@media screen and (max-width: 1225px) {
    #leaderboard .leaderboardEntry{
        font-size:12px;
    }
}

@media screen and (max-width: 1100px) {
    #supportBoardSupportButton{
        padding-left:10px;
        padding-right:10px;
        font-size:21px;
    }
}

@media screen and (max-width: 900px) {
    #supportBoardSupportButton{
        padding-left:20px;
        padding-right:20px;
        font-size:24px;
    }
    
    #leaderboard .leaderboardEntry{
        font-size:16px;
    }
    
    #splashTable{
        display:block;
        height:auto;
    }
    
    #splashTable>div{
        display:block;
        width:100%;
        text-align:center;
    }
    
    #splashTable>div#splashExplanationCell{
        width:100%;
        box-sizing:border-box;
        padding:40px 20px;
    }
    
    #splashHeading{
        font-size:30px;
    }
}

@media screen and (max-width: 850px) {
    #contentTable, #contentTable>div{
        display:block;
    }
    
    #contentTable>div:last-of-type{
        padding:0px 40px 20px 40px;
    }
}

@media screen and (max-width: 500px) {
    main{
        padding-left:0px;
    }
    
    #contentTable>div{
        padding:20px;
    }
    
    #contentTable>div:last-of-type{
        padding:0px 20px 20px 20px;
    }
}