body {
	background: #2FBD5A;
}
.row {
	max-width: 100%;
}

.row > .row {
	max-width: 1200px;
}

body > .row > .columns:first-child {
	border-bottom: 2px solid #fff;
	background: #00AEED;
}

body > .row > .columns:nth-child(2) {
	background: #2FBD5A;
}

table {
	height: auto;
}

td {
	padding: 20px 0;
	text-align: center;
}

@media(min-width:480px) {
	body {
		background: url('security/wp-content/themes/tropixel/img/portal-bg.png') repeat-y center center;
	}
	body > .row > .columns:first-child {
		border-bottom: none;
		border-right: 2px solid #fff;
	}
	.row, .columns {
		height: 100%;
	}
	table {
		height: 100%;
	}
}

body .rev .button {
	background-color: #fff;
	color: #00AEED !important;
}

body .rev .button-3 {
	background-color: #fff;
	color: #2FBD5A !important;
}