body {
    margin: 0 0 30px 0;
    background: #f9f9f5;
}

h2 {
    font-size: 21px;
    padding: 10px 0;
    margin: 0;
    line-height: 1.5;
}

.w3-container-content h3 {
    margin: 0 0 15px;
    font-size: 19px;
}

.button007 {
  display: inline-block;
  border-radius: 8px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  padding: 15px;
  width: 250px;
  cursor: pointer;
  margin: 0;
  outline: none;
}
.button007 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.6s;
    top: 0;
    left: -26px;
}
.button007 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -9;
  right: -20px;
  transition: 0.2s;
}
.button007:hover span {
  padding-right: 25px;
}
.button007:hover span:after {
  opacity: 1;
  right: 0;
}
.button007 a, .button007 a:link, .button007 a:hover {
  color: #FFF;
  text-decoration: none;
}

.ori007
{
	border-top: 0; border-left: 0; border-right: 0;
}
.ori007:active
{
	margin-top: 3px;
	border: 1px solid #7ea5b7;
    text-shadow: 0 1px 1px #FFEB3B;
}

.pick-button {
    display: inline-block;
    width: 95%;
    border: 1px solid #4e4e4e;
    border-bottom: 4px solid #4e4e4e;
    border-radius: 3px 21px 21px 5px;
    font-family: 'Roboto Condensed', Sans-serif;
    color: #222;
    text-align: left;
    text-shadow: 0 2px 0 white;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 25px 10px 50px;
    cursor: pointer;
    margin: 0;
    outline: none;
    background-color: #f1f1f1;
}
.pick-button:hover {
    color: #fc5242;text-decoration: none;
    background-color: #ffffff;
    text-shadow: 0;
}

.centered-table {
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid #aaa;
    margin-bottom: 15pt;
}

th, td {
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #dfe0d1;
    font-family: 'Roboto Condensed', sans-serif;
}

th {
    text-align: center;
    vertical-align: middle;
    padding: 15px 5px 10px;
    font-size: 90%;
    font-weight: 500;
    color: #fff;
    border-bottom: 3px double #dfe0d1;
    background: #516b6b;
}

td {
    text-align: left;
    font-size: 80%;
}
