
/* IE6 fix */
.relative, #content h1, .next_prev, .strip_images, .tabletitle, .tablebody, .listcleanblock .title, .listcleanblock .item, .floatright, .aangekondigd {
	position: relative;
}

/*setzero*/

img, li, ul, form, table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

html, body {
	background: #cdcdcd;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

html {
	height: 101%;
}

body {
	background: #69c;
	/*border: 1px solid black;
	border-top: 0;*/
	box-shadow: 0 0 50px #000;
	margin: 0 auto 50px auto;
	width: 980px;
}

.bold {
	font-weight: bold;
}

.smallfont, .loginbox_bg input, .smallfont input, .smallfont select {
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0;
	font-weight: normal;
}

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

a:hover {
	text-decoration: underline;
}

a.external-link {
	background-image: url('images/icon_external_link.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

a img {
	border: 0;
}

h1 {
	border: 1px solid #ffffff;
	font-family: 'Lato', 'Open Sans', sans-serif;
	font-size: 3em;
	/*font-weight: bold;*/
	letter-spacing: 2px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

h1 .subtitle {
	font-size: 0.5em;
}

h1:hover {
	border: 1px solid #cdcdcd;
}

h1 a:hover {
	text-decoration: none;
}


#header {
	background-image: url('images/header_bg.gif');
	background-position: 0px 27px;
	background-repeat: repeat-x;
	height: 93px;
}

#header img {
	margin: 0 0 10px 0;
}

#topAccount {
	background: #2d2d2d;
	color: #ccc;
	height: 17px;
	padding: 5px;
	text-shadow: 1px 1px 2px #000;
}

#topAccount a {
	color: #ccc;
	display: inline-block;
	margin: -5px 0 -5px; 0;
	padding: 5px 10px 5px 10px;
}

#topAccount a img {
	margin: -2px -3px -3px 0;
}

#topAccount a:hover {
	background: #4c4c4c;
	text-decoration: none;
}

#topAccount .withSubmenu {
	display: inline-block;
	height: 30px;
	margin: -5px 0 -10px 0;
	padding: 5px;
}

#topAccount .withSubmenu > a {
	margin: -5px;
}

#topAccount .withSubmenu .submenu {
	background: #4c4c4c;
	border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 10px 0px #000000; -moz-box-shadow: 0px 0px 10px 0px #000000; -webkit-box-shadow: 0px 0px 10px 0px #000000;
	color: white;
	margin-left: -5px;
	padding: 5px;
	position: absolute;
	top: 27px;
	visibility: hidden;
	z-index: 500;
}

#topAccount .withSubmenu:hover .submenu {
	visibility: visible;
}

#topAccount .withSubmenu .submenu:hover {
	visibility: visible;
}

#headersearch { /*Opmaak van het searchvak*/
	float: right;
	left: 597px;
	padding-top: 5px;
	text-align: center;
	top: 0;
	vertical-align: top;
	width: 330px;
}

#headersearch:hover #headerSearchField {
	border: 1px solid #fff;
}

#headerSearchField {
	border: 1px solid #fff;
	border-radius: 10px 0px 0px 10px; -moz-border-radius: 10px 0px 0px 10px; -webkit-border-radius: 10px 0px 0px 10px;
	height: 18px;
	padding-right: 5px;
	text-align: right;
}

#headerSearchButton {
	background: #2c2c2c;
	border-radius: 0px 10px 10px 0px; -moz-border-radius: 0px 10px 10px 0px; -webkit-border-radius: 0px 10px 10px 0px;
	padding: 3px 7px 3px 7px;
	position: absolute;
}

#headersearch:hover #headerSearchButton {
	background: #4c4c4c;
}

#menu {
	display: inline;
	float: left;
	margin: 0 0 0 5px;
	width: 169px;
}

#content {
	background: #fff;
	/*border: 1px solid #fff;
	border-right: 0;*/
	margin: 0 0 0 179px;
	padding: 5px;
}

#footer {
	clear: both;
	text-align: center;
}

.align_right {
	text-align: right;
}

