.unhidethese {
	
display: none;	
	
}

.tagger {
color: #cccccc;
}

.tagger:hover{
font-weight: bold;
	color: #900; 

}
.podcast {
box-sizing: border-box;
 text-align: left;
 margin: 10px; 
 padding: 10px; 
 border: 1px dotted #ccc; 
 width: 30%;
 }
.podcast:hover {
background-color: #f0efef;
}

.podq {
 text-align: center;
 border-bottom: 1px dotted #ccc; 
 padding: 15px;
 overflow: auto;
 }

.podq:hover {
background-color: #f0efef;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
	z-index: 1051;
    margin: 4% auto; /* 15% from the top and centered */
    padding: 10px;
    border: 2px solid #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-sizing:border-box;	
	box-shadow: 0px 0px 5px #333333;
    width: 49%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
z-index: 1060;
	display: none;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.theborder{
box-sizing:border-box;	
	
}
.middlebits {
float: left; 
width: 55%; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
padding:1%;	
}
.eightytwenty {
width: 70%; 
padding-left: 10px;

}
.newmiddle {
float: left; 
width: 55%; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
padding: 10px;

	
}

.widemiddlebits {
float: left; 
width: 75%; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
	padding:0px;	
	margin: 0xp;
}

.mobileheader {
    display: none;
}
.mcontent {
margin-top: 0px;
	
}
.bigscreen {
	display:block;
		
}
.littlescreen {
	display:none;
		
}
.statusitem .featuredstatus p {
font-size: 20px;
line-height: 150%;


}
.statusitem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	min-height: 60px;
	padding: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
	word-wrap: break-word;
	
}
.pinnedstatus {
border-left: 2px solid #900 !important;
}
.dimmedstatus {
background-color: #F4F4F4;

}

.clickable {
cursor: pointer;

}

.highlightstatus {
 /* border-left: 1px solid #525050;
border-right: 1px solid #525050; */
}

.clickable:hover  {
background-color: #f0efef	;
border-bottom: 1px dotted #723b3b;	
}

.portablereplybox {
width: 80%; 
margin: auto; 
}
.sharingmobile {
width: 55%;	
}

.moveleft {
float: right; 
width: 25%; 
text-align: center; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box;
 box-sizing: border-box; 
 padding:10px;	
}
.mimage {
display: none;

}
.dimage {
display: block;
}
@media all and (max-width: 1600px) {

.podcast {
width: 47%;
}


}

@media all and (max-width: 1024px) {

.portablereplybox {
width: 100%; 
margin: auto; 
}
.mimage {
display: block;

}
.dimage {
display: none;
}
.statusitem .featuredstatus p {
font-size: 16px;
line-height: 150%;


}
	.modal-content {
		width: 98%;
		margin-top: 5px;
		z-index: 1051;
		box-sizing:border-box;	
	}
	
	.close {
		display: inline;
	}

	.moveleft {
		width: 100%;
		display: inline;
		float: none;
	}
	.sharingmobile {
		width: 75%;	
	}

.widemiddlebits {
float: left; 
width: 100%; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
	padding:0px;	
	margin: 0xp;
}
	.statusitem {
		box-sizing: border-box;
			width: 100%;
			border-bottom-width: 2px;
			border-bottom-style: dotted;
			border-bottom-color: #ccc;
			min-height: 60px;
			padding: 0px;
			padding-bottom: 10px;
			padding-top: 10px;
			word-wrap: break-word;
	

		
	}
.bigscreen {
	display:none;
		
}
.littlescreen {
	display:block;
		
}

 nav ul {

	list-style: none;

}

nav li {
	font-size: 15px;
	display: inline-block;
	float: left;
	padding: 10px

}

#menu-icon {

	display:inline-block;
	width: 40px;
	height: 40px;
	background: #71705e url(https://www.trp.red/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 30px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
		border-bottom: 1px dotted #333;

	}

	nav:hover ul {

		display: block;

	}
.podcast {
width: 98%;
}
.hidethese {
	
display: none;	
	
}
.unhidethese {
	
display: block;	
	
}
.eightytwenty {
width: 100%; 
}

.middlebits {
float: left; 
width: 100%; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
	padding:0px;	
	margin: 0xp;
}
.newmiddle {
float: left; 
width: 100%; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
padding: 10px;
}

