html,
body {
    height: 100%;
}
h1, .h1 {
    font-size: 16px;
}

.table thead {
    color: white;
    background-color: #0088e4;
}
.table tfoot {
    background-color: #fdf7f7;
}
/*.table tfoot th {
    line-height: 14px !important;
}*/
.table tfoot td {
    line-height: 28px !important;
    font-size: 15px;
}

.table td, .table th {
    text-align: center;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    /*padding: 0 0 60px;*/
}

.wrap > .container {
    padding: 55px 0px 20px;
    margin-top: 20px;
}

.footer {
    height: 45px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 16px;
}
/*.footer p {
    margin-top: 5px;
    margin-left: 10px;
    font-weight: bold;
}*/

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#title-bar {
    background: #802B2B;
    color: White;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
#download-link {
    float: right;
    color: White;
    font-size: 14px;
    line-height: 40px;
}

h1#game-title {
    font-size: 16px;
    margin: 0;
    display: inline;
}

#nav-bar {
    background-color: rgb(232, 231, 231);
    height: 34px;
}
#nav-bar a, #nav-bar span {
    float: left;
    font-size: 16px;
    list-style: none;
    display: block;
    width: 16%;
    text-align: center;
    background-color: rgb(244,244,244);
    color: rgb(96,96,96);
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
#nav-bar span {
    border-bottom: 4px #e40113 solid;
}


#nav-bar2 {
    background-color: rgb(232, 231, 231);
    height: 34px;
}
#nav-bar2 a, #nav-bar2 span {
    float: left;
    font-size: 16px;
    list-style: none;
    display: block;
    width: 35%;
    text-align: center;
    background-color: rgb(244,244,244);
    color: rgb(96,96,96);
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
#nav-bar2 span {
    border-bottom: 4px #e40113 solid;
}

#sub-nav {
    padding: 0;
    margin: 0;
    background-color: rgb(232, 231, 231);
    display: block;
    height: 90px;
}
.sub-nav div {
    float: left;
    font-size: 14px;
    list-style: none;
    display: inline;
    text-align: center;
    color: rgb(96,96,96);
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
}

.ball {
    font-size: 16px;
    padding: 3px;
    width: 28px; 
    height: 28px; 
    color: White;
    background: #0088e4; /*rgb(163,5,5);*/ 
    -moz-border-radius: 14px; 
    -webkit-border-radius: 14px; 
    border-radius: 14px; 
}
.m1 {
    background: red;
}
.m2 {
    background: #090;
}

#bottom-select {
    display: inline;
    font-size: 18px;
    width:140px;
    text-align: center;
    margin-right: 10px;
    /*border-color: #802B2B;*/
    background-color: #802B2B;
    color: white;
}

.no-data {
    min-height: 200px;
}

.yilou {
    color: #999;
}


#type {
    display: inline-block;
    padding: 2px 15px;
    margin-right: 30px;
    border-radius: 3px;
}
#type-list {
    display: none;
    z-index: 10000;
    position: absolute;
    left: 10px;
    bottom: 38px;
    height: 380px;
    width: 280px;
    border: 1px #006dcc solid;
    background-color: #FFF6BF;
    padding: 20px;
    border-radius: 3px;
    text-align: center;
}
#type-list li {
    line-height: 50px;
    list-style: none;
}
#type-list a {
    display: block;
    width: 220px;
    font-size: 24px;
}

.highlight1 {
    color: red;
}
.highlight2 {
    color: green;
}
#title h1{
		     margin-top: 10px;		
		}