.btn.primary, .skiplink.primary {
    background: #8f0000;
    border: 1px solid #8f0000;
}
.btn.medium, .skiplink.medium {
    margin: 10px;
    font-size: 16px;
    font-size: 1rem;
    height: 36px;
    line-height: 34px;
}
passportsmedia="all"
.btn.primary, .skiplink.primary {
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px !important;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 2px 3px !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px !important;
}
.btn, .skiplink {
    display: inline-block;
    background: #f2f2f2;
    -webkit-appearance: none;
    font-family: "Open Sans";
    font-weight: 600;
    padding: 0 !important;
    text-align: center;
}

.btn.medium a, .skiplink.medium a {
    padding: 0 18px;
}
.btn.medium a, .skiplink.medium a {
    position: relative;
    padding: 0 16px;
}
.btn > a, .btn input, .btn button, .skiplink > a, .skiplink input, .skiplink button {
    display: block;
    padding: 0 18px;
    color: white;
    height: 100%;
}
a {
    color: #333;
    outline: 0;
    line-height: inherit;
}

/*tables*/
table.rounded {
    border-radius: 4px;
    border-collapse: separate;
}
table {
    display: table;
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #e5e5e5;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table thead {
background-color: #8f0000;
color: #fff;
}
table.rounded caption + thead tr:first-child th:last-child, table.rounded caption + tr td:last-child, table.rounded > thead tr:first-child th:last-child, table.rounded > thead tr:first-child td:last-child, table.rounded > tr:first-child td:last-child {
border-top-right-radius: 4px;
}
table.rounded caption + thead tr:first-child th:first-child, table.rounded caption + tr td:first-child, table.rounded > thead tr:first-child th:first-child, table.rounded > thead tr:first-child td:first-child, table.rounded > tr:first-child td:first-child {
border-top-left-radius: 4px;
}
table.rounded thead th, table.rounded thead td, table.rounded caption + tbody tr:first-child td, table.rounded > tbody:first-child tr:first-child td {
border-top: 0;
}
table thead tr th {
font-size: 16px;
font-weight: bold;
vertical-align: bottom;
}
table thead th, table tbody td, table tr td {
display: table-cell;
padding: 10px;
vertical-align: top;
text-align: left;
border-top: 1px solid #e5e5e5;
}
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
table.rounded {
border-radius: 4px;
border-collapse: separate;
}
table {
display: table;
background-color: white;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 20px;
width: 100%;
border: 1px solid #e5e5e5;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
