form {
    margin-bottom: 0;
}

label small {
    margin-left: 5px;
    color: #b9b9b9;
    font-size: small;
    font-weight: normal;
}

#versions {
    right: 10px;
    bottom: 8px;
    position: fixed;
    text-align: right;
    font-size: x-small;
    color: #9d9d9d;
}

.description {
    margin-bottom: 20px;
    text-align: justify;
}

.description > p {
    margin-bottom: 0;
}

#querystring-link {
    word-break: break-all;
}

.popup {
    color: #d0d0d0;
    margin-left: 3px !important;
}

.header {
    padding-top: 20px;
    margin-left: 15px;
    padding-left: 15px;
    margin-right: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.header img {
    border: 0;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    vertical-align: middle;
}

.header h3 {
    color: #777;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 19px;
    font-family: inherit;
}

.basic-divider {
    margin: 20px 0;
}

.ui.main.container {
    margin-top: 20px;
    margin-bottom: 60px;
    border-radius: 0.28571429rem;
    max-width: 700px !important;
}

i.copy.icon {
    margin-left: 5px;
    cursor: pointer;
}

i.copy.icon:hover {
    color: #1e70bf;
}

.blue {
    color: #4183c4;
}

.hidden {
    display: none;
}

/* Semantic-UI changes */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui.toggle.checkbox label:before {
    background-color: rgba(0, 0, 0, 0.15);
}

.ui.toggle.checkbox:hover label:before {
    background-color: rgba(0, 0, 0, 0.25);
}

.ui.secondary.segment {
    background: #d9d9d9;
}

.ui.secondary.segment:last-child {
    border-top: none;
}

.deprecate {
    font-size: 20px;
    color: #db0e0e;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
