body {
  background: #f9f9f9;
  font-family: arial;
}

header {
  text-align: center;
}

h1 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}

.container {
  max-width: 1040px;
  margin: 50px auto;
  width: 100%;
}

.content {
  background-color: white;
  padding: 50px 7%;
  box-shadow: 0 0 125px rgba(0,0,0,0.1);
  margin-bottom: 50px;
}

.row {
  width:100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.row:last-child {
  border-bottom: none;
}

input[type="text"], input[type="email"]  {
  border: none;
  background: #f9f9f9;
  width: calc(25% - 15px);
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

input[type="checkbox"] {
    vertical-align: middle;
    display: inline-block;
}

input[type="submit"] {
    border: none;
    padding: 15px;
    background: #ed1c24;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    width: 50%;
    display: inline-block;
    margin: 50px auto 0 0;
    font-family: arial;
    cursor: pointer;
}

.disabled {
    background: #333 !important;
}

#reset-btn {
  position: relative;
  display: block;
  float: right;
  margin-top: 50px;
}

#reset-btn::after {
    content: "\27F2";
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 12px;
}

#reset-btn input {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    padding-right: 25px;
}

select {
    display: block;
    margin: 50px auto;
    height: 40px;
    padding: 0 10px;
    min-width: 300px;
}

label {
  font-size: 12px;
  line-height: 40px;
}

#message {
    margin-top: 25px;
    font-style: italic;
}

.stats h1 {
    margin-bottom: 50px;
    margin-top: 5px;
    font-size: 20px;
}

.stats .row {
    padding: 5px 0;
    margin: 0 auto;
}
.thead.row {
    border: none;
}

.thead p {
    font-weight: 700;
    opacity: 0.5;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.stats .num {
    font-weight: bolder;
}

.stats {
    display: flex;
    justify-content: space-between;
}

.stats .content {
    width: 400px;
    padding: 50px;
    display: block;
    box-shadow: none;
}

.stats .row p {
    margin: 2px 0;
    font-size: 12px;
}

.stats h4 {
    margin: 0;
    text-align: center;
    opacity: 0.5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.stats .row:hover {
    background: #eee;
}

#showStats {
    width: 100%;
    display: block;
    background: #10AB10;
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 25px;
    font-weight: bolder;
    cursor: pointer;
}

#showStats:hover {
  opacity: 0.9;
}

#myiFrame {
    width: 100%;
    border: none;
    height: 100%;
}

body {
    margin: 0;
}

#loading {
    margin: 25px auto 0;
    height: 100px;
    display: block;
}

.top_link {
  color: #333;
  text-decoration: none;
  margin-right: 10px;
}

.styled-table {
  width: 70%;
  border-collapse: collapse;
  margin: 25px auto;
  min-width: 400px;
}

.styled-table thead tr {
  text-align: left;
}

.styled-table tbody td:last-of-type {
  padding: 0 85px 0 0;
}

.styled-table .right {
  text-align: right;
}

.styled-table th,
.styled-table td {
    padding: 15px 10px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #eee;
}

.last_updated_text {
  display: block;
  padding: 15px 0;
  text-align: center;
  opacity: 0.5;
}