@charset "utf-8";

#user {
    margin-top: 20px;
    float: right;
}

div#aboutList h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

div#aboutList div.aboutText {
}

select {
    display: block;
    width: 250px;
    margin-bottom: 15px;
    font-family: "TF2 Build";
    font-size: 18px;
    padding: 5px;
    background-color: #2a2725;
    border: 1px solid #c9bca3;
    color: #c9bca3
}

.hidden {
    display: none;
}

div#matchOptions {
    float: left;
    padding: 15px;
    margin-right: 20px;
    background-color: #33302b;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

div#matchOptionDescriptions .name {
    padding-right: 5px;
    color: white;
}

div.bodyText {
    color: #776A61;
    font-family: "TF2 Secondary";
    font-size: 20px;
}

div#matchOptionDescriptions {
    display: none;
    margin-top: 20px;
}

div#matchOptionDescriptions div {
    margin-bottom: 15px;
}

img#matchOptions {
    margin-right: 10px;
    border: 2px solid black;
    float: left;
}

#footer .bleft {
    float: left;
    width: 30%;
}

#footer .bright {
    float: right;
    width: 60%;
    text-align: right;
}

#tournamentHud {
    float: right;
    margin-left: 25px;
}

#steamProfile {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