.loginbox_bg {
	background-image: url('images/loginbox_bg.gif');
}

.loginbox_bg a {
	background-image: url('images/loginbox_link_bg.gif');
	background-repeat: repeat-x;
	color: #369;
	font-size: 0.9em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	display: block;
	margin: 0 2px 0 2px;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
}

.loginbox_bg a:hover {
	background-image: url('images/loginbox_link_bg.gif');
	background-repeat: repeat-x;
	border: 0;
	display: block;
	margin: 0 2px 0 2px;
	padding: 4px 6px 2px 8px;
	text-decoration: none;
}

.loginbox_bg .nobutton {
	background-image: url('images/loginbox_link_bg.gif');
	background-repeat: repeat-x;
	font-size: 0.9em;
	margin: 0 2px 0 2px;
	padding: 2px 7px 2px 7px;
}

.loginbox_bg .nobutton a, .loginbox_bg .nobutton a:hover {
	border: 0;
	background: none;
	display: inline;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.loginbox_bg .nobutton a:hover {
	text-decoration: underline;
}
	
.reeksimage {
	float: right;
	margin: 0 0 5px 5px;
}

.reeksimageborder {
	border: 2px solid black;
}

.adminlink, .adminlink a { /*links to admin site*/
	color: red;
	font-size: 10px;
	font-weight: normal;
}

.striptitle { /*strip titles on strip.php*/
	border: 0;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.aangekondigd { /*aangekondigd sign on strip.php*/
	border: 1px solid #f00;
	color: #f00;
	font-weight: bold;
	margin: 1px 0px 5px 0px;
	padding: 1px 5px 1px 5px;
}

.verschenen { /*verschenen sign on strip.php*/
	border: 1px solid #0f0;
	color: #0f0;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	margin: 1px 0px 5px 0px;
}

.maincontent {
	margin: 0 155px 0 0;
}

.related {
	background: #cdcdcd;
	/*border: 1px solid #9c9c9c; 
	border-right: 0;*/
	border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
	border-top-right-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;
	border-bottom-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	float: right;
	font-size: 12px;
	margin-right: -5px;
	padding: 5px;
	width: 145px;
	word-wrap: break-word;
}

.related .sectiontitle {
	/*background-image: url('images/loginbox_link_bg.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #fff;*/
	border-bottom: 1px solid #999;
	font-weight: bold;
	margin: 20px -5px 5px -5px;
	padding: 2px 5px 2px 5px;
}

.related li {
	margin: 0 0 0 20px;
}

.next_prev { /*mag bijna weg*/
	border: 1px solid #cdcdcd;
	height: 25px;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
	text-align: center;
}

.next_prev a {
	padding: 0 10px 0 10px;
}

table.stripdata {
	border-collapse: collapse;
}

table.stripdata td {
	/*background: #cdcdcd;*/
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	font-size: 0.8em;
	padding: 2px 5px 2px 5px;
}

table.stripdata a {
	display: block;
}

.stripuitgave {
	clear: right;
}

.strip_omschrijving_title {
	font-weight: bold;
}

.strip_image {
	float: left;
	margin: 0 5px 0 0;
}

.missingData {
	color: white;
	background: red;
}

.strip_image_recensie {
	border: 2px solid black;
}

.collectiebit {
	margin: 10px 0 10px 0;
	padding: 5px;
}

.collectiebit table {
	border-collapse: collapse;
	border-spacing: 0;
}

.collectiebit td {
	vertical-align: top;
	text-align: left;
}

.editbit {
	float: right;
	margin: 0 0 5px 0;
	text-align: right;
	width: 175px;
}

.editbit * {
	text-align: left;
}

.tabletitle {
	background: #69c;
	background-image: url('images/tabletitle_bg.gif');
	background-repeat: repeat-x;
	border: 1px solid #000;
	color: #fff;
	font-family: 'Lato', 'Open Sans', Arial, sans-serif;
	font-size: 0.8em;
	/*font-weight: bold;*/
	padding: 4px;
}

.tablebody {
	background: #cdcdcd;
	border: 1px solid #000;
	border-top: 0;
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 4px;
}

.tablebody td {
}

.tablebody input, .tablebody textarea {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

.listcleanitem, .listcleanblock .title, .lijst td, .lijst th {
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 0 5px 0;
	vertical-align: top;
}

.listcleanblock .title, .listcleanblock .title:hover {
	background-color: #c1cdd9;
	background-image: url('images/cleanheader_bg.gif');
	background-repeat: repeat-y;
	font-family: 'Lato', 'Open Sans', sans-serif;
	font-size: 1.2em;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}

.listcleanblock .item, .listcleanblock .item td {
	padding: 5px 10px 5px 10px;
}

.listcleanblock .item:hover, .lijst tr:hover, .listcleanitem:hover {
	background: #eff2f5;
}

.listcleanblock .item.withImage {
	min-height: 100px;
}

.listcleanblock th {
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 0 5px 10px;
	text-align: left;
}

.listcleanblock .subrow {
	padding: 0 0 0 30px;
}

.listcleanblock {
	border: 1px solid #ffffff;
	margin: 0 0 20px 0;
	padding: 5px;
}

#jsPopup .listcleanblock, #jsPopup2 .listcleanblock {
	background: white;
	margin: 0;
	text-align: left;
}

.listcleanblock:hover {
	border: 1px solid #cdcdcd;
}

.listbottomlink {
	font-size: 1.2em;
	padding: 5px 0 5px 0;
	text-align: right;
}

.lijst tr th {
	background: #fff;
}

.stripcontrols { /*mag bijna weg */
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	text-align: center;
}

.lijst {
	border-collapse: collapse;
	cell-spacing: 0;
	width: 99%;
}

.lijst th {
	text-align: left;
	padding-right: 2px;
}

.lijst .countcol {
	width: 5%;
}

.lijst .firscol {
	width: 70%;
}

.lijst .secondcol {
	width: 35%;
}

.optionDropdown {
	float: right;
}

.optionDropdown div {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	font-weight: normal;
	margin: -3px -3px -3px -103px;
	padding: 2px;
	position: absolute;
	width: 100px;
}

.optionDropdown a {
	display: block;
	margin: -2px;
	padding: 2px;
	visibility: hidden;
}

.optionDropdown:hover a {
	position: relative;
	visibility: visible;
}

.optionDropdown a:hover {
	background: #eff2f5;
}

.letterlinks {
	padding: 5px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.letterlinks a {
	border: 1px solid #ffffff;
	padding: 0 4px 0 4px;
	margin: 0 0 10px 0;
}

.letterlinks a:hover {
	border: 1px solid #cdcdcd;
	text-decoration: none;
}

.floatright {
	float: right;
}

.textalignright {
	text-align: right;
}

.bigscore {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.normalfont {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}

.bigscore .normaltext {
	font-size: 0.7em;
	font-weight: 300;
}

.add_rowname {
	font-size: 0.9em;
	width: 30%;
	vertical-align: top;
}

.item tr {
	/*border-bottom: 1px solid #cdcdcd;*/
	padding: 2px 0 2px 0;
	vertical-align: top;
}

.recensie_images {
	float: right;
	margin: 0 0 5px 5px;
}

.text {
	line-height: 1.5em;
	text-align: justify;
}

.options {
	width: 99%;
}

.options tr {
	border: 0;
}

.options td {
	border: 0;
	text-align: center;
	vertical-align: middle;
}

.cellpadding1 {
	border-collapse: separate;
}

.cleantable td {
	border: 0;
}

.standardborder {
	border: 1px solid #cdcdcd;
}

.gezocht {
	background: #EFF5F0;
}

.scoreguide {
	background: white;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	box-shadow: 0 0 5px black; -moz-box-shadow: 0 0 5px black; -webkit-box-shadow: 0 0 5px black;
	padding: 5px;
	position: absolute;
	margin: 5px 0 0 -150px;
	visibility: hidden;
	z-index: 30;
}

td.scorecontainer:hover .scoreguide {
	visibility: visible;
}

.showonhover {
	background: white; 
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	box-shadow: 0 0 5px black; -moz-box-shadow: 0 0 5px black; -webkit-box-shadow: 0 0 5px black;
	display: block;
	margin-top: 5px;
	padding: 5px; 
	position: absolute;
	text-align: left;
	visibility: hidden;
	z-index: 30;
}

td:hover .showonhover, .votes:hover .showonhover, .showonhoverContainer:hover  .showonhover {
	visibility: visible;
}

.imageThumbMax, .imageThumb {
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
}

.imageThumb:hover, .strip_image:hover {
	/*background: #99b2cb;*/
	background: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px 0px #99b2cb; -moz-box-shadow: 0px 0px 10px 0px #99b2cb; -webkit-box-shadow: 0px 0px 10px 0px #99b2cb;
	transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
}

.imgWithHoverText {
	display: block;
	height: 200px;
	position: relative;
	vertical-align: bottom;
	width: 150px;
}

.imgWithHoverText .hoverText, .imgWithHoverText .hoverTextVisible {
	background: black; /*IE fix*/
	background: rgba(0,0,0,0);
	bottom: 0;
	color: white; /*IE fix*/
	color: rgba(255,255,255,0);
	padding: 5px;
	position: absolute;
	text-align: left;
	width: 140px;
	visibility: hidden;
	transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
}

.imgWithHoverText:hover .hoverText, .imgWithHoverText .hoverTextVisible {
	background: black; /*IE fix*/
	background: rgba(0,0,0,0.5);
	color: white;
	visibility: visible;
}

.imgWithHoverText:hover .hoverText {
	transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
	/*transition: background 0.5s ease-in-out; -moz-transition: background 0.5s ease-in-out; -o-transition: background 0.5s ease-in-out; -webkit-transition: background 0.5s ease-in-out;
	transition: color 0.5s ease-in-out; -moz-transition: color 0.5s ease-in-out; -o-transition: color 0.5s ease-in-out; -webkit-transition: color 0.5s ease-in-out;*/
}

.imgWithHoverText:hover {
	/*box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;*/
}

.related .imgWithHoverText {
	height: 120px;
	margin: 0 auto;
	width: 120px;
}

.related .imgWithHoverText .hoverText, .related .imgWithHoverText .hoverTextVisible {
	width: 110px;
}

.hoverImageImg {
	display: inline;
	position: absolute;
	padding: 5px; 
	background: white; 
	margin-top: 5px;
	z-index: 30;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
}

.voteblock_positive {
}

.voteblock_negative {
	padding-top: 5px;
}

#breadcrumbs {
	background: #cdcdcd;
	background-image: url('images/loginbox_link_bg.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	margin: -5px -5px 5px -5px;
	padding: 2px 5px 2px 5px;
}

.autocomplete {
	position: absolute;
	border: 1px solid #cdcdcd;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 5px;
	z-index: 1999;
}

.autocomplete li {
	margin: 0;
	padding: 0;
}

.autocomplete li.selected {
	background: #cdcdcd;
}

#jsPopup, #jsPopup2 {
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
	font-weight: normal;
	left: 1%;
	margin 0;
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	right: 1%;
	width: 590px;
	z-index: 999;

	left: 50%;
	margin-left: -295px;
}

#jsPopup .item, #jsPopup2 .item {
	font-size: 12px;
}

#jsPopup {
	top: 40%;
}

#jsDisableOverlay, #jsPopup {
	visibility: hidden;
}

