/****************************************************************** LAYOUT ** */
/******************************************************************** TEXT ** */
body {
  font-family: Optima, sans-serif;
  font-size: 20pt;
  line-height: 1.1;
  padding: 5px; }

button {
  border: 1px solid #1a1aff;
  background-color: #4d4dff;
  color: white;
  transition: background-color 200ms; }
  button:hover {
    cursor: pointer;
    background-color: #1a1aff; }
  button:focus {
    outline: none; }
  button:active {
    background-color: #0000e6; }

input {
  border: 1px solid #e6e6e6; }

.textinput {
  width: 300px; }

input, button, nav > a, .button, .success, .error, .message {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px; }

.button {
  border: 1px solid #cccccc; }

.block {
  display: inline-block;
  margin: 0 0 10px 0; }

.distance {
  margin: 0 0 20px 0; }

.number_input {
  width: 50px; }

.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.center {
  text-align: center; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.controls {
  margin-top: 10px; }

.success, .message, .error {
  padding: 5px 10px !important; }

.success, .message {
  display: inline-block;
  margin-bottom: 5px; }

.success {
  display: inline-block;
  border-left: 4px solid green;
  background-color: #80ff80; }

.message {
  display: inline-block;
  border-left: 4px solid #999999;
  background-color: #e6e6e6; }

.error {
  display: inline-block;
  border-left: 4px solid red;
  background-color: #ff9999 !important; }

.settings td:first-child {
  max-width: 500px;
  font-size: 15pt; }
  .settings td:first-child div {
    margin-bottom: 5px; }
.settings thead {
  background-color: transparent !important; }
  .settings thead th {
    font-weight: normal !important;
    font-style: italic; }
.settings textarea {
  min-width: 500px;
  min-height: 180px;
  border: none;
  background-color: #f2f2f2;
  padding: 5px; }
.settings label:first-child {
  font-weight: bold;
  display: block;
  margin-bottom: 5px; }

.billing th {
  text-align: center; }

h1, h2, h3 {
  font-size: 20pt;
  margin: 0;
  padding: 15px 0; }

a {
  text-decoration: none;
  color: black;
  transition: background-color 200ms; }

nav {
  border-bottom: 1px solid black;
  margin-bottom: 5px; }
  nav a {
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px; }
    nav a:hover {
      background-color: #e6e6e6; }
  nav form {
    float: right;
    margin-bottom: 5px; }
  nav input {
    display: inline-block;
    width: 200px;
    margin-right: 5px; }

.right {
  display: inline-block;
  float: right; }

.align_right {
  text-align: right; }

.small {
  font-size: 15pt; }

main {
  padding: 10px; }
  main a {
    transition: color 200ms;
    color: #0000b3; }
    main a:hover {
      color: #00004d; }

table {
  display: block;
  border-collapse: collapse; }
  table tr {
    border-bottom: 1px solid #cccccc; }
    table tr:last-child {
      border-bottom: 2px solid #cccccc; }
    table tr:first-child {
      border-top: 2px solid #cccccc; }
  table thead {
    text-align: left;
    background-color: #e6e6e6;
    border-bottom: 2px solid #cccccc; }
    table thead th {
      font-weight: bold;
      font-size: 15pt;
      padding: 5px 10px; }
  table td {
    padding: 5px 10px; }
    table td span {
      margin: 0 5px; }
      table td span:last-child {
        margin-right: 0; }
      table td span:first-child {
        margin-left: 0; }

/*# sourceMappingURL=main.css.map */
