.attention {
    font-size: 1.1em;
}

table {
    font-size: 1.4em;
}

table th {
    text-align: left;
    background-color: aquamarine;
}

table td {
	background: #eee;
}
table tr:nth-child(odd) td {
	background: #fff;
}

table .place {
    width: 180px;
}

table .dept {
    width: 350px;
}

table .action {
    width: 380px;
}
.section{
    background-color: aquamarine;
}