
.object-card {
    display: none;
    position: relative;
    z-index: 10;
    text-align: center;
    padding-bottom: 50px;
    background-color: #FFFFFF;
    min-width: 100%;
    width: 100%;
}


.idapp-btn {
    display: inline-block;
    width: 80px;
}

.idapp-btn .title {
    color: #6f7b8a;
    text-transform: uppercase !important;
    font-size: 11px;
    margin-top: 10px;
    line-height: 12px;
    white-space: normal;
}

.idapp-btn .btn {
    border-radius: 100px;
    width: 70px;
    height: 70px;
    margin: 2px;
}

.idapp-btn-container {
    text-align: center;
    white-space: nowrap;
    margin-top: 30px;
    height: 120px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 10px;
}



.idapp-warning-container {
    text-align: center;
    white-space: nowrap;
    margin-top: 30px;
    height: 160px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.idapp-warning-container .containertitle {
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 30px;

}

.idapp-traffic-sign-wrapper {
    display: inline-block;
    width: 80px;
    margin: 10px;

}
.idapp-traffic-sign-wrapper .title {
    color: #6f7b8a;
    text-transform: uppercase !important;
    font-size: 11px;
    margin-top: 10px;
    line-height: 12px;
    white-space: normal;
}

.idapp-traffic-sign {
    position: relative;
    padding-top: 15px;
    border-radius: 100px;
    font-stretch: ultra-condensed;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: 10px solid #CC0000;
    height: 80px;
    width: 80px;
}


.idapp-traffic-sign .meter {
    font-size: 20px;
}

.idapp-traffic-sign .centimeter {
    font-size: 16px;
}

.idapp-traffic-sign .cssarrow {
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}