#jsDisableOverlay, #jsDisableOverlay2 {
	background: #2d2d2d;
	background: rgba(0, 0, 0, 0.25);
	position: fixed;
	top: 0%;
	left: 0%;
	right: 0%;
	//width: 100%;
	height: 100%;
	z-index: 899;
}

.jsPopupTable, .jsPopupTable tr, .jsPopupTable td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

.jsPopupTable {
	width: 100%;
}

.jsPopupTable td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.jsPopupTable textarea {
	width: 100%;
	height: 100px;
}

.fullWidth {
	width: 100%;
}

.hiddenByDefault {
	/*visibility: hidden;*/
}

.fancy {
	background: #fff;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	box-shadow: 0 0 5px black; -moz-box-shadow: 0 0 5px black; -webkit-box-shadow: 0 0 5px black;
}

.fancy.button {
	width: 175px;
}

.fancy .markup {
	display: block;
	padding: 2px 5px 2px 35px;
}

.fancy tr, .fancy td {
	border: 0;
}

.button, input[type="submit"] {
	background: #C8C8C8;
	border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 20px 20px -10px white inset;
    color: #4C5E81;
    display: inline-block;
    font-size: 1em;
    margin: 3px 0;
    padding: 3px 8px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}

.button:hover, input[type="submit"]:hover {
	background: #E8E8E8;
	text-decoration: none;
}