.mcontent {
margin-top: 110px;
	
}
.mobileheader {
	background-color: #c5c4af;
    display: block;
    height:100px;
    width:100%;
    position:fixed;
    top:0;
    left:0;    
	z-index: 1001;
}


}


@charset "utf-8";
.filelabel {
	width: 163px;
	height: 27px;
background: url('https://www.forums.red/camerabig.jpg') 0 0 no-repeat;
border:none;
overflow:hidden;
cursor: pointer;
	
}
.blogtitle {
font-size: 20px;
padding-top: 8px;
padding-bottom: 12px;
	
	
}
.blogdetails {
font-size: 10px;
color: #666;
padding-top: 12px;

}
.blogdetails a {
color: #333;	

}
.blogdetails a:hover{
color: red;	

}
.curated {
background: 
  /* On "top" */
  repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #fff3f4 10px,
    #fff3f4 20px
  ),
  /* on "bottom" */
  linear-gradient(
    to bottom,
    #ffffff,
	#ffffff,
    #ffdee0
  );
}
.curated:hover {
background: 
  /* On "top" */
  repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #fff3f4 10px,
    #fff3f4 20px
  ),
  /* on "bottom" */
  linear-gradient(
    to bottom,
    #ffffff,
	#ffffff,
    #ffcfd2
  );
}

.tipped {
background: 
  /* On "top" */
  repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #fffdde 10px,
    #fffdde 20px
  ),
  /* on "bottom" */
  linear-gradient(
    to bottom,
    #ffffff,
	#ffffff,
    #fefab9
  );
}
.tipped:hover {
background: 
  /* On "top" */
  repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #fffdde 10px,
    #fffdde 20px
  ),
  /* on "bottom" */
  linear-gradient(
    to bottom,
    #ffffff,
	#ffffff,
    #fef89a
  );
}

.blogdesc {
	padding-left: 10px;
	font-style: italic;
	font-size: 12px;
	color: #333;	
}
.blogitem {
	padding: 10px 16px 10px 10px;
	border-bottom: 1px dotted #ccc;
	 word-wrap: break-word;
}
.blogitem:hover {
	background: #F0F0F0;
}
.messagedisplay {
padding: 8px;
margin-top: 6px;
background: #fff;
border:1px solid #c9d0e0;	
	
}
.filelabel2 {
	margin-top: 0px;
	width: 29px;
	height: 20px;
background: url('https://www.forums.red/camera.png') 0 0 no-repeat;
border:none;
overflow:hidden;
cursor: pointer;
	
}
.bigbuttonheader {
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
font-size: 12px;
margin-bottom: 5px;
width:100%; 
padding-top:6px;	
padding-bottom:6px; 
box-sizing: border-box; 
background-color: #71705e; 
color: #e6e5ca; 
text-align: center;"	
}

.bigbutton {
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
padding-top:6px;	
padding-bottom:6px;	
padding-left: 10px;
border: 1px solid #797865;
background-color: #c5c4af;
cursor: pointer;
margin-bottom: 5px;
font-size: 12px;
color: #40403b;
	
}

.bigbutton a{

color: #40403b;
}

.bigbutton:hover {
	
background-color: #fff;	
}
.convoviewa {
background-color: #F0F0F0;
padding-left: 35px;
margin-top: 10px;
/* border-top: 1px solid #d68b8b; */	
}
.convoviewb {
background-color: #F0F0F0;
padding-left: 35px;
margin-bottom: 10px;
/* border-bottom: 1px solid #d68b8b; */
	
}
.posthover {
width: 57px;
height: 19px;

 background: url('https://www.forums.red/postbutton.png')  no-repeat; border: none;
}

.posthover:hover {
	background: url('https://www.forums.red/postbuttonhighlight.png')  no-repeat; border: none;
	
}


.statusitem:hover .optionlinksgrey {
color: #383838	;
	
}
.statusitem:hover .optionlinksgrey a{
color: #383838	;
	
}
.statusitem:hover .optionlinksgrey a:hover{
color: red	;
}
.statusitem:hover .blacklinks {
color: #383838	;
	
}
.statusitem:hover .blacklinks:hover {
color: red	;
	
}
.cancelhover {
width: 57px;
height: 20x;

 background: url('https://www.forums.red/cancel.png')  no-repeat; border: none;
}

