﻿
.vr table {
    background-color: #303030;
}

.vr th {
    color: #FFF5EE;
    background-color: #57A2CE;
    font-size: 16px;
}

.steam-info p{
    margin-top: 0px;
    margin-bottom: 0px;
}

img {
    box-shadow: 0 4px 8px 0 #111922, 0 6px 20px 0 #111922;
    border: solid 1px  #FFF5EE;
}

.icon {
    box-shadow: none;
    border: none;
    width: 30px;
    height: 30px;
    opacity: .5;
}

label {
    color: #57A2CE;
}

.steam-profile-link {
    text-decoration: none;
    color: #FFF5EE !important;
}

.steam-profile-link a:visited {
    color: #FFF5EE;
}

.about p, ul{
    color: #FFF5EE ;
}


.vr td {
    color: #57A2CE;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

a {
    text-decoration: underline;
    color: #57A2CE;
}

a:visited {
    color: #57A2CE;
}

a:active {
    color: #57A2CE;
}

a:hover {
    color: #FFF5EE;
}

.vr tr:nth-child(even) {
    background-color: #273B52;
}

.vr tr:nth-child(odd) {
    background-color: #273B54;
}

.attending {
    background-color: #223a42 !important;
}


body {
    background-color: #1B2838
}

.more a {
    text-decoration: none;
    font-size: 8px;
}

.comment-date {
    opacity: 0.6;
    font-size: 10px;
}


h2 {
    color: #FFF5EE;
    font-weight: 900;
    font-size: 300%;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.veil {
    position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	cursor: not-allowed;
	filter: alpha(opacity=90);
	opacity: 1;
    background-repeat: no-repeat;
    background-position:center;
    background-image: url("box.gif");
}


.langdrop span {
    color:#000000;
    cursor:pointer;
}

.nav-menu {
    background-color: #171a21;
}

.max-thousand-auto{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.margin-25{
    margin-left: 25px;
    margin-right: 25px;
}

.margin-vert-25{
    margin-top:25px;
    margin-bottom: 25px;
}

.vrwhite {
    color: #FFF5EE;
}

footer{
    margin-top: 20px;
}

.hoverHand{
    cursor: pointer;
}

.nav-pills>li>a{
    text-decoration:none;
    font-weight:bold;
    background-color:rgba(51, 122, 183, .25);
}

.nav-pills>li>a:hover{
    color:#57A2CE;
    background-color:rgba(51, 122, 183, .5);
}

.formrow{
    margin-bottom: 8px;
}