body { 
    margin: 0; 
    overflow: hidden;
    background-color: #000;
}

canvas { 
    width: 100%; 
    height: 100% 
}

* {
    font-family: 'Play', 'Microsoft JhengHei', sans-serif;
    text-shadow:0px 0px 5px #0090ff; 
    color: rgba(255,255,255,0.8);
}

.glow-red { text-shadow: 0px 0px 5px #ff0000; !important}
.glow-blue { text-shadow: 0px 0px 5px #0090ff; !important}
.glow-yellow { text-shadow: 0px 0px 5px #ff9900; !important}
.glow-green { text-shadow: 0px 0px 5px #66aa00; !important}
.border-red { border-color: rgba(230, 20, 20, 0.5) !important; }
.border-blue { border-color: rgba(0, 174, 255, 0.5) !important; }
.border-yellow { border-color: rgba(255, 153, 0, 0.5) !important; }
.border-green { border-color: rgba(102, 170, 0, 0.5) !important; }

button {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    background: rgba(0,0,0,.5);
    outline: 1px solid rgba(60,200,255,0.75);
    border: 0px;
    padding: 5px 10px;
    cursor: pointer;
}

button:hover {
    background-color: rgba(0,200,255,0.2);
}


#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    text-align: center;
}

#loading .message {
    text-shadow:0px 0px 25px #0090ff; 
    margin-top: 100px;
}

#options {
    position: absolute;
    left: 100px;
    bottom: 10px;
}
#options button {
    margin-right: 5px;
}

#warning {
    position: absolute;
    bottom: 25px;
    text-align: center;
    display: none;
}

#alert {
    position: absolute;
    left: 25%;
    top: 60px;
}
#alert p {
    font-size: 220%;
    text-shadow:0px 0px 25px #0090ff; 
    margin: 0 0 0 0;
}

#sponsor-title{
    font-size: 220%;
    position: absolute;
    left: 25%;
    top: 60px;
    display: none;
    text-shadow:0px 0px 25px #0090ff; 
}
#sponsor-info {
    font-size: 320%;
    position: absolute;
    top: 120px;
    display: none;
    text-shadow:0px 0px 25px #0090ff; 
}
#sponsor-description{
    font-size: 150%;
    position: absolute;
    bottom: 100px;
    text-align: center;
    display: none;
    text-shadow:0px 0px 25px #0090ff; 
}

.box {
    background-color: rgba(0,0,0,0.7);
    font-size: 13px;
    padding: 10px 10px 10px 10px;
    margin: 3px 3px 3px 3px;
    width: auto;
    overflow: hidden;
    z-index: 1;
}

#announce-container {
    position: absolute;
    right: 10px;
    margin: 10px 10px 10px 10px;
    overflow: hidden;
}
#announce {
    min-width: 360px;
    min-height: 120px;
    max-height: 220px;
    overflow: auto;
    font-size: 14px;
}
#announce::-webkit-scrollbar { 
    display: none; 
}

#team-info {
    display: none;
    overflow: auto;
    width: auto;
    min-width:20%;
    height: 98%;
    position: absolute;
    padding: 15px 15px 15px 15px;
    text-shadow:0px 0px 25px #0090ff; 
}
#team-info h1,h2,h3, .name {
    text-shadow:0px 0px 25px #0090ff; 
}
#team-info hr {
    border: 0;
    height: 1px;
    background: #000;
    background-image: -webkit-linear-gradient(left, #000, rgba(0,120,255,0.7), #000); 
    background-image:    -moz-linear-gradient(left, #000, rgba(0,120,255,0.7), #000); 
    background-image:     -ms-linear-gradient(left, #000, rgba(0,120,255,0.7), #000); 
    background-image:      -o-linear-gradient(left, #000, rgba(0,120,255,0.7), #000); 
}
#team-info .close {
    float: right;
    font-size: 15px;
    cursor: pointer;
    padding: 5px 5px 7px 5px;
}
#team-info .avatar {
    float: left;
    height: 72;
    margin-right: 15px;
    margin-top: 10px;
}
#team-info .name {
    position: relative;
    top: 15px;
    line-height:72px;
    font-size:300%;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
    width: auto;
    overflow: hidden;
}
#team-info .score { 
    display: inline;
    margin-right: 10px;
}
#team-info .description {
    display: clear;
}

#tooltip {
    display: none;
    position: absolute;
    font-size: 15px;
    border-color: rgba(0, 174, 255, 0.5);
    border-style:solid;
    border-width: 1px;
    padding: 5px 5px 5px 5px;
}
#tooltip .avatar {
    float: left;
    height: 50;
    opacity: 0.8;
}

#round {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 150%;
    text-shadow:0px 0px 25px #0090ff; 
    padding: 15px 15px 15px 15px;
}
