body {
	background-color: #4b3832;
	color: #f0e9df;
}

a {
	color: #a09990;
	text-decoration: none;
}

input {
	border-radius: 1px;
	border: none;
	min-height: 20px;
	padding: 5px;
}
button {
	cursor: pointer;
	border-radius: 1px;
	border: none;
	min-height: 20px;
	padding: 5px;
	background-color: #43322d;
    color: #ecf0f1;
}
button:hover {
	background-color: #2a2020;
}

.wrap {
	box-sizing: border-box;
	margin: 0 auto;
}

.search-box {
	position: relative;
	padding-top: 15px;
}

#search_input {
	line-height: 2;
	width: 100%;
	box-sizing:border-box;
}

#search_button {
    position: absolute;
    right: -1px;
    line-height: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.video-box {
	margin-bottom: 10px;
	position: relative;
}

.video-thumbnail img {
	width: 100%;
}

.video-title {
	background-color: #2a2020;
	margin-top: -5px;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.last_searched-box {
	padding: 8px;
}
.last_searched-box a {
	text-decoration: underline;
	padding: 5px;
}
.last_searched-box a:hover {
	text-decoration: none;
}

.footer-sector {
	margin-bottom: 25px;
}