.cpanel-fullname {
	text-align: center;
}
.cpanel-avatar-holder {
	text-align: center;
}
.cpanel-avatar {
	/*width:90%;*/
	/*max-height: 10%;*/
	max-width: 130px;
	/*max-width: 90%;*/
}
#footer {
	padding-top: 10px !important;
}

.ui-li-icon-flag {
    margin-top:15px;
    width:20px;
    height:12px;
}
.ui-li-icon-game {
    margin-top: 30px;
    width:20px;
    height:20px;
}


.ui-li-map {
    margin-left:10px;
}

.ui-icon-gt-cs {
    background-image: url("http://static.gametracker.rs/images/game-cs.png");
}
.ui-icon-gt-css {
    background-image: url("http://static.gametracker.rs/images/game-css.png");
}
.ui-icon-gt-csgo {
    background-image: url("http://static.gametracker.rs/images/game-csgo.png");
}
.ui-icon-gt-tf2 {
    background-image: url("http://static.gametracker.rs/images/game-tf2.png");
}
.ui-icon-gt-cod2 {
    background-image: url("http://static.gametracker.rs/images/game-cod2.png");
}
.ui-icon-gt-cod4 {
    background-image: url("http://static.gametracker.rs/images/game-cod4.png");
}
.ui-icon-gt-minecraft {
    background-image: url("http://static.gametracker.rs/images/game-minecraft.png");
}
.ui-icon-gt-samp {
    background-image: url("http://static.gametracker.rs/images/game-samp.png");
}

dt {
    margin: 35px 0 15px 0;
    background-color:#ddd;
    font-weight:normal;
}
dt code {
    display:inline-block;
    font-weight:bold;
    color:#56A00E;
    padding:3px 7px;
    margin-right:10px;
    background-color:#fff;
}
dd {
    margin-bottom:10px;
}
dd .default { font-weight:bold; }
dd pre {
    margin:0 0 0 0;
}
dd code { font-weight: normal; }
dd pre code {
    margin:0;
    border:none;
    font-weight:normal;
    font-size:100%;
    background-color:transparent;
}
dd h4 { margin:15px 0 0 0; }

/** Responsive server graphs grid **/
.server-graphs div {
    text-align: center;
}
@media all and (max-width: 50em) {
    .server-graphs .ui-block-a,
    .server-graphs .ui-block-b,
    .server-graphs .ui-block-c,
    .server-graphs .ui-block-d,
    .server-graphs .ui-block-e {
        width: 100%;
        float:none;
    }
}
