#body {
  padding: 20px 10px 0px 10px;
  background: #e0e0e0;
}

div#container {
  width: 90%;
  border: 1px #c0c0c0 solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0px auto 20px auto;
  background-color: #efefef;
  padding: 10px;
}

h1 {
  text-align: center;
}

dt {
  font-weight: bold;
}

div.image img {
  display: block;
  margin: 0px auto 10px auto;
}

span.small {
  font-size: 0.7em;
}

span.small a {
  text-decoration: none;
}

p.cache {
  background-color: #300;
}

p.intro {
  text-align: center;
}

p.cache {
  padding: 10px;
}

p.stat {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 0px 0px 15px 0px;
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  border: 1px #aaa solid;
}

p.stat span.label {
  font-weight: bold;
}

div#footer {
  padding-top: 7px;
}

div#footer hr {
  width: 80%;
  border: none;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
}

div#footer p {
  color: #666;
  text-align: center;
  font-size: 0.7em;
}

div#footer p a {
  font-weight: bold;
  text-decoration: none;
  color: #666;
}

div#footer p a:hover {
  text-decoration: underline;
}

table {
  background-color: #fff;
}

div.red, p.cache {
  text-align: center;
  background-color: #ffe2e1;
  border: 1px #600 solid;
}

table {
  border: 1px #666 solid;
}

th, td {
  padding: 10px;
  border-right: 1px #666 solid;
}

th {
  background: #ddd;
  border-bottom: 1px #666 solid;
}

/** RESPONSIVE TABLES **/  
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block; 
  }
	
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
	
  tr {
    border: 1px solid #ccc;
  }

  /* Behave  like a "row" */
  td { 
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    padding-top: 10px;
  }

  /* Now like a table header */	
  td:before { 
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
	
  /* Label the data */
  td:nth-of-type(1):before { content: "IP"; }
  td:nth-of-type(2):before { content: "Time Connected"; }
  td:nth-of-type(3):before { content: "Protocol Version"; }
  td:nth-of-type(4):before { content: "Last Send"; }
  td:nth-of-type(5):before { content: "Last Receive"; }
  td:nth-of-type(6):before { content: "Ping (ms)"; }
  td:nth-of-type(7):before { content: "Bytes Sent"; }
  td:nth-of-type(8):before { content: "Bytes Received "; }




}

#forkongithub a{background:#fff;color:#777 !important;text-decoration:none;font-style: normal;font-family:arial,sans-serif;text-align:center;font-weight:bold;padding:5px 40px;font-size:1rem;line-height:2rem;position:relative;transition:0.5s;}#forkongithub a:hover{background:#999;color:#eee !important;text-decoration: none !important;}#forkongithub a::before,#forkongithub a::after{content:"";width:100%;display:block;position:absolute;top:1px;left:0;height:1px;background:#ccc;}#forkongithub a::after{bottom:1px;top:auto;}@media screen and (min-width:800px){#forkongithub{position:fixed;display:block;top:0;right:0;width:200px;overflow:hidden;height:200px;z-index:9999;}#forkongithub a{width:200px;position:absolute;top:60px;right:-60px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);box-shadow:4px 4px 10px rgba(200,200,200,0.8);}}
