
#content_container {
	max-width: 690px;
}

body {
	background-image: url('../img/body_bg.jpg');
	background-position: top left;
	background-repeat: repeat;
}

body > .contents {
	padding: 20px;
	text-align: center;
}

#login_messages {
	width: 210px;
	display: inline-block;
}

#login_messages > .padding {
	padding: 0 0 10px 10px;
}

#add_to_archive_messages {
	width: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: none;
}

td, th {
	padding: 4px;
	border: 1px solid #CCC;
	vertical-align: middle;
}

th {
	background: #E1E1E1;
}

td a {
	text-decoration: none;
	color: #5454e3;
}

td a:hover {
	text-decoration: underline;
}

#clear_search {
	margin: 0 0 0 10px;
}

#no_results {
	display: none;
}

#archive {
	border-top: 1px solid #353535;
	width: 100%;
}

#youtube_id_test.empty {
	display: none;
}

#youtube_id_test {
	display: inline-block;
	margin-left: 10px;
	float: right;
}

#youtube_id_test a {
	color: blue;
	text-decoration: none;
}

#youtube_id_test a:hover {
	text-decoration: underline;
}

.actions {
	text-align: center;
}

.actions img {
	opacity: 0.5;
	cursor: pointer;
	margin: 0 3px;
}

.actions img:hover {
	opacity: 1.0;
}

.notice {
	text-align: left;
	background: #e6e6e6;
	padding: 15px;
	border-bottom: 1px solid #CCC;
}

.notice p:last-of-type {
	margin-bottom: 0;
}

#content_container > .button_container, form > .button_container {
	padding: 15px;
	background: #F6F6F6;
	background: #DDD;
	text-align: center;
}

.button_container > button,
.button_container > input[type=submit] {
	margin: 0 !important;
}

#add_to_archive input[type=submit].standard:hover {
	box-shadow: 0 0 5px #272727;
}

@media (max-width: 690px) {
	
	#content_container {
		margin: 0;
		border: none;
		box-shadow: none;
	}
	
	#bg_image {
		background: #525252;
		opacity: 1.0;
	}
	
	.mobile_only {
		display: block;
	}
	
}