﻿header {
  background-color: #F3E2A9;
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 4px;
  font-weight: bold;
}

main[role="main"] {
  margin-top: 4px;
  overflow: auto;
  position: relative;
  padding: 20px;
}

section {
  margin: 0;
  width: 320px;
  float: left;
  /*position: absolute;*/
}

input {
    border-radius: 4px;
    border: 1px solid #c9c9c9;
}

section > button,
section > select,
section > input {
  width: 90%;
  margin-left: 5%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 6px;
}

.console {
  font-family: Consolas;
  font-size: 12px;
  border: 1px solid black;
  border-radius: 4px;
  margin: 8px auto 2px auto;
  padding: 6px;
  overflow: auto;
  width: 100%;
}

#request textarea {
  display: none;
}

#request button {
  width: 100%;
  margin: 6px auto;
  padding: 10px;
}

#request div:last-of-type,
#request .xml {
  font-family: Consolas;
  font-size: 12px;
  border-radius: 4px;
  margin: 8px auto 2px auto;
  padding: 6px;
  overflow: auto;
  width: 100%;
}

#response textarea {
  display: none;
}

#response div:last-of-type,
#response .xml {
  font-family: Consolas;
  font-size: 12px;
  border-radius: 4px;
  margin: 8px auto 2px auto;
  padding: 6px;
  overflow: auto;
  width: 100%;
}

#modal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.001);
  z-index: 100;
  display: none;
}

#modal > div {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  position: absolute;
  width: 200px;
  border: 2px dashed grey;
  top: 300px;
  left: 50%;
  margin-left: -100px;
}
/*# sourceMappingURL=Core.css.map */