body {
    font-size: 1rem;
}
h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.25rem;
}
.container {
    max-width: 720px;
    padding-left: 2rem;
    padding-right: 2rem;
}
header {
    background: #2d3950;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
header span {
    color: #d1a661;
    display: block;
    padding: 1.25rem .5rem;
}
header span i {
    font-size: 1.25rem;
    line-height: 1;
}
main {
    padding-top: 88px;
    overflow-x: hidden;
}
main img {
    border-radius: .25rem;
    max-width: 100%;
}
main hr {
    border-color: #dee2e6;
    opacity: 1;
}
main table {
    border: 1px solid #dee2e6;
    width: 100%;
}
main table th {
    border-right: 1px solid #dee2e6;
    font-weight: normal;
    width: 88px;
}
.modal img {
    max-width: 100%;
}