.icon-bar.five-up .item {
    width: 10%;
}

.icon-bar.five-up {
    margin: 0 auto;
}

.offset-top {
    margin-top: 15px;
}

.head {
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
}

.welcome {
    color: white;
    height: 100%;
    horiz-align: center;
}

.welcome:hover {
    color: white;
}

.full-width {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.call-to-action {
    width: 100%;
}

.errorpage h1 {
    font-size: 50px;
    color: #5f5f5f;
    padding-top: 15%;
}

.errorpage p {
    font-size: 20px;
    color: #5f5f5f;
}

.errorpage a {
    text-decoration: none;
    color: #007095;
}

.errorpage a:active {
    text-decoration: none;
    color: #007095;
}

.errorpage a:visited {
    text-decoration: none;
    color: #007095;
}

.errorpage a:hover {
    text-decoration: none;
    color: #0093ba;
}

.invoice {
    margin-bottom: 0;
}

.package-cancelled {
    color: darkred;
    text-decoration: line-through;
}

.package-cancelled td {
    color: darkred;
}

.full {
    width: 100%;
}

.table-button {
    width: 100px;
    margin-bottom: 0;
}

table {
    text-align: center;
}

#active-step {
    background: #5f5f5f;
}

.icon-bar > .item {
    cursor: default;
}

.form-error {
    border-color: red !important;
}

.database-table-heading {
    float: left;
    font-size: 18px;
}