.section {
  margin: 0 0 20px 10px;
  font-size: 0.78em;
}

.section p{
  margin: 10px 0 0 5px;
}

a {
  text-decoration: none;
  color: #fff;
}

span a {
  text-decoration: underline;
}

.section p strong{
  color: #f50007;
}

.section p span{
  font-size: 0.9em;
}

.section h3{
  margin: 25px 0 5px 0;
  font-size: 1.1em;
  font-weight: normal;
}

.section-title {
  background-color: #fcff66;
  color: #000;
  width:100px;
  font-size: 1em;
  padding: 2px 10px;
  display: inline-block;
  margin: 15px 0 0 0;
  font-weight: bold;
  text-align:center;
}

p.msg {
  margin: 15px 0 0 5px;
  font-size: 1.3em;
}

p.tel {
  font-size: 1.8em;
  font-weight: bold;
  margin: 10px 0 0 5px;
}

p.email {
  font-size: 1.4em;
  margin: 8px 0 8px 5px;
}

.credit-box {
  background-color: #001a50;
  color: #fff;
  border: 5px solid white;
  padding: 10px;
  margin: 15px 0;
  text-align: center;
}

.credit-box p a{
  font-size: 1.4em;
  color: #f50007;
  text-decoration: none;
}

.card-logos img {
  margin: 10px 0 5px 0;
  width: 100%;
  max-width: 600px;
}

.cod-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
}

.cod-table th, .cod-table td {
  border: 1px solid #000;
  padding: 8px 12px;
  text-align: left;
}

.cod-table th {
  background-color: #eee;
}

.cod-table .center {
  text-align: center;
}

div#main {
  padding-bottom: 30px;
}