html {
  font-size: 14px;
}
/*
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
*/
.container {
  max-width: 960px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }


.titleLogoTable td {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0em;
    border:0px;
    cellspacing:0;
    cellpadding:0;
}

.header
{
    font-size:1.2em;
    font-weight: bold;
}

.button {
  background-color: #008CBA;
  border: none;
  color: white;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor:pointer;
  margin-right:1em;
}

td {
  vertical-align : middle;
  padding:0.5em;
}
