.celldetail {
    color: lightcyan;
    background-color: steelblue;
}

.green {
    background-color: green;
    color: white;
}

.orange {
    background-color: orange;
    color: white;
}

.email {
    color: black;
    font-size: 20px;
}

.yellow {
    background-color: yellow;
    color: black;
}

.red {
    background-color: #363640;
    color: red;
    font-weight: bold;
    border: hidden;
}

.form-horizontal2 {
    padding-left: 30%;
}

#gauge-demo {
    height: 400px;
}

.donem-value {
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    color: #f05b41;
}

#gauge-container {
    text-align: center;
    margin: 20px auto;
    background-image: url('../../../images/mask.png');
    background-repeat: no-repeat;
    width: 786px;
    height: 400px;
}

#menu-container {
    text-align: center;
    margin: 20px auto;
    background-repeat: no-repeat;
    height: 100px;
}

#gauge-container > div {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}

.left-section {
    top: -20px;
    left: -40px;
}

.center-section {
    top: 25px;
}

.right-section {
    top: -20px;
    right: -40px;
}

.speed-value {
    position: absolute;
    border: 2px solid #f05b41;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    left: 28%;
    top: 36%;
    line-height: 100px;
}

    .speed-value > span {
        font-size: 50px;
        font-weight: lighter;
        color: #f05b41;
    }

#fuel-gauge {
    position: absolute;
    left: 34%;
    bottom: 5%;
}
