/* Layout for desktop version */

body {
   font-family : sans-serif;
   background : #fff;
   margin-top : 20px;
}

header {
    background : #aaa;
    border-radius : 8px;
    margin-bottom : 20px;
    position : relative;
}

header h2 {
    color : #eee;
}

.mcnt td, .mcnt th { text-align : center }

.aleft { text-align: left !important }

.mdata th {
    color : #555;
    text-align : right;
    padding : 5px;
}

.about { position : absolute; font-size : 70%; right : 30px; }

.about a { color : #eee }
.about a:hover {
    text-shadow : 0 0 10px #dd0;
    text-decoration : none;
}

.expab { font-weight : normal; font-size : 100% }

.ui-pnotify .stack-bar-top {
	right: 0;
	top: 0;
}

.igtable i { margin : 0 10px;}

.banned { text-decoration : line-through }

.banned a { color : #99d}
