form {
	float: left;
}

#content table {
	margin-left: 20px;
}
#content table, #content tbody, #content tr {
	display: block;
	width: auto;
}

#row_1 .pic {
	overflow: hidden;
}

#content td {
	display: block;
}

#content input[type="text"] {
	padding: 0 8px;
	line-height: 20px;
	width: 216px;
	height: 20px;
	background-color: #1f1308;
	border: none;
	color: #fff;
}

#content .description_active {
	color: #ccc !important;
	background-color: #2f2318 !important;
}

textarea {
	width: 80%;
	height: 50px;
	border: none;
	padding: 3px 8px;
	color: #fff !important;
	background-color: #1f1308;
}

input[type="submit"] {
	float: right;
	border: none;
	background: none;
	text-decoration: underline;
	color: #005e9a !important;
	font-size: 18px;
	cursor: pointer;
	text-transform: uppercase;
}

#content p img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#content p {
	font-size: 20px;
}

@media all and (min-width: 800px) {
	
	#content table {
		margin-left: 0;
		display: table;
	}
	
	#content td {
		display: table-cell;
	}
	
	#content input[type="text"] {
		width: 216px;
	}
	
	textarea {
		width: 688px;
	}
}