/* PRESS PAGE
 ========================================================================== */
.press_container {
	display: table;
	width: 100%;
}

.press_left {
	display: table-cell;
	width:150px;
	padding: 10px;
	background-color: rgb(204, 204, 204);
}

.press_right {
	display: table-cell;
	padding: 10px;
}