﻿.calc {
    margin-top: 2em;
}

.contents h1 small, .contents h2 small {
    display: inline;
}

.get-client {
    white-space: normal;
    width: auto;
}

.contents ul {
    margin-bottom: .4em;
}

    .contents ul li {
        margin-bottom: 2px;
    }

.control-label {
    font-size: 1.2em;
}

.control-label-help small {
    font-size: .8em;
}

.pseudo_link[aria-expanded="true"] {
    color: inherit;
    border-bottom-color: inherit;
}

@media (min-width: 768px) {
    .control-label {
        font-size: 1em;
    }

    .control-label-help small {
        font-size: .9em;
    }
}

@media (min-width: 992px) {
}
