* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  color: #3fcd58;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  margin: 0.67em 0;
}

h2 {
  font-size: 22px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

strong {
  font-weight: bold;
  text-decoration: underline;
}

.informational {
  color: #757575;
  font-style: italic;
}

a {
  color: #3ec3e3;
  text-decoration: none;
}

body {
  width: 100%;
  height: 100%;
  text-align: left;
  background: white;
  padding: 10px;
  color: #53565a;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

table {
  width: 100%;
  margin-left: 10px;
  margin-top: 10px;
  padding: 0;
  border-bottom: 1px solid #eee;
}

table.noborder {
  width: 100%;
  margin-left: 10px;
  margin-top: 10px;
  padding: 0;
  border-bottom: 0;
}

table thead {
  background-color: #cacaca;
  color: white;
  margin: 0;
  padding: 0;
}

table td {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
}

table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.protocol {
  font-weight: bold;
}

.device {
  font-weight: bold;
  font-size: 22px;
}

.tabs {
  width: 100%;
  height: 100%;
  float: none;
  list-style: none;
  position: relative;
  text-align: left;
}

.tabs li {
  float: left;
  display: block;
}

.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.tabs label {
  display: block;
  padding: 5px 25px;
  border-radius: 2px 2px 0 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  background: #ddd;
  cursor: pointer;
  position: relative;
  top: 3px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid gray;
  z-index: 3;
  margin-right: 3px;
}

.tabs label:hover {
  background: #999;
}

.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: auto;
  width: 100%;
  height: 90vh;
  margin-bottom: -100px;
  font-size: 17px;
  line-height: 25px;
  padding: 5px;
  position: absolute;
  top: 26px;
  left: 0;
  background: white;
  color: black;
  border-top: 1px solid gray;
}

.tabs [id^="tab"]:checked + label {
  padding-top: 6px;
  background: white;
  color: black;
  border-bottom: none;
}

.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

p.link {
  clear: both;
  margin: 380px 0 0 15px;
}

p.link a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #cacaca;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

p.link a:hover {
  background-color: #cacaca;
}

div.device {
  margin-top: 20px;
}

img {
  max-width: 50%;
  height: auto;
  padding-bottom: 20px;
}
