body {
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}

img {
    width: 70%;
}

.grid {
    display: grid;
    width: 15%;
	margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.070);
    grid-gap: 1rem;
    align-items: center;
    overflow-x: auto;
    justify-items: center;
    margin: 0;
}

.grid-template-columns-1 {
	grid-template-columns: 1fr;
}

.grid-template-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.item {
    margin: 5px;
	text-align: center;
	font-size: 1.3em;
}

.titulo {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #0E6F1F;
    background: #00420C;
    color: #fff !important;
    font-weight: normal;
    border-radius: 5px 5px 0 0;
}

.topo {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    font-size: 10px;
    background-color: #ebebeb;
}

.manha, .tarde, .noite {
    font-size: 10px;
    border: none;
}

.min {
    color: blue;
}

.max {
    color: red;
}

.tarde {
    background-color: #ebebeb;
}

.rodape {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #0E6F1F;
    background: #00420C;
    font-weight: normal;
    border-radius: 0 0 5px 5px;
}

.rodape a {
    color: #fff; 
    text-decoration: none;
    text-transform: uppercase;
}

.ui-menu-item div.ui-state-active {
    background: #00420C;
}
