@charset "utf-8";
#message-board > section {
	margin: 30px 20px 0 20px;
}

.description > section {
	margin: 10px 0 30px 0;
}

#message-board h2 {
    font-size: 1.6em;
	margin-bottom: 10px;
}

.green {
    color: #009245;
}
