/* Vladimir Style 34 */

body{
    font-family:Arial,sans-serif;
    margin:30px;
}

table{
    border-collapse:collapse;
    width:100%;
}

th,td{
    border:1px solid #ccc;
    padding:10px;
}

th{
    background:#f5f5f5;
}

.online{
    color:green;
    font-weight:bold;
}

.offline{
    color:red;
    font-weight:bold;
}

/* ------------------------------------------------------ */


body{
    font: normal normal 13px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
  background: #000000 url(assets/body_background_dark.png) repeat scroll top left;
}
table{
    background: #141414;
}
tr, th, td{
    border: solid 1px #222222 !important;
}

th{
    border-bottom: solid 1px ;
    color: #666666;
    background: #141414 !important;
}
.container{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
a{
    color: yellow; 
    text-decoration: none;
}
a:hover{
    color: rgb(80, 245, 74);
    transition-duration: 1s;
}
@media (max-width: 400px) {
  .container {
    max-width: 100%;
  }
  table{
    width: 100%;
  }
}