.Button {
  border: 1px solid #bbb;
  padding: 2px 5px;
  text-align: center;
  background-color: #ccc;
}
.Button:hover {
  cursor: pointer;
  background-color: #ddd;
}
.Button:active {
  border: 1px solid #eee;
  background-color: #eee;
}
.Button.disabled {
  border: 1px solid #eee;
  background-color: #eee;
}
.Button.disabled:hover {
  cursor: default;
  background-color: #eee;
}
.Button.disabled:active {
  border: 1px solid #eee;
  background-color: #eee;
}
.Button.clicked {
  background-color: #c5ded1;
}
.Button.clicked:hover {
  background-color: #c5ded1;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffee;
  font-family: Tahoma, Arial, sans-serif;
}
@media (min-width: 1px) {
  .adaptive {
    display: block;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .adaptive {
    display: block;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .adaptive {
    width: 576px;
  }
}
@media (min-width: 768px) {
  .adaptive {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .adaptive {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .adaptive {
    width: 1200px;
  }
}
.adaptive {
  margin-left: auto;
  margin-right: auto;
}
.Test .header {
  border: 1px solid #aaa;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  color: #222;
  padding: 5px 0;
}
.Test .header a {
  color: inherit;
  text-decoration: inherit;
}
.Test .header a:hover {
  text-decoration: underline;
}
.Test .sandbox {
  position: relative;
  border: 1px solid #aaa;
  background-color: #f7f7ee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.Test .sandbox .line {
  border-bottom: 1px solid #aaaaaa;
  margin: 20px 0 15px 0;
}
.Test .sandbox .label {
  border-bottom: 1px solid #aaa;
  background-color: #ffffff;
  padding: 3px 0;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.Test .sandbox > .button {
  display: inline-block;
  border: 1px solid #6b9aff;
  padding: 4px 20px;
  border-radius: 4px;
  background: linear-gradient(top, #e2e2ff, #7d7dff);
  margin-left: 20px;
}
.Test .sandbox > .button:hover {
  cursor: pointer;
  background: #c6d6ff;
}
.Test .sandbox > .button:active {
  cursor: pointer;
  border: 1px solid #c6d6ff;
}
.Test .articleHeader {
  font-size: 14px;
  padding: 3px 10px;
}
.Test .articleValue {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.red {
  color: #dd0000;
}
.b {
  font-weight: 700;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_l20 {
  margin-left: 20px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_20 {
  margin: 20px;
}
.mar_auto {
  margin: auto;
}
.center {
  text-align: center;
}
.font12 {
  font-size: 12px;
}
.flo {
  float: left;
}
.flo_r {
  float: right;
}
.cle {
  clear: left;
}
.cle_r {
  clear: right;
}
