@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,300");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

* {
  box-sizing: border-box;
}
*:hover, *:focus {
  outline:0
}
html {
  height: 100%;
}
body {
  position: relative;
  background: rgba(0,0,0,.3);
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
}
select {
  width: 100%;
}
.container {
  position: relative;
  left: 0;
  right:0;
  margin: auto;
  width: 100%;
  min-height: 240px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  padding: 30px;
}
.header-container {
  width: 100%;
}
.inner-container {
  width: 100%;
  display: inline;
}
table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  word-wrap: break-word;
  font-size: 1em;
}
th,
td {
  text-align: left;
  border: none;
  padding: 5px;
  font-size: 1em;
}
textarea {
  width: 100%;
  font-size: 1em;
  resize: none;
  margin: 5px;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 20px;
  color: #333333;
  text-align:
  center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  border-color: #e6e6e6 #e6e6e6 #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #e6e6e6;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  background-color: #e6e6e6;
}
.btn-large {
  padding: 9px 14px;
  font-size: 1.2em;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
}
.btn-primary, .btn-primary:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #4a77d4;
  background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4));
  background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: -o-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: linear-gradient(top, #6eb6de, #4a77d4);
  background-repeat: repeat-x;
  border: 1px solid #3762bc;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  filter: none; background-color: #4a77d4;
}
.btn-block {
  width: 100%;
  display:block;
}

.noselect {
   cursor: default;
   -webkit-user-select: none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
}

.noselect:focus {
   outline: none;
}

@media all and (max-width: 768px) {
  body {
    font-size: 1em !important;
  }
  .mainBox {
    font-size: 1em;
  }
  table {
    font-size: 1em;
  }
}
