.text-right {
    text-align: right;
}

@media (min-width: 40.0625em) {
    .govuk-radios--inline .govuk-radios__item {
        margin-right: 20px;
        float: none;
    }
}

.sis-choosetime-template {
    margin-bottom: 30px;
}

.govuk-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(.5em - 1px) 1em;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    white-space: normal;
    height: auto;
    background-color: #007acc;
    color: #fff;
    font-weight: 400;
    padding: 7px 16px;
}

.govuk-button.is-hovered,
.govuk-button:hover {
    color: #fff;
    background-color: #053876 !important;
    border-color: #b5b5b5;
}