.home-central-buttons {
    display: flex;
    flex-wrap: wrap;
}

.home-central-buttons .hcb-wrapper {
    flex-grow: 1;
    width: 30%;
    height: 100px;
    margin-right: 3%;
    margin-bottom: 3%;
    display: inline-table;
}

.home-central-button {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CBC7C7;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 2px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.home-central-button:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CBC7C7;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.hcb-wrapper h2 {
    margin-bottom: 0px;
    font-size: 20px;
}

.home-central-button div {
    min-height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-central-button label {
    opacity: 0;
}

.hc-message.success {
    color: green;
    font-weight: 700;
    text-shadow: initial;
}

.hc-message.error {
    color: red;
    font-weight: 700;
    text-shadow: initial;
}

.button-results {
    font-family: "Lato", Sans-serif;
    font-weight: 500;
}

.button-results a {
    background: #72ba45;
    padding: 10px 30px;
    color: #fff;
    margin-top: 30px !important;
    display: inline-block;
}

.button-results a.remove {
    background: red;
    margin-left: 10px;
}

.button-results h2 {
    border-bottom: 1px solid #CBC7C7;
}




.meter {
    background: #ececec!important;
}
.meter.active {
    background: #fcfcfc!important;
    width: 100%;
    display: block;
    min-height: 40px;
    border-radius: 30px!important;
    border: 1px solid #ccc!important;
}

.meter.active span#progress {
    min-width: 6%;
    max-width: 100%;
    background: #aaa;
    height: 38px !important;
    display: block;
    border-radius: 30px;
    border: 1px solid #fff;
    transition: .5s linear;
}

.meter.active span#progress-label {
    position: absolute;
    top: 0;
    min-width: 5%;
    text-align: right;
    line-height: 40px;
    color: #fff;
    transition: .5s linear;
}




.sre-checklist .ginput_container_checkbox + .gfield_description {
    padding-left: 42px;
    padding-top: 0 !important;
    margin-top: -10px;
}


.sre-checklist .gfield_checkbox li {
    margin-bottom: 0 !important;
}