body {
	font-family: Arial;
	margin: 0;
	background: url(https://1.bp.blogspot.com/-U9P0RLU_gIA/WtJ2L3-4lqI/AAAAAAAAA9M/RUjpUjGDUu4nK4T6DwvgfvttpdSkTJkbgCLcBGAs/s1600/bg1.png);
}

.heading {
	margin: 0;
	background-color: white;
}

/* Header */
nav {
    margin: 0;
    padding: 0;
    background-color: #2c89f4;
}

ul {
	width: 1000px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

li a:hover {
    background-color: #ededed;
    color: black;
    text-decoration: none;
}

/* Content */
.wrapper {
	width: 1000px;
}

.rightbar {
	margin: 10px;
	width: 300px;
	background-color: #fff;
	float: right
}

/* Channel Contributers Icons */
.rightbar img {
	margin: 10px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s
}

.rightbar img:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);;
}

.rightbar p {
	margin: 10px;
}

.rightbar img#left {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

.rightbar img#right {
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}

/* Left/Center content */
.video {
	float: left;
	width: 650px;
	border-left: 6px solid #333;
	background-color: white;
	color: black;
	margin: 10px;
}

.video video {
	margin: 5px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

/* Forms */
input[type=text], input[type=password] {
	margin: 0 0 10px;
	height: 20px;
	width: 200px;
	border-radius: 0px;
	border: 1px solid black;
	padding: 5px;
}

textarea {
	margin: 0 0 10px;
	height: 60px;
	width: 300px;
	border-radius: 0px;
	border: 1px solid black;
	padding: 5px;
	resize: none;
	font-family: Arial;
	font-size: 15px;
}

button {
	width: 200px;
	background-color: black;
    border: none;
    color: white;
    padding: 10px;
    text-decoration: none;
	margin: 0 0 10px;
    cursor: pointer;
}

input[type=file] {
	border: 1px solid black;
	padding: 3px;
	margin: 0 0 10px;
}

button:hover {
	background-color: #adadad;
}

/* Error messages for Request page */
.error {
	color: red;
}

.success {
	color: green;
}

/* Tables */
table, td, th {
    font-size: 14px;
}

table {
	border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    background-color: white;
}

th, td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.table {
	background-color: white;
}

.topright {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.topright:hover {
    background-color: #ededed;
    color: black;
    text-decoration: none;
}

.users {
	border-left: 6px solid #333;
	background-color: white;
	color: black;
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.users div {
	margin: 10px;
}

.fav {
	background-color: #e8c266;
	color: black;
}

.fav:hover {
	background-color: #fff6e2;
}

.comment {
	text-align: left;
}

.delete {
	color: red;
	background-color: white;
	padding: 0;
	width: 40px;
	margin: 0;
	text-decoration: none;
}

.delete:hover {
	text-decoration: underline;
	background-color: white;
}