.expenses-main {
    background-color: #1da0b9;
    max-width: 500px;
    width:100%;
    padding: 5px;
    border-radius: 3px;
    margin: auto;
    color: #fff;
    text-align: center;
}

.intro {
  text-align: center;
}
a.industrybutton {
    border: 1px solid #fff;
    border-radius:5px;
    min-height:127px;
}
    a.industrybutton span {
        margin: 4px auto;
        position:absolute;
        padding:0 5px 0 2px;
    }
.industrybutton span {
    font-size: 1rem !important;
}
.card__bg.industrybutton {
    background-size:contain;
    height:30%;
    
    top:25px;
} 
div.form1 form {
    margin: 0;
}
div.form1 form span {
    margin: 0 10%;
    position: relative;
    top: -5px;
    display: block;
    min-height:25px;
}
div.form1 form label {
    display: block;
}

div.form1 input[type=range] {
    -webkit-appearance: none;
    margin: 2.5% 0 5%;
    width: 100%;
    height: 14px;
    border-radius: 50px;
    background-color: #E2E3E4;
    padding: 5px 0;
}
div.form1 input[type=range]:focus {
    outline: none;
}

    div.form1 input[type=range]::-webkit-slider-thumb {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #ffc42f;
        cursor: pointer;
        -webkit-appearance: none;
        position: relative;
        top: 10px;
        margin-top: -14px;
        transition: all 0.3s ease-in-out;
        -moz-box-shadow: 2px 2px 2px rgba(68,68,68,0.6);
        -webkit-box-shadow: 2px 2px 2px rgba(68,68,68,0.6);
        box-shadow: 2px 2px 2px rgba(68,68,68,0.6);
    }

div.form1 input[type=range]:focus::-webkit-slider-thumb {
    background-color: #ffc42f;
}




#turnoverLabelMin, #turnoverLabelMax {
}
