#sub-nav {
	text-align: right;
	margin:50px 3% 0 0;
}

#sub-nav li {
    border-radius: 0;
    border-top-right-radius:20px;
    border-top-left-radius:20px;
	cursor: pointer;
	color:#4b5265;
	box-shadow:none;
	border:1px solid #011348;
	border-bottom:none;
}

#sub-nav li:hover {
	height:20px;
	font-size:unset;
	color:#011348;
}
#sub-nav li.active {
	height:20px;
	font-size:unset;
	color:#011348;
}

#news .pic {
width:40%;
border-radius:15px;
}
div#news, div#vote {
	font-family:"IR Lotus";
	font-size:18px;
	width: 80%;
	margin:0;
	text-align:right;
}

div#news ol, div#vote ol {
    list-style: none;
    color:#FFF;
	padding:0;
}

div#news ol .content {
    display:inline-block;
    width:65%;
    margin:5px 20px;
}

div#news li div.option
{
	text-align:center;
	width:25%;
	margin:0;
	background: none;
	border:none;

}

div.option p {
    margin-top:0;
}

div.option p.open {
	cursor: pointer;
    background:#FFF;
    padding: 5px;
    font-size:17px;
    border-radius:30px;
    margin: 10px 20%;
    border: 1.5px solid #000;
    color:#000;

}

div.option p.open:hover {
	background:#AAA;
}

div.option p.date {
	background:rgba(10,10,10,.4);
    padding: 5px;
    font-size:14px;
    border-radius:20px;
    margin: 0 25%;
    border: 1px solid #000;
    color:#FFF;
}
div.more p {
width:90%;
margin-top:50px;
text-align:right;
margin-right:5%;
}
div.more {
	display:none;
	text-align:center;
	position: absolute;
	width:80%;
	top:40px;
	right:10%;
	margin:0;
	background:rgba(0,0,0,.9)
}

div#news ol li {
	border-top:1px solid #000;
	padding:10px 0;

}

div#news ol li:hover, div#vote ol li:hover {
	background:rgba(0,0,0,0.3)
}

div#vote label:nth-child(2) {
    color:#FFF;
    width:68%;
    display:inline-block;
    margin: 0 0 15px 0;
}
#vote li {
	border-top:1px solid #000;
}
#vote li:nth-child(1),#news li:nth-child(1) {
	border-top: none;
}
#vote form {
    padding:5px 10px;
}
div.date p {
    background:rgba(10,10,10,.4);
    padding: 5px;
    font-size:14px;
    border-radius:20px;
    margin: 5px 10%;
    border: 1px solid #000;
    color:#FFF;

}
div.date input[type="submit"] {
    color:#FFF;
    background:green;
    border: none;
    width:45%;
    border-radius: 15px;
    padding: 5px;
    cursor:pointer;
    border: 1.5px solid #000;
}

div.date input[type="submit"]:hover {
background:darkgreen;}
#vote div.date {
	background: none;
	border: none;
    padding: 0;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin:10px 0 0 0;
}

label.option {
	margin: 0px 20px 0 5px;
}
footer {
	margin-top:30px;
}

.delete, .hide {
	cursor: pointer;
	width:50%;
	opacity:0.7;
    background:red;
    padding: 5px;
    font-size:17px;
    border-radius:30px;
    border: 1px solid #FFF;
    color:#FFF;

}

.delete:hover {
	background:red;
	opacity:1;
}

#vote .delete , .hide {
	width:10%;
	margin-right:45%;
}

.hide {
    background:black;
}

.hide:hover {
	    opacity:1;
}

#new_news, #new_vote {
	text-align:center;
	width:40%;
	margin:0 30%;
	display:inline-block;
	color:#FFF;
	background:green;
	border-radius:10px;
	padding:10px 0 12px 0;
	text-shadow:none;
	cursor:pointer;
}
#new_news:hover, #new_vote:hover {
	background:darkgreen;
}

/**** FORMS ****/
#new_news_form, #new_vote_form {
	display: none;
	font-family:"MJ Titr";
    position:fixed;
    width:100%;
    height:100vh;
    text-align:center;
    background:rgba(100,100,100,.9);
    top:0;
    z-index:101;
    padding-top:20px;
}
#new_news_form input, #new_news_form select, #new_news_form textarea{
    width:20%;
    margin:0;
    padding:1px;
    border:0;
    margin:10px 40%;
    min-height:40px;
}
#new_vote_form input, #new_vote_form select, #new_vote_form textarea {
	width:20%;
	font-family: "IR Lotus";
	font-size: 20px;
    margin:0;
    padding:1px;
    border:0;
    margin:10px 2%;
    min-height:40px;
}
#new_news_form textarea, #new_vote_form textarea {
	font-size: 20px;
    min-height:80px;
    width:40%;
    margin:10px 28%;
    padding:1%;
	font-family: "IR Lotus";
}

#new_news_form input[type='submit'], #new_vote_form input[type='submit'] {
	background:green;
	color:#FFF;
}


#new_news_form input[type='submit']:hover, #new_vote_form input[type='submit']:hover {
	background:darkgreen;
}

#new_news_form label, #new_vote_form label {
    display:inline-block;
    width:100%;
}
