.v6.steamlink_connect #footer_spacer {
    height: 0px;
}

.bgctn {
    background-color: #3F3F3F
}

.maincol {
    max-width: 600px;
    margin: 0 auto;
    padding: 80px 0 600px 0;

    font-family: 'Motiva Sans', sans-serif;
    color: #fff;


}

.maincol a {
    color: #3ca1f3;
}

.capsuleheader {
    display: flex;

    margin-bottom: 30px;
}

.capsuleimage {
    text-align: center;
    width: 100%;
}
.capsuleimage img {
    max-height: 186px;
}

.capsuleavatar {
    margin-right: 15px;
}

.inviteintro {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
}

.inviteintro.expired {
    text-align: center;
}

.ssablurb {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 100;
    text-align: center;
}

.instructions {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
}

a.joinbutton {
    background:  linear-gradient(90deg, #08BCFF 0.81%, #2A75FF 98.16%);
    border-radius: 4px;
    width: fit-content;
    min-width: 250px;
    margin: 0 auto 30px auto;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    display: block;
}

a.expiredbutton {
    background:  linear-gradient(90deg, #575757 0.81%, #414d62 98.16%);
    border-radius: 4px;
    width: fit-content;
    min-width: 250px;
    margin: 0 auto 30px auto;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #6c727c;
    display: block;
}

a.joinbutton.steam {

    margin: 10px auto;
    background:  none;
    border-radius: 4px;
    width: fit-content;
    min-width: 250px;
    margin: 0 auto 10px auto;
    padding: 10px 0;
    text-transform: none;
    text-align: center;
    font-size: 24px;
    color: #3ca1f3;
    display: block;
}

.orinstall {
    text-transform: none;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    width: 100%;
}

.downloadlinks {
    text-align: center;
    font-size: 24px;
}

.maincol iframe {
    border: none;

}


.expiredinvite {
    margin: 25px 0;
}

.content_mature {
    margin-bottom: 24px;
    font-size: 14px;
}

hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 50px 0 25px;
    width: 98%;
}

.installsteam {
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    padding-top: 50px;
}

.online_stats {
    width: 60%;
    margin: 0 auto;
}

/** sub 600px responive tweaks */

@media screen and ( max-width: 600px )
{
    .capsuleavatar {
        display: none;
    }
}

@media screen and ( max-width: 768px )
{
    .online_stats {
        width: 90%;

    }
}

