/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
.server-online {
  color: green;
}

.server-offline {
  color: red;
}

ul.no-bullet {
  list-style: none;
  padding-left: 20px;
}

.to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #60646D;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 35px;
    z-index: 1;
}

.to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 13px;
}

.to-top:hover {
    background-color: #000000;
}