/* Global Styles for every page that extends app.blade.php */

#turnosDiv {
	display: none;
}

.choiceChosen\ {
    width: 450px ;
}

.dataHeader {
    font-size: x-small;
}

#save {
    position: fixed;
    z-index: 999;
    right: 6px;
    bottom: 13%;
}

.importantAdvice {
    background-color: #ff5c33 !important;
}

.advice {
    background-color: #ffdb4d !important;
}