/*body {*/
/*  padding: 30px;*/
/*  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
/*}*/

h1 {
  margin-top: 0;
}

a {
  color: #00B7FF;
}

/*table {*/
/*  border: 2px solid #00B7FF;*/
/*}*/

/*thead th {*/
/*  border: 1px solid #00B7FF;*/
/*  padding: 10px;*/
/*}*/

/*tbody td {*/
/*  border: 1px solid #18ade8;*/
/*  padding: 10px;*/
/*}*/

/*form {*/
/*  border: 1px solid green;*/
/*  padding: 10px;*/
/*  margin: 10px 0;*/
/*  display: flex;*/
/*  !*align-items: center;*!*/
/*  justify-content: space-between;*/
/*  flex-direction: column;*/
/*  max-width: 260px;*/
/*  margin-right: 20px;*/
/*}*/
/*.forms {*/
/*  display: flex;*/
/*}*/
/*input[type="text"] {*/
/*  width: 200px;*/
/*  margin-bottom: 10px;*/
/*}*/
/*#player {*/
/*  max-width: 520px;*/
/*  flex-flow: wrap;*/
/*  position: relative;*/
/*  padding-bottom: 40px;*/
/*}*/
/*.label {*/
/*  min-width: 300px;*/
/*}*/
/*textarea {*/
/*  min-width: 200px;*/
/*}*/
/*input[type="submit"] {*/
/*  display: inline-block;*/
/*}*/
/*#player input[type="submit"] {*/
/*  display: block;*/
/*  position: absolute;*/
/*  bottom: 10px;*/
/*  right: 50%;*/
/*  transform: translateX(26px);*/
/*}*/
#player .id {
  display: none;
}
a {
  display: inline-block;
  margin-right: 10px;
}
a:last-child {
  margin-right: 0;
}
.switchable {
  display: none;
}
.switchable.on {
  display: block;
}
/*.nav {*/
/*  display: inline-block;*/
/*  margin-right: 20px;*/
/*  margin-bottom: 20px;*/
/*}*/
/*.operation-result {*/
/*  width: 300px;*/
/*  height: 60px;*/
/*  position: fixed;*/
/*  right: 50px;*/
/*  bottom: 0;*/
/*  text-align: right;*/
/*  background-color: rgba(255, 255, 255, 0.5);*/
/*}*/

#table-demo,
#table-full {
  display: none;
}

#table-demo.on,
#table-full.on {
  display: table;
}

body:not(.http-only):not(.https-only) .protocol-toggle-all,
body.http-only .protocol-toggle-http,
body.https-only .protocol-toggle-https {
  text-decoration: underline;
}

body.http-only .https-link {
  display: none;
}

body.https-only .http-link {
  display: none;
}