.cancelhover:hover {
	background: url('https://www.forums.red/cancelhighlight.png')  no-repeat; border: none;
	
}
.blacklinks {
color: #383838;	
}
.blacklinks:hover {
color: #C00;	
}
.conversationpiece {
padding: 4px;
cursor: pointer;
border-bottom: 1px dotted #666666;	
font-size: 12px;
	
}
.conversationpiece:hover {
	background-color: #FFFED9;
}
.progress { position:relative; width:100%; border: none; height;2px; }
.bar { background-color: #C00; width:0%; height:2px; }

.file_browse{
	cursor: pointer;
margin-left:-116px;
margin-top: 3px;
padding: 5px;
opacity:0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;	
}
a {
	
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
.statusprofpic {
min-width: 55px; 
padding-left: 5px; 
padding-right: 5px; 
padding-top: 2px; 
text-align: center; 
position: absolute; 

box-sizing: border-box;
}
.profilebox {
border: 1px solid #FFF !important;
background: #FFF !important;
padding: 2px !important;
margin-right: 20px !important;
width: 400px !important;
	-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.profilebox td {
text-align: center;	
}
.bigprev {
margin-left: 86px;
	
}
.prevbox {
	position: relative;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
border: 2px solid #6e8d97;
background-color: #f7f6ed;	
 word-wrap: break-word;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
pre {
	overflow: scroll;
	max-width: 500px;
}
.comments {
padding: 10px;
padding-left: 25px;
padding-right: 0px;
font-size: 12px;
position:relative;


}
.container {
width:100%;	

}
.error {
	
color: red;	
}
.fullbar {
	
	width:98%;
padding: 6px;
padding-top: 12px;
}
.leftbar {
	float: left;
	width:72%;
padding: 6px;
padding-top: 12px;
}
.rightbar {
	
	float: right;
	width: 24%;
	padding: 10px;
}
.acomment p {
line-height: 125%;	
font-size: 14px;


}

.commentwrapper {
display:table;	
word-wrap: break-word;
}
.acomment {
	position: relative;
	font-size: 14px;
	min-width: 300px;
	padding-left: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 12px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 2px solid #BECFFC;
	
	
	
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.votebutton {
height: 14px;
background-position: center top;
background-repeat: no-repeat;
}
.newscore {
font-weight:bold;
color: red;	
}
.voteupon {
	cursor: pointer; 
	background-image: url(https://www.forums.red/images/flairs/upvote.png);
}
.voteupoff {
	cursor: pointer; 
	background-image: url(https://www.forums.red/images/flairs/up.png);
}
.novoteup {
	background-image: url(https://www.forums.red/images/flairs/up.png);
}
.voteupoff:hover {
	cursor: pointer; 
	background-image: url(https://www.forums.red/images/flairs/uphover.png);
}
.votedownon {
	cursor: pointer; 
	background-image: url(https://www.forums.red/images/flairs/downvote.png);
}
.votedownoff {
	cursor: pointer; 
	background-image: url(https://www.forums.red/images/flairs/down.png);
}
.novotedown {
	background-image: url(https://www.forums.red/images/flairs/down.png);
}
.votedownoff:hover {
	cursor: pointer; 
	background-image: url(https://www.forums.red/images/flairs/downhover.png);
}
.oldtd {
	background-color: #fff;
	font-weight: bold;
}
.hovertr td {
	border-bottom: 1px dotted #c9d0e0;
}
.inboxhead td {
	
	border-bottom: 1px solid #c9d0e0;
}
.hovertr:hover td {
    background-color: transparent; /* or #000 */
}

.hovertr:hover {
	cursor: pointer; 
	background-color: #E6E6E6;
}

.dialog2 {

border: 1px solid #71705e;
	background-color:#c5c4af;

}

.selecteddialog {
padding: 5px;
border-top: 2px solid #BECFFC;
border-left: 2px solid #BECFFC;
border-right: 2px solid #BECFFC;
	background-color:#E2EAFE;
	-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.unselecteddialog {
padding: 5px;
border-top: 2px solid #BECFFC;
border-left: 2px solid #BECFFC;
border-right: 2px solid #BECFFC;
border-bottom: 2px solid #BECFFC;
	background-color:#ccc;
	-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.bottomdialog {
border-bottom: 2px solid #BECFFC;
background-color: #fff;
}
.dialog {
border-left: 2px solid #BECFFC;
border-right: 2px solid #BECFFC;
border-bottom: 2px solid #BECFFC;
	background-color:#E2EAFE;
	
}
.dialogeven {
border: 2px solid #BECFFC;
	background-color:#fff;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.optionlinks{
font-size: 11px;
font-weight: bold;
color: #666;
padding-top: 5px;
	
}
.styled-button-5 {
	width: 85%;
	margin: 4px;
	background: #c5c4af;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;

	color:#000;
	
	font-size:11px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:1px solid #1A356E;
	text-align: left;
	
}  

.meter { 
	width: 83%;
    margin: 10px auto 0px auto;
	height: 10px;  /* Can be anything */
	position: relative;
	background: #adadad;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  
  
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

.goodmeter {
background-color: #10821d;	
}
.medmeter {
background-color: #eacf1c;	
}
.badmeter {
background-color: #db0000;	
}
.styled-button-5 img{
    width: 25px;
    height: 25px;
	padding-right: 10px;
}
.styled-button-5 > * {  
    vertical-align: middle;  
}

.styled-button-5:hover {
	color:#000;
	background: #ffffff;
}
.optionlinksgrey{
font-size: 11px;
font-weight: bold;
color: #ccc;
padding-top: 5px;

	
}

 .follow {

font-weight: bolder;
color: #900;
padding-top: 6px;
	
}

.optionlinksgrey a{

color: #ccc;

	
}
.optionlinksgrey a:hover {
	
color: #333;	
}
.leftsideuser {
	box-sizing:border-box;
	padding-left: 12px;
width: 69%;
float: left;

}
.rightsideuser {
	box-sizing:border-box;
width: 30%;
float:right;
	
}
.commentbody {
	padding-left: 0px;	
	
	
	
}

.odd {
	background-color: #F9FBFF;
	color: #4d4e51;
}
.highlightc {
	background-color: #FFC;
}
.test {
	
	
		
}
.even {
	background-color:#E2EAFE;
	color: #282c36;
	
}
.commentdetails{
font-size: 11px;	
}
.timeposted {
color: #87A7FA;	
}
.searchbox {
	border: 1px solid #F90;
	background-color: #FFC;
	padding:8px;
	margin: 25px;
}
.commentodd > blockquote {
border-left:2px solid #636 ; 
margin:15px 8px 0 10px ;

padding: 4px ;
padding-left:8px ;
background: #E2EAFE ;
color: #636 ;
}
.commenthighlight > blockquote {
	border-left:2px solid #636 ;
margin:15px 8px 0 10px ;

padding: 4px ;
padding-left:8px ;
background: #fff ;
color: #636 ;
}

.commenteven >  blockquote {
border-left:2px solid #636 ;
margin:15px 8px 0 10px ;

padding: 4px ;
padding-left:8px ;
background: #fff ;
color: #636 ;
}
.prevbox p {
margin-top: 0px;
line-height: 125%;
	
}
.postdetails
{
color: #999;
font-size: 9px;	
}
.postdetails a {
color: #666;
font-weight: Bold;	
}
.headerlinks {
color: #ccc;
font-size: 12px;
}
.headerlinks a{
color: #FFF;
}
.headerlinks a:hover{
color: red;
}
.floatheader {
    
    top: 0;
    left: 0;
    right: 0;
	
	height: 110px;
	border-bottom: 1px solid #09C;
}
.floatheader2 {
    
    top: 0;
    left: 0;
    right: 0;
	
	
	border-bottom: 1px solid #900;
}

.updatebox {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #cecdbb;
	 background-color: #e6eef3;
	
	 
}

.newnotify {
background: #ffeded;
border-left: 2px solid #C00;	
	
}
.notifyitem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-top: 4px;
	word-wrap: break-word;
	
}
.notifytext {
	padding-top: 0px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	color: #999;
	font-size: 13px;
}
.notifytext a {
color:#666;	
	
}
.notifytitle {
font-size: 14px;	
}
.statusitem p {
	line-height: 22px;
    margin: 0;
    padding: 0;
	font-size: 15px;
	
}
.updatetextbox {
		
	border: 1px solid #ce9797;
	padding: 6px;
	 background-color: #fff;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.sidebar {

border-left: 1px dotted #999;	
padding: 6px;
font-size: 13px;

}
.scores {
	color: #999;
}
.titlelink a{
	font-size: 16px;
	color: #36C;
}
.titlelink a:visited {
	font-size: 14px;
	color: #ADADAD;
}
.postitem {
padding: 6px;
border-bottom: 1px dotted #ccc;
}
.postitem td {
padding: 5px;	



}
.op {
	color: #fff;	
background-color: #03C;	
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:2px;
}
.op a{
color: #fff;	
}
.sortbuttons {
text-align: center;
padding: 4px;
border: 1px solid #CCC;
width: 8%;	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


.sorton {
	background-color: #fff;

}
.sorton a {
color: #000;	
	
}
.sortoff {
	background: url(https://www.forums.red/images/transback.png);

}
.sortoff a {
color: #333;	
	
}

.sortbuttons:hover {
background-color: #fff;	
}
.postdesc {
	font-size: 10px;
	
	color: #666;
	
}


#tagcloud {
	-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
padding:10px;	

border: 1px solid #cecdbb;
background:#e7e6d0;
    color:#5b5a43;



 
	font-weight: normal;
}
 
#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
    color: #333;
}
 
#tagcloud a:hover {
    text-decoration: underline;
}
 
#tagcloud span {
    padding: 4px;
}
 
#tagcloud .smallest {
    font-size: x-small;
}
 
#tagcloud .small {
    font-size: 12px;
	line-height: 150%;
}
 
#tagcloud .medium {
    font-size:medium;
}
 
#tagcloud .large {
    font-size:large;
}
 
#tagcloud .largest {
    font-size:larger;
}


.roundbtn {
  min-width: 150px;
  background: #0eb327;
  background-image: -webkit-linear-gradient(top, #0eb327, #086b08);
  background-image: -moz-linear-gradient(top, #0eb327, #086b08);
  background-image: -ms-linear-gradient(top, #0eb327, #086b08);
  background-image: -o-linear-gradient(top, #0eb327, #086b08);
  background-image: linear-gradient(to bottom, #0eb327, #086b08);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  
  color: #ffffff;
  font-size: 14px;
  padding: 7px 14px 7px 14px;
  text-decoration: none;
  border: 1px;
  cursor: pointer; 
  cursor: hand;
}

.roundbtn:hover {
  background: #616161;
  background-image: -webkit-linear-gradient(top, #616161, #1f1f1f);
  background-image: -moz-linear-gradient(top, #616161, #1f1f1f);
  background-image: -ms-linear-gradient(top, #616161, #1f1f1f);
  background-image: -o-linear-gradient(top, #616161, #1f1f1f);
  background-image: linear-gradient(to bottom, #616161, #1f1f1f);
  text-decoration: none;
  
}
.roundbtn2 {
  min-width: 150px;
 background: #b30000;
  background-image: -webkit-linear-gradient(top, #b30000, #170000);
  background-image: -moz-linear-gradient(top, #b30000, #170000);
  background-image: -ms-linear-gradient(top, #b30000, #170000);
  background-image: -o-linear-gradient(top, #b30000, #170000);
  background-image: linear-gradient(to bottom, #b30000, #170000);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  
  color: #ffffff;
  font-size: 14px;
  padding: 7px 14px 7px 14px;
  text-decoration: none;
  border: 1px;
  cursor: pointer; 
  cursor: hand;
}

.roundbtn2:hover {
  background: #616161;
  background-image: -webkit-linear-gradient(top, #616161, #1f1f1f);
  background-image: -moz-linear-gradient(top, #616161, #1f1f1f);
  background-image: -ms-linear-gradient(top, #616161, #1f1f1f);
  background-image: -o-linear-gradient(top, #616161, #1f1f1f);
  background-image: linear-gradient(to bottom, #616161, #1f1f1f);
  text-decoration: none;
  
}




/* Dropdown Button */
.dropbtn {
    
    
    padding: 0px;
    font-size: 11px;
	font-weight: bold;
    border: none;
    cursor: pointer;
	z-index: 800;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    color: #383838;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
border-left: 2px solid #9b1818;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 801;
	cursor: default;
}

/* Links inside the dropdown */
.dropdown-content .singleitem {

    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	border-bottom: 1px solid #cccccc;
	
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}