/* eas style sheet, must be included behind the app specific style sheets */
/* is necessary in case shared eas functions are included in the app */
/* filename: eas_style.css  */

.container-eas {                    /* indien de app zelf een container definitie heeft zou ik die kunnen gebruiken */
    border: 1px solid #0C3E06;
	border-radius: 5px;
	padding: 4px;
    background-color: #FBFFD3;
    width: 100%;
	margin: 4px 0px 4px 0px;
    box-shadow: 0 2px 6px rgba(0,0,0,.30);
}

.row {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
    margin-bottom: 0.5rem;
}

@media (max-width: 576px) { /* change default font size */
    body {
        font-size: 11px;
    }
    .alert {
        font-size: 14px;
    }
}
