@import "normalize.css";
@import "bootstrap-grid.css";

html {
    box-sizing: border-box;
}

*,
*:after,
*:before {
    box-sizing: inherit;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    line-height: 1.75;
    color: #212224;
}

a {
    color: #2873e6;
}

a:hover {
    color: #2873e6;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header {
    margin-bottom: 2em;
}

footer {
    margin-top: 1.7777777778em;
    font-size: 1.125rem;
}

.wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.wrapper-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 0 2.5em; /* 40/16 */
    padding-bottom: 4em; /* 64/16 */
    overflow: hidden;
}

.title {
    position: relative;
    margin: 0;
}

.title:after {
    content: "";
    display: inline-block;
    width: 1.25em;
    height: 0.0625em;
    background: #2873e6;
    position: absolute;
    bottom: -0.15625em;
    left: 50%;
    margin-left: -0.625em;
}

.subtitle {
    margin: 1em 0;
    color: #717476;
}

.text--left {
    text-align: left;
}

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

.container {
    max-width: 940px;
}

.detail {
    padding: 1em;
    display: none;
}

.detail-image {
    margin-top: 1em;
}

.detail-title {
    margin-top: 0;
}

.detail-description {
    margin: 0 auto;
    padding: 2em 0 4em;
}

.detail-description td {
    vertical-align: top;
    border-bottom: solid 0.0625em #f2f2f2; /* 1/16 */
    padding: 0.3125em 1.25em 0.3125em 0; /* 5/16 */ /* 20/16 */
}

.detail-description tr td:first-child {
    text-align: right;
    padding-left: 1.25em; /* 20/16 */
}

.detail-footer {
    color: #989b9d;
}

@media (max-width: 767px) {

}