body {
    color: white;
}
.error {
    color: #ff0000;
}
input[type="text"], input[type="password"] {
    margin-bottom: 3px;
    margin-top: 3px;
}
textarea {
	margin-bottom: 10px;
	margin-top: 10px;
}
table {
    border-collapse: collapse;
    text-align: left;
}
table {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 1px solid #006699; -webkit-border-radius: 3px; -moz-border-radius: 3px;
    border-radius: 3px;
}
table td,  table th {
    padding: 3px 10px;
}
table thead th {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
    background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
    background-color: #006699;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid #0070A8;
}
table thead th:first-child {
    border: none;
}
table tbody td {
    color: #00496B;
    border-left: 1px solid #E1EEF4;
    font-size: 12px;
    font-weight: normal;
}
table tbody .winner td {
    background: #0AC92B;
    color: #000000;
}
table tbody .discarded td {
    background: #CD0000;
    color: #FFFFFF;
}
table tbody .alt td {
    background: #E1EEF4;
    color: #00496B;
}
table tbody td:first-child {
    border-left: none;
}
table tbody tr:last-child td {
    border-bottom: none;
}
.leaderboardTables {
    display: inline-block;
    vertical-align: top;
}
.scoreboardTable {
    margin-right: 40px;
}
#staticbg {
    background-image: url("background.jpg");
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.back-to-top {
    display: inline-block;
    height: 157px;
    width: 120px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(golf_arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.back-to-top.arrow-is-visible, .no-touch .back-to-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.back-to-top.arrow-is-visible {
    visibility: visible;
    opacity: 1;
}
.no-touch .back-to-top:hover {
    background-color: #e86256;
    opacity: 1;
}

.shit-talk {
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
    position: fixed;
    width: 35%;
    top: 25px;
    right: 35px;
    border-radius: 3px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    background-color: #dfe3ea;
    border: 1px solid #CCC;
    overflow: auto;
    padding: 0px;
    font-size: 18px;
    line-height: 22px;
    color: #666;
}
.shit-talk header {
    background-color: #006699;
    background: -webkit-linear-gradient(top, #006699, #006699);
    background: linear-gradient(to bottom, #006699, #006699);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9), 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #CCC;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.shit-talk input {
    box-sizing: border-box;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 0px 10px;
    height: 30px;
    font-size: 18px;
    width: 100%;
    font-weight: normal;
    outline: none;
}
.shit-talk ul {
    list-style: none;
    margin: 0px;
    padding: 20px;
    height: 400px;
    overflow: auto;
}
.shit-talk ul li {
    margin-bottom: 10px;
    line-height: 24px;
}
.shit-talk ul li:last-child {
    margin: 0px;
}
.shit-talk ul .shit-talk-username {
    margin-right: 10px;
}
.shit-talk footer {
    display: block;
    padding: 10px;
}
.shit-talk footer input {
    border: 1px solid #ced3db;
    height: 40px;
}
.shit-talk img {
    max-width: 100%;
}
.shit-talk .shit-talk-login {
    text-align: center;
    margin: auto;
}
.shit-talk-icon {
    display: inline-block;
    position: fixed;
    top: 25px;
    right: 35px;
    background: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
.jconfirm {
    color: black;
}
.past-tournaments tbody tr:last-child {
    border-top-color: #006699;
    border-top-width: 3px;
    border-top-style: solid;
}
#customEmails {
	width: 25%;
	height: 80px;
}
#subject {
	width: 20%;
}