.editBlock {
}

.editBlock:hover .hiddenByDefault {
	/*visibility: visible;*/
}

.forumpost {
	margin-bottom: 30px;
}

.forumpostmessage {
	margin-right: 155px;
	min-height: 120px;
	text-align: justify;
	vertical-align: top;
}

.forumquote, .forumreply {
	/*border: 1px solid #cdcdcd;
	margin: 10px;
	padding: 10px;*/
	text-align: center;
}

.forumposterdata {
	text-align: center;
	vertical-align: top;
	width: 150px;
}

.forumpostbottom {
	background: -moz-linear-gradient(top, rgba(238,242,245,0) 0%, rgba(238,242,245,1) 39%, rgba(239,242,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,242,245,0)), color-stop(39%,rgba(238,242,245,1)), color-stop(100%,rgba(239,242,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,242,245,0) 0%,rgba(238,242,245,1) 39%,rgba(239,242,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,242,245,0) 0%,rgba(238,242,245,1) 39%,rgba(239,242,245,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,242,245,0) 0%,rgba(238,242,245,1) 39%,rgba(239,242,245,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eef2f5', endColorstr='#eff2f5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(238,242,245,0) 0%,rgba(238,242,245,1) 39%,rgba(239,242,245,1) 100%); /* W3C */
	border-bottom: 1px solid #cdcdcd;
	margin: 5px -10px -5px -10px;
	padding: 10px;
	text-align: right;
}

.forumpostbottom a {
	padding: 2px 5px 2px 5px;
}

.newpost .forumpost {
	box-shadow: inset 0px 0px 3px 1px #ff0000; -moz-box-shadow: inset 0px 0px 3px 1px #ff0000; -webkit-box-shadow: inset 0px 0px 3px 1px #ff0000;
}

.tabMenu {
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	margin: 0 0 20px 0;
	padding: 0 10px 0 10px;
}

.tabMenu a, .tabMenu a.active:hover {
	background: #E8E8E8;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-bottom: 0;
	border-radius: 3px 3px 0px 0px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-radius: 3px 3px 0px 0px;
    box-shadow: 0 20px 20px -10px white inset;
    color: #4C5E81;
    display: inline-block;
    font-size: 1em;
    margin: 0;
    padding: 3px 8px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.4);
	text-decoration: none;
}

.tabMenu a.active {
	background: #C8C8C8;
}

.tabMenu a.active, .tabMenu a.active:hover {
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	box-shadow:0 20px 20px -10px white inset, inset 0px -10px 10px 0px rgba(255, 255, 255, 1); -moz-box-shadow: 0 20px 20px -10px white inset, inset 0px -10px 10px 0px rgba(255, 255, 255, 1); -webkit-box-shadow: 0 20px 20px -10px white inset, inset 0px -10px 10px 0px rgba(255, 255, 255, 1);
}

/* upload bar */
  
  .bar {
    width: 300px;
  }
  
  #progress {
    background: #eee;
    border: 1px solid #222;
    margin-top: 20px;
  }
  #progressbar {
    width: 0px;
    height: 24px;
    background: #333;
  }
  
/* upload bar end */
