/* phpbb.com Website Style Sheet
--------------------------------------------------------------
Copyright 2010 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/

html {
	background-color: #ACA8A1;
	font-size: 100%;

}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	background-color: #ACA8A1;
	font-size: 62.5%;			/* This sets the default font size to be equivalent to 10px */
	text-align: center;
	padding: 6px 0;
}

/* Main blocks
---------------------------------------- */
#wrap {
	max-width: 1152px;
	background: #FFFFFF url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/bg_header.png") repeat-x 0 0;
	margin: 20px auto;
	text-align: left;
	padding: 14px 24px;
	border: 2px solid #FFF;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100,100,100,0.25);
}
#simple-wrap {
	padding: 6px 10px;
}

#page-body .navbar {
	margin: 4px 0;
}

/* Page body content styles */
#main {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 75%;
	float: left;
	clear: both;
	box-sizing: border-box;
}

#main-extra {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 75%;
	float: none;
	clear: both;
}

.wide {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 100% !important;
	float: none;
	clear: both;
}

.showcase {
	margin: 0 auto;
}

div#main.showcase {
	width: 100%;
}

#main a, #main-extra a {
	text-decoration: underline;
}
#main a.no-underline, #main-extra a.no-underline {
	text-decoration: none;
}
#main .pagination a {
	text-decoration: none;
}
#main h2.imgrep  {
	color: #4f84ad;
	font-size: 2.8em;
	font-weight: 900;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0 0 .25em 0;
}
#main h2.imgrep a {
	text-decoration: none;
	font-family: Helvetica,Arial,sans-serif;
	color: #4f84ad;
}
#main h3 a, #main-extra h3 a, #extras  .panel-text  h3 {
	color: #d21a4e;
}
#main h3 a:hover {
	color: #444444;
	text-decoration: none;
}
#main h3, #main-extra h3 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	color: #d21a4e;
	border-bottom: none;
}
#main h3 span, #main-extra h3 span {
	color: #222222;
}
#main .panel h3, #main-extra .panel h3 {
	border-bottom:1px solid #CCCCCC;
	color:#115098;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.05em;
	font-weight:bold;
	padding-bottom:2px;
	text-transform:uppercase;
	margin:0.5em 0;
}

#extras h3 a {
	color: #333333;
}

#main h4, #main-extra h4, #main h5, #main-extra h5 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	color: #333333;
	margin-top: 1.5em;
}
#main p, #main-extra p {
	margin-bottom: 1em;
	font-size: 1.2em;
	text-align: justify;
}
#main p.left, #main-extra p.left {
	text-align: left;
}
#main strong, #main-extra strong {
	color: #222222;
}
#main .pagination strong {
	color: #FFF;
}
#main .liberty-pagination strong {
	color: #222222;
}
#main b, #main-extra b {
	color: #222222;
	font-weight: normal;
}
#main ul, #main ol {
	font-size: 1.2em;
	margin-left: 2em;
	line-height: 1.3em;
}

#main .information ul {
	font-size: 1.0em;
	margin-top: 6px;
}

#main #list ul {
	font-size: 1em;
}

#main ul ul, #main ol ol, #main ol ul, #main ul ol{
	font-size: 1em;
}
#main ul h3, #main ol h3 {
	font-size: 1em;
}
#main ul.list, #main-extra ul.list {
	margin-bottom: 1em;
}
#main ul.list ul, #main-extra ul.list ul {
	margin-bottom: 0;
}
#main ul.list li, #main-extra ul.list li {
	margin-bottom: 0.2em;
	font-size: 1.2em;
	margin-left: 1.5em;
}
#main ul.list li li, #main-extra ul.list li li {
	font-size: 1em;
}
#main ul.list-margin li, #main ol.list-margin li {
	margin: 6px 0;
}

#main li.no-bullet {
	list-style: none;
}

#main div.columns:after {
	clear: both;
	content: '';
	display: block;
}
#main div.column1 {
	width: 48%;
	float: left;
	clear: left;
}
#main div.column2 {
	width: 48%;
	float: right;
}
#wide div.column1 {
	width: 48%;
	float: left;
}
#wide div.column2 {
	width: 48%;
	float: right;
}
#main div.column-thirds {
	width: 33.3%;
	min-width: 175px;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

dl.text {
	font-size: 1.2em;
}
dl.text dt  {
	font-weight: bold;
	margin-top: 1.2em;
}

#page-footer {
    clear: both;
}

/* Tools listing */
dl.tools dt {
	font-size: 1em;
}
dl.tools dd {
	margin-bottom: 0.5em;
	font-size: 1em;
}
dl.tools dd a {
	color: #222222;
}

/* Specific column content tweaks */
#main div.column1 p, #main div.column2 p {
	margin-bottom: 0.5em;
}
body.home #main div.column1 li, body.home #main div.column2 li {
	font-size: 1.1em;
}

/* Top Social Icons */
#top-social {
	position: absolute;
	bottom: 5px;
	right: 10px;
	margin: 0 auto;
	height: 20px;
}
.top-social-home {
	right: 29px !important;
}
#top-social-icons {
	float: right;
}
#top-social-icons img {
	padding: 0 3px;
	float: left;
}
#top-social-icons div {
	float: left !important;
	padding: 0 3px !important;
}

/* News listing */
#main ul.news {
	border-top: 1px solid #FFFFFF;
	list-style: none;
	margin-left: 0;
}
#main ul.news li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
}
#main ul.news li.last {
	border-bottom: none;
}
#main ul.news {
	border-top: none;
}
#main ul.news li {
	padding: 0 0 4px 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-color: #E0E0E0;
}

/* Feed Statistics */
#main .mini-panel.feed-stats p, .mini-panel.feed-stats p {
	margin: 0;
}

#main .mini-panel.feed-stats p a, .mini-panel.feed-stats p a {
	padding: 1px 0 1px 17px;
	background: transparent url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/feed-icon-14x14.png") no-repeat scroll 0 50%;
}

#main .mini-panel.feed-stats p img {
	vertical-align: middle;
}

/* Menu  listing */
ul.menu {
	border-top: 1px solid #FFFFFF;
	list-style: none;
}
ul.menu li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}
ul.menu li.last, ul.menu li:last-child {
	border-bottom: none;
}

/* Ads  listing */
ul.text-links {
	border-top: 1px solid #FFFFFF;
	list-style: none;
}
ul.text-links li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}
ul.text-links li.last {
	border-bottom: none;
}

/* Text-link favicon-age */
a.text-links-favicon {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 2px 0 2px 18px;
}

.new {
	color: #d21a4e !important;
	font-weight: bold;
}

/* Tabs */
#tabs ul {
	font-size: 10px;
	line-height: 14px;
}

.tabs-container .panel {
	border-radius: 7px;
	padding-top: 10px;
}

/* Generic colored boxes */
.note-box {
	background-color: #ebebeb;
	border: 1px solid #bbb;
	color: #333;
	border-radius: 5px;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 7px;
	text-align: justify;
}
.note-box.blue {
	background-color: #e0eeff;
	border-color: #6b92bd;
	color: #115098;
}
.note-box.yellow {
	background-color: #fff1e1;
	border-color: #cd7900;
	color: #333300;
}
.note-box.green {
	background-color: #e5ffdf;
	border-color: #43a347;
	color: #043300;
}
.note-box.red {
	background-color: #ffdfdf;
	border-color: #a30004;
	color: #330002;
}

/* Generic colored tags */
.mini-tag, .big-tag, .status-tag {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 3px;
	margin: 1px 5px 1px 1px;
	padding: 0 3px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 0 2px rgba(255,255,255,0.5);
}

.big-tag {
	border-radius: 5px;
	color: #FFF;
	display: block;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	line-height: 24px;
	font-size: 16px;
	padding: 3px 5px;
	margin: 2px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.big-tag.double-height {
	line-height: 58px;
}

.mini-tag.green {
	background: #95b178;
	border-color: #228822;
	color: #014700;
}
.mini-tag.blue {
	background: #a1d7ff;
	border-color: #49afff;
	color: #00507d;
}
.mini-tag.orange {
	background: #ffc561;
	border-color: #c98a00;
	color: #6b4600;
}
.mini-tag.dirty-green {
	background: #e1ecd4;
	border-color: #bccca7;
	color: #3c4e20;
}
.mini-tag.purple {
	background: #dacbec;
	border-color: #9365cc;
	color: #341a4e;
}

.mini-tag a, a.mini-tag,
.big-tag a, a.big-tag {
	text-decoration: none !important;
}
.mini-tag a:hover, a.mini-tag:hover {
	color: #D31141;
}

.big-tag a:hover, a.big-tag:hover {
	color: #FFF;
	-webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.3);
	box-shadow: inset 0 0 10px rgba(255,255,255,0.3);
}

/* Status tags */
.status-tag {
	color: #FFF;
	margin: 1px;
	min-width: 26px;
	text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.status-tag.safe {
	background: #009900;
}

.status-tag.unsafe {
	background: #dd6800
}

.status-tag.dangerous {
	background: #d21a4e;
}

.status-tag.unreleased {
	background: #35a0c2;
}


/* Comparisons */
#main div.compare {
	width: 50%;
}

#main .compare h4.pros {
	color: #009900;
	font-weight: bold;
	margin: 0;
}

#main .compare h4.cons {
	color: #d21a4e;
	font-weight: bold;
	margin: 0;
}

/* Extras column */
#extras {
	width: 260px;
	float: right;
}

dl.extra-box {
	display: block;
	width: 240px;
	min-height: 59px;
	margin-bottom: 5px;
	border-radius: 5px;
	position: relative;
	padding: 10px 10px 8px;
}
dl.extra-box dt a {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	color: #333333 !important;
	text-decoration: none !important;
}
dl.extra-box dd a, dl.download-contrib dd {
	font-weight: bold;
	display: block;
	color: #FFFFFF !important;
	padding-right: 40px;
	text-decoration: none !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
dl.extra-box dd.fileformat {
	padding-left: 10px;
	padding-top: 5px;
}
dl.extra-box dd.fileformat label {
	color: #FFF;
}
dl.extra-box dt a:hover {
	text-decoration: none;
	color: #000000 !important;
}

dl.extra-box, .big-tag {
	background: #95b178;
	background: -moz-linear-gradient(top, #95b178 0%, #b1d28e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95b178), color-stop(100%,#b1d28e));
	background: -webkit-linear-gradient(top, #95b178 0%,#b1d28e 100%);
	background: -o-linear-gradient(top, #95b178 0%,#b1d28e 100%);
	background: -ms-linear-gradient(top, #95b178 0%,#b1d28e 100%);
	background: linear-gradient(to bottom, #95b178 0%,#b1d28e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b178', endColorstr='#b1d28e',GradientType=0 );
}

dl.extra-box.blue, .big-tag.blue {
	background: #698cc0;
	background: -moz-linear-gradient(top, #698cc0 0%, #7ca7e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#698cc0), color-stop(100%,#7ca7e4));
	background: -webkit-linear-gradient(top, #698cc0 0%,#7ca7e4 100%);
	background: -o-linear-gradient(top, #698cc0 0%,#7ca7e4 100%);
	background: -ms-linear-gradient(top, #698cc0 0%,#7ca7e4 100%);
	background: linear-gradient(to bottom, #698cc0 0%,#7ca7e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#698cc0', endColorstr='#7ca7e4',GradientType=0 );
}

dl.extra-box.orange, .big-tag.orange {
	background: #ffc561;
	background: -moz-linear-gradient(45deg, #ffc561 0%, #ff8a2b 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffc561), color-stop(100%,#ff8a2b));
	background: -webkit-linear-gradient(45deg, #ffc561 0%,#ff8a2b 100%);
	background: -o-linear-gradient(45deg, #ffc561 0%,#ff8a2b 100%);
	background: -ms-linear-gradient(45deg, #ffc561 0%,#ff8a2b 100%);
	background: linear-gradient(45deg, #ffc561 0%,#ff8a2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc561', endColorstr='#ff8a2b',GradientType=1 );
}

dl.extra-box.dirty-green, .big-tag.dirty-green {
	background: #97a382;
	background: -moz-linear-gradient(top, #97a382 0%, #b3bc9e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97a382), color-stop(100%,#b3bc9e));
	background: -webkit-linear-gradient(top, #97a382 0%,#b3bc9e 100%);
	background: -o-linear-gradient(top, #97a382 0%,#b3bc9e 100%);
	background: -ms-linear-gradient(top, #97a382 0%,#b3bc9e 100%);
	background: linear-gradient(to bottom, #97a382 0%,#b3bc9e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97a382', endColorstr='#b3bc9e',GradientType=0 );
}

dl.extra-box.dirty-blue, .big-tag.dirty-blue {
	background: #8492a5;
	background: -moz-linear-gradient(top, #8492a5 0%, #9ca9bc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8492a5), color-stop(100%,#9ca9bc));
	background: -webkit-linear-gradient(top, #8492a5 0%,#9ca9bc 100%);
	background: -o-linear-gradient(top, #8492a5 0%,#9ca9bc 100%);
	background: -ms-linear-gradient(top, #8492a5 0%,#9ca9bc 100%);
	background: linear-gradient(to bottom, #8492a5 0%,#9ca9bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8492a5', endColorstr='#9ca9bc',GradientType=0 );
}

dl.extra-box.light-blue, .big-tag.light-blue {
	background: #a9cded;
	background: -moz-linear-gradient(top, #a9cded 0%, #56b1df 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9cded), color-stop(100%,#56b1df));
	background: -webkit-linear-gradient(top, #a9cded 0%,#56b1df 100%);
	background: -o-linear-gradient(top, #a9cded 0%,#56b1df 100%);
	background: -ms-linear-gradient(top, #a9cded 0%,#56b1df 100%);
	background: linear-gradient(to bottom, #a9cded 0%,#56b1df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cded', endColorstr='#56b1df',GradientType=0 );
}

dl.extra-box.purple, .big-tag.purple {
	background: #8d7fcc;
	background: -moz-linear-gradient(45deg, #8d7fcc 0%, #9262cc 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#8d7fcc), color-stop(100%,#9262cc));
	background: -webkit-linear-gradient(45deg, #8d7fcc 0%,#9262cc 100%);
	background: -o-linear-gradient(45deg, #8d7fcc 0%,#9262cc 100%);
	background: -ms-linear-gradient(45deg, #8d7fcc 0%,#9262cc 100%);
	background: linear-gradient(45deg, #8d7fcc 0%, #9262cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d7fcc', endColorstr='#9262cc',GradientType=1 );
}

dl.extra-box.download dd.extras {
	margin-top: 0.5em;
	color: #FFF;
}
dl.extra-box.download dd.extras a {
	color: #D21A4E !important;
	padding: 0;
	display: inline;
	text-shadow: none;
}

dl.download:before {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/download-arrow.png") no-repeat 0 0;
	content: '';
	position: absolute;
	display: block;
	height: 50px;
	width: 47px;
	right: 5px;
	top: 0;
}

dl.download dt {
	text-transform: uppercase;
	position: relative;
}

.download-container {
	font-size: 1.1em;
	margin-top: 20px;
}

.download-blocks {
	position: relative;
	margin-bottom: 40px;
}

.download-blocks dl.download {
	float: left;
}

.download-blocks dl.download:first-child {
	margin-right: 15px;
}

.download-blocks:after {
	content: '';
	display: block;
	clear: both;
}

/* Changelog lists */
.download-changes h3.column-title {
	font-size: 1.4em !important;
}
.download-changes dl {
	margin-bottom: 10px;
}
.download-changes dt a {
	margin-left: 5px;
	font-weight: bold;
	font-size: 1.1em;
}
.download-changes dt img {
	vertical-align: middle;
}

div.downloads-footer {
	width: 100%;
	margin-top: 10px;
	float: right;
}
div.downloads-footer .menu li {
	border-bottom: 0;
	padding: 2px 0 3px;
}
div.downloads-footer .section {
	float: left;
	width: 25%;
}

div.downloads .mini-panel h3 {
	font-size: 1.15em;
}

.download-version-switch {
	float: right;
	display: block;
	margin: 2px 10px 0 5px;
}

.download-version-switch a {
	padding: 5px 8px;
	float: left;
	font-size: 14px;
	text-decoration: none !important;
	font-weight: bold;
}

.download-version-switch a.disabled {
	background: #EEE;
	box-shadow: 0 1px 3px #CCC inset;
	-webkit-box-shadow: 0 1px 3px #CCC inset;
	color: #999;
	text-shadow: 1px 1px #FFF;
}

.download-version-switch a.disabled:hover {
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9);
	background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9);
	background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9);
	background-image: linear-gradient(to bottom, #FFFFFF, #E9E9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9')";
	box-shadow: 0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
	color: #D31141;
	text-shadow: 1px 1px #FFF;
}

.download-version-switch a.left {
	border-radius: 4px 0 0 4px;
}

.download-version-switch a.right {
	border-radius: 0 4px 4px 0;
}

#main .download-package-header {
	color: #D21A4E;
}

#tabs.download-tabs a {
	text-decoration: none !important;
}

#tabs.download-tabs ul {
	margin-left: 10px;
}

.olympus #tabs .tab > a {
	background-color: #e0e0e0;
}

.olympus #tabs .tab > a:hover {
	background-color: #f3f3f3;
}

.olympus #tabs .activetab > a, .olympus #tabs .activetab > a:hover {
	background: #ebebeb;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%, #ebebeb 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%, #ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ebebeb', GradientType=0 );
	border-color: #ebebeb;
}

.tabs-container.olympus .panel {
	background-color: #ebebeb;
}

#main .panel .download-version-warning {
	margin-top: 50px;;
}

.flash-message {
	background-color: #FCF9CF;
	border: 1px solid #E6DB55;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em;
	margin-top: -25px;
	margin-bottom: 15px;
}

[id^="action-"], [id^="how-"], .yourdownload {
	display: none;
}

#how-auto {
	display: block;
}

.roman-numeral {
	float: left;
	margin-right: 13px;
	height: 50px;
	font-size: 2.5em;
	font-weight: bolder;
}

.steps-description {
	min-width: 10px;
	font-size: 1.15em;
	margin-top: 2px;
	margin-bottom: 4px;
}

.steps-description span {
	font-size: 1.2em;
	font-weight: bolder;
}

dl.extra-box.shop:before {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/shop-icon.png") no-repeat 0 0;
	content: '';
	position: absolute;
	display: block;
	height: 64px;
	width: 55px;
	right: 5px;
	bottom: 5px;
}

dl.extra-box.rocket:before {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/rocket-icon.png") no-repeat 0 0;
	content: '';
	position: absolute;
	display: block;
	height: 64px;
	width: 55px;
	right: 5px;
	bottom: 5px;
}

dl.extra-box.hourglass:before {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/hourglass-icon.png") no-repeat 0 0;
	content: '';
	position: absolute;
	display: block;
	height: 64px;
	width: 55px;
	right: 5px;
	bottom: 5px;
}

dl.extra-box.showcase:before {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/features/web.png") no-repeat 0 0;
	content: '';
	position: absolute;
	display: block;
	height: 48px;
	width: 48px;
	right: 15px;
	top: 15px;
}

dl.sourceforge-cca2007 {
	background-image: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/sourceforge_cca_2007_260x58.png");
	height: 58px;
}

dl.sourceforge-cca2007 dt a {
	display: none;
}

dl.sourceforge-cca2007 dd a {
	margin: 0;
	padding: 0;
	height: 58px;
	width: 260px;
	text-indent: -2000px;
}

div.mini-panel {
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #ebebeb;
	margin-bottom: 5px;
}

div.mini-panel.fixed {
	width: 240px;
	position: fixed;
}

div.mini-panel h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #333333;
}

div.mini-panel p {
	font-size: 1em;
	margin: 3px 0;
}

div.panel-text p, div.panel-text ul {
	font-size: 1.1em;
}

div.panel-text a {
	text-decoration: underline;
}

div.panel-text ul {
	margin-left: 2em;
}

div.mini-panel span.corners-top,
div.mini-panel span.corners-bottom {
	margin: 0 -10px;
}

div.panel-emphasis {
	background-color: #ddd;
}

/* Home Page
---------------------------------------- */
#home-buttons {
	padding-bottom: 10px;
	border-bottom: 5px solid #E5E5E5;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#home-buttons h2 {
	margin: 10px;
	flex: 1 0 0%;
	flex-direction: column;
	display: flex;
	position: relative;
	max-width: calc(100% - 20px);
	min-width: calc(100% - 20px);
}

#home-buttons a {
	position: relative;
	flex: 1 1 auto;
	padding: 80px 8px 4px;
	background-position: 0 0px;
	background-size: 100% 132px;
	text-align: center;
	border-radius: 5px;
	color: white;
	font-size: 16px;
}

#home-buttons a:after {
	position: absolute;
	left: 0px;
	content: '';
	height: 27px;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	bottom: -1px;
}

#home-buttons a.what-is			{ background-image: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/hb-what-is-phpbb.png"); }
#home-buttons a.get-started		{ background-image: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/hb-get-started.png?2010061000"); }
#home-buttons a.enhance			{ background-image: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/hb-enhance-phpbb.png?2010061100"); }
#home-buttons a.contribute		{ background-image: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/hb-contribute.png?2010061000"); }

#home-try-link {
	position: absolute;
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	right: 175px;
	text-align: center;
	top: 25px;
	height: 77px;
	width: 124px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/home-version-bg.png") no-repeat;
}

#home-try-link a {
	color: #FFFFFF;
	display: block;
	width: 124px;
	height: 57px;
	padding: 10px 0;
}

#home-try-link span {
	display: block;
}

#home-try-link .version {
	font-weight: bold;
	font-size: 18px;
}

#home-try-link a:hover {
	text-decoration: none;
	color: #CCCCCC;
	/*
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/home-version-bg.png") no-repeat -124px 0;
	*/
}

#home-dl-link {
	position: absolute;
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	right: 25px;
	top: 25px;
	height: 77px;
	width: 124px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/home-version-bg.png") no-repeat;
}

#home-dl-link a {
	color: #FFFFFF;
	display: block;
	width: 124px;
	height: 57px;
	padding: 10px 0;
}

#home-dl-link span {
	display: block;
}

#home-dl-link .version {
	font-weight: bold;
	font-size: 18px;
}

#home-dl-link a:hover {
	text-decoration: none;
	color: #CCCCCC;
	/*
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/home-version-bg.png") no-repeat -124px 0;
	*/
}

#main ul.announcements {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main ul.announcements li {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#main ul.announcements li .date {
	text-align: center;
	float: left;
	height: 70px;
	width: 50px;
	font-family: Georgia,sans-serif;
}

#main ul.announcements li .date .day {
	font-size: 24px;
	line-height: 22px;
}

#main ul.announcements li .date .month {
	font-size: 18px;
	line-height: 18px;
}

#main ul.announcements li .date .year {
	font-size: 12px;
	line-height: 18px;
}

#main ul.announcements li .title {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 3px;
}

#main ul.announcements li .preview {
	font-size: 1em !important;
}

#announce-footer {
	text-align: right;
	line-height: 14px;
}

#announce-footer a {
	font-weight: bold;
}

#extras.homepage, #extras.downloads {
}

#extras.homepage .extra-box, #extras.downloads .extra-box {
	width: auto;
}

.home-sponsors{
	font-size: 11px;
}

.home-sponsors h3 {
	font-size: 1.2em;
	text-transform: none;
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	color: #D21A4E;
	border-bottom: none;
}

.home-sponsors ul.ads li {
	border-bottom: none;
}

.home-sponsors ul.ads li a {
	padding: 2px 0 2px 18px;
	background-position: 0 50%;
	background-image: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/favicons/blank.png");
	background-repeat: no-repeat;
}

.home-sponsors ul.ads li a.no-favicon {
	padding: 0;
	background: transparent;
}

.home-sponsors ul.ads li.last {
	margin: 10px 0;
	font-size: 1.1em;
}

.home-sponsors ul.ads li.last a {
	padding: 0;
	background: transparent;
	font-weight: bold;
	font-style: italic;
}

/* Page footer styles */
#page-footer p {
/*	border-top: 1px solid #CCCCCC; */
	margin: 15px 0 0;
/*	padding-top: 10px;*/
	text-align: center;
}
#page-footer .navbar {
	margin: 4px 0 15px;
	/* This navbar doesn't follow a floated element, so thus doesn't need the "height: 1%" hack, which amazingly destroys margin */
	height: auto;
}
#page-footer p#sf-tracker, #page-footer p#sf-tracker a img {
	border: none;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	line-height: 0;
}

#page-footer #footer_banner_leaderboard {
	padding-top: 10px;
	text-align: center;
}

#page-footer #ads_buttons_wrap {
	height: 30px;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin: 5px auto;
	width: 840px;
}
#page-footer #ads_buttons_wrap .ads_buttons {
	float: left;
	width: 140px;
	height: 30px;
	margin-right: 0;
}
#page-footer #ads_buttons_wrap .last {
	margin-right: 0;
}
#copyright {
	padding: 5px;
	text-align: center;
	color: #555555;
}
#copyright a {
	color: #222222;
}

/* Rules page styling */
 .ruleitems li {
	 margin-bottom: 5px;
}

/* Advertisement */
.ads-button-hosting {
	display: block;
	max-width: 728px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
	border-radius: 6px;
	border: 1px solid #828d96;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/need-hosting.png") 50% 0;
	overflow: hidden;
	text-indent: -5000px;
}

.ads-button-hosting:hover {
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.2) inset;
	border-color: #b2bdc6;
}

/* License agreement */
#license-agree {
	height: 200px;
	overflow: auto;
	border: 1px solid #DDDDDD;
	border-width: 1px 0;
	padding: 1em;
	background-color: #F7F7F7;
	margin: 0.2em 0;
}
#license-agree h3 {
	color: #536482;
	font-weight: normal;
	text-transform: uppercase;
}
div.expand {
	text-align: right;
	text-transform: uppercase;
	font-size: 1.1em;
}

/* Subscription link */
div.subscribe fieldset  {
	padding-top: 5px;
	border-top: 1px solid #FFFFFF;
}

/* Get Involved */
#main-extra h3.teamtitle {
	font-size: 1.8em;
	font-weight: bold;
	padding: 5px 10px;
	margin: 1.2em 0 0;
	border: none;
	text-transform: none;
}
#main h3.teamtitle {
	font-size: 1.8em;
	font-weight: bold;
	padding: 5px 0;
	margin: 0.5em 0 0;
	border: none;
	text-transform: none;
}
#main h3.teamtitle + h4 {
	margin-top: 10px;
}

/* Languages */
body.languages ul.packages {
	clear: right;
	list-style: none;
}

body.languages ul.packages li {
	width: 33%;
	height: 110px;
	float: left;
}

body.languages ul.packages img {
	float: left;
	margin: 0 10px 0 0;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/flags/flag_generic.gif") no-repeat scroll 0 0 transparent;
	color: transparent;
	height: 48px;
	width: 48px;
}

body.languages ul.packages h2 {
	margin: 0;
	font-size: 165%;
}

body.languages .wide h3 {
	clear: both;
}

body.languages ul.packages p {
	font-weight: bold;
	margin-top: 5px;
}

body.languages pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/* Trackers */
body.trackers .content {
	color: #536482;
}

body.trackers code {
	white-space: pre;
}

body.trackers #main p.commentauthor {
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

body.trackers div.notice img {
	position: relative;
	top: 2px;
}

.issue-icon span {
	background: transparent none 0 0 no-repeat;
}

.issue-icon span {
	background-image: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/button_new_ticket.gif");
}

.buttons div.issue-icon {
	width: 100px;
	height: 25px;
}

body.trackers div#ticket-review {
	width: 100%;
	height: 250px;
	border: 0;
	overflow: auto;
}

body.trackers span.small a, body.trackers .content a {
	text-decoration: none !important;
}

body.trackers .panel table.table1 {
	margin-bottom: 1em;
}

body.trackers .panel table.table1 td  {
	padding: 5px;
}

body.trackers .panel table.table1 thead th {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	padding: 5px;
}

body.trackers .panel table.table1 tbody th {
	font-style: italic;
	background-color: transparent !important;
	border-bottom: none;
}

body.trackers .mini-panel .status {
	margin: 10px 0 10px 0;
}

body.trackers h3.ticket-closed {
	text-decoration: line-through;
}

body.trackers .content ul {
	font-size: 1em !important;
}

dt.bold {
	color: #676767;
	font-weight: bold;
}

dt.bold:hover {
	color: #000000;
}

/* Viewtopic style listings on the website */
#main ul.topiclist {
	font-size: 1em;
	margin-left: 0;
	line-height: 1.3em;
}

#main a.topictitle {
	text-decoration: none;
}

/* Begin Community tweaks *O* */
dl.attachbox{
   max-width: 620px;
   overflow: auto !important;
}

body.section-viewtopic .pagination {
   float: none;
   line-height: 1.9em;
   margin-top: 3px;
}

@media only screen and (min-width: 900px) {
	.pm .postbody {
	   width: 73%;
	}

	.pm .postprofile {
	   width: 26%;
	}
}

.section-mcp .fields2 select, .section-ucp #timezone , .section-ucp #dateoptions {
  max-width: 100% !important;
}

.section-mcp dl.icon dt {
  padding-left: 44px;
}
/* End Community tweaks -O- */

/* Junior Validators */
body.jr-validators .forums dd {
	width: 47%;
}

body.jr-validators .forums dd textarea {
	width: 95%;
}

/* Extensions */
.official-extension-icon {
	margin-right: 5px;
	float: left;
}

/* Rules */
#main ol#rules ol {
	list-style: lower-alpha;
}

#main ol#rules ol li {
	margin-bottom:5px;
}

.fragment {
	background-color: #ECD5D8;
	padding:5px;
	color: #BC2A4D;
	font-weight:bold;
	margin-top: 20px;
}

.fragment h3 {
	margin-top: 0;
}

#rules code {
	color: #007700;
}

/* calendar */
table.calendar {
	border-collapse: collapse;
	clear: both;
	margin-top: 10px;
	width: 847px;
}

table.calendar tr {
	vertical-align: top;
	background-color: #FFFFFF;
}

table.calendar td {
	height: auto;
	min-height: 100px;
	width: 121px;
	border: 1px #cfcfcf solid;
	padding: 5px;
}

table.calendar td div.cal-day {
	min-height: 100px;
	height: auto;
}

table.calendar th {
	width: 121px;
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

table.calendar td.today {
	background-color: #E6EAEF;
}

table.calendar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table.calendar ul li {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

table.calendar ul li a {
	display: block;
	width: 100%;
	padding: 2px;
	margin: 0 0 5px 0;
}

/* Goodies Shop */

/* Begin teh newomg dancing Bertie! :D/-< :D\-< :D|-< ... CSS-driven image replacement flickbook thigy */
body.shop div#bertie-hugger {
	display: block;
	width: 390px;
	height: 480px;
	margin: 0 1em 1em 0;
	padding: 0;
	float: left;
	position: relative;
	background: transparent url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/loading_wait.gif") 50% 30% no-repeat;
}

body.shop ul#bertie {
	display: block;
	width: 390px;
	height: 480px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	background: transparent url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/olympus-prosilver-bertie.jpg?20080629") 0 0 no-repeat;
}

body.shop ul#bertie li {
	list-style-type: none;
}

body.shop ul#bertie li a {
	margin: 0;
	padding: 0;
	display: block;
	width: 390px;
	height: 480px;
	z-index: 100;
	top: 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: transparent url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/olympus-prosilver-bertie.jpg?20080629") 480px 0 no-repeat;
	position: absolute;
}

body.shop ul#bertie li a#bertie-jacketed-front {
	top: 0;
	left: 0;
	width: 150px;
	height: 180px;
}

body.shop ul#bertie li a#bertie-jacketed-oblique {
	top: 0;
	left: 150px;
	width: 120px;
	height: 180px;
}

body.shop ul#bertie li a#bertie-jacketed-back {
	top: 0;
	left: 270px;
	width: 120px;
	height: 180px;
}

body.shop ul#bertie li a#bertie-hooded-front {
	top: 180px;
	left: 0;
	width: 150px;
	height: 150px;
}

body.shop ul#bertie li a#bertie-hooded-oblique {
	top: 180px;
	left: 150px;
	width: 120px;
	height: 150px;
}

body.shop ul#bertie li a#bertie-hooded-back {
	top: 180px;
	left: 270px;
	width: 120px;
	height: 150px;
}

body.shop ul#bertie li a#bertie-vnecked-front {
	top: 330px;
	left: 0;
	width: 150px;
	height: 150px;
}

body.shop ul#bertie li a#bertie-vnecked-oblique {
	top: 330px;
	left: 150px;
	width: 120px;
	height: 150px;
}

body.shop ul#bertie li a#bertie-vnecked-back {
	top: 330px;
	left: 270px;
	width: 120px;
	height: 150px;
}

body.shop ul#bertie li a#bertie-jacketed-front:hover,
body.shop ul#bertie li a#bertie-jacketed-oblique:hover,
body.shop ul#bertie li a#bertie-jacketed-back:hover,
body.shop ul#bertie li a#bertie-hooded-front:hover,
body.shop ul#bertie li a#bertie-hooded-oblique:hover,
body.shop ul#bertie li a#bertie-hooded-back:hover,
body.shop ul#bertie li a#bertie-vnecked-front:hover,
body.shop ul#bertie li a#bertie-vnecked-oblique:hover,
body.shop ul#bertie li a#bertie-vnecked-back:hover {
	width: 390px;
	height: 480px;
	top: 0;
	left: 0;
	z-index: 50;
}

body.shop ul#bertie li a#bertie-jacketed-front:hover {
	background-position: 0 0;
}

body.shop ul#bertie li a#bertie-jacketed-oblique:hover {
	background-position: -390px 0;
}

body.shop ul#bertie li a#bertie-jacketed-back:hover {
	background-position: -780px 0;
}

body.shop ul#bertie li a#bertie-hooded-front:hover {
	background-position: 0 -480px;
}

body.shop ul#bertie li a#bertie-hooded-oblique:hover {
	background-position: -390px -480px;
}

body.shop ul#bertie li a#bertie-hooded-back:hover {
	background-position: -780px -480px;
}

body.shop ul#bertie li a#bertie-vnecked-front:hover {
	background-position: 0 -960px;
}

body.shop ul#bertie li a#bertie-vnecked-oblique:hover {
	background-position: -390px -960px;
}

body.shop ul#bertie li a#bertie-vnecked-back:hover {
	background-position: -780px -960px;
}

body.shop ul#bertie li a span {
	display: none;
}
/* End teh newomg dancing Bertie! :D/-< :D\-< :D|-< ... CSS-driven image replacement flickbook thigy */

body.shop dl {
	font-size: 1.2em;
	line-height: 1.3em;
}

body.shop dl dt {
	font-weight: bold;
	margin-top: 1em;
}

/* Hosting page */

body.hosting div#main div.affiliate h2.logoed span {
	display: block;
	height: 125px;
	width: 125px;
	float: right;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: -1em 0 1em 1em;
}

/* Features / Comparison Page Styles
 * Inspired by Avatar on Memberlist MOD - Highway of Life
---------------------------------------- */

a.feature-extra:hover {
	background-color: transparent;
	text-decoration:none;
 	cursor: help;
}

.feature-extra span.hover {
	background-color: #FAFAFA;
	display: none;
	border: 2px solid #49525B;
	position: absolute;
	z-index: 999;
	color: #536487;
	text-decoration: none;
	width: 250px;
	padding: 6px;
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 3px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-khtml-opacity: 0.9;
}

.feature-extra span.hover span.h3 {
	margin-top: 0;
	color: #115098;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

a.feature-extra:hover span.hover {
	display:block;
	text-decoration:none;
}

/* New Features page */
.feature-box {
	min-height: 48px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 30px;
}
.feature-box .features-item-head {
	cursor: pointer;
	padding-right: 70px;
}
.feature-box .features-item-head.unselected {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/features/feat-arrow-right.png") 100% center no-repeat;
}
.feature-box .features-item-head.selected {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/features/feat-arrow-down.png") 100% center no-repeat;
}
.feature-box .features-item-head img {
	margin-right: 20px;
}
.feature-box .features-item-head h3 {
	font-size: 1.7em;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: rgb(90,90,90);
	border: 0;
	margin: 0;
	text-transform: capitalize;
	text-shadow: 0 2px 0 #e5e5ee;
}
.feature-box .features-item-head p {
	font-size: 1.4em;
	font-family: Georgia,serif;
	font-weight: normal;
	color: rgb(90,90,90);
	border: 0;
	text-shadow: 0 1px 0 #e5e5ee;
	margin: -4px 0 0 8px;

}

.feature-box .features-item-content {
	margin-top: 20px;
}

.feature-box .features-item-content div {
	font-size: 1.0em;
	color: #555;
}
ul.feature-list li {
	margin-left: -10px;
	list-style-type: none;
	background-image: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/features/accept.png");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 25px;
	line-height: 20px;
}
div.feature-item h4 {
	font-size: 1.3em;
}
div.feature-item p {
	font-size: 0.9em;
}
div.feature-item {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/features/arrow-right-24.png") left center no-repeat;
	padding-left: 40px;
	margin-left: 10px;
}
body.features div#wrap div#page-body div.wide p {
	font-size: 1.2em;
}
p.feature-page-desc {
	font-family: Georgia, Times, serif;
	font-size: 1.3em !important;
	line-height: 1.4em;
	color: rgb(70,70,70);
}
body.features div.expandall {
	display: none;
	margin-bottom: 20px;
}
body.features div.expandall span {
	font-size: 1.2em;
	text-decoration: none;
	color: #105289;
}
body.features div.expandall span:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #D31141;
}
body.features .features-item-content img.collapse {
	float: left;
	margin-left: 45px;
	padding-top: 5px;
	margin-right: 0;
}
body.features span.feature-collapse {
	font-size: 1.1em;
	padding-left: 10px;
	color: #105289;
	line-height: 1.1em;
	margin-left: -10px;
	display: none;
}
body.features span.feature-collapse:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #D31141;
}
/*body.features span.feature-collapse:before {
	content: url('/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/features/sm-arrow-up.gif');
}*/
/* END NEW FEATURES */


table.table1 tbody td.break {
	padding: 4px 0 0;
}

blockquote.website {
	font-size: 1em;
	margin-left: 0;
}

/* Inline code BB-tag (for the forums) */
code.inline {
	background: #FFF;
	border: 1px solid #C9D2D8;
	color: #2E8B57;
	display: inline;
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.3em;
	padding: 0 3px;
}

/* Inline code tag (for the website) */
#main code.inline, span.inlinecode {
	background-color: #f9f2f4;
	border: none;
	border-radius: 4px;
	color: #c7254e;
	display: inline;
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	overflow: auto;
	padding: 1px 4px;
}

/* Wiki link */
a.wikilink {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/wiki_badge.gif") center right no-repeat;
	padding-right: 34px;
	zoom: 1; /* IE6/IE7 Wrapping fix */
}

/* kb link */
a.kblink {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/kb_badge.gif") center right no-repeat;
	padding-right: 34px;
	zoom: 1; /* IE6/IE7 Wrapping fix */
}

/* UMIF GUI creator for prosilver style
-------------------------------------------------*/

li.row dd.inputfield {
	width: 25%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}

li.header dd.header {
	font-weight:bold;
	width: 25%;
	text-align:center;
}

ul.topiclist dt.inputfield {
	width: 2%;
	padding: .5em 5px 0 5px;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
	font-weight:bold;
}

li.header dl.icon dt.header {
	width:2%;
	padding:0 5px;
	text-align: center;
}

li.header dl.icon dd.left {
	text-align:left;
}

.panel-frame {
	border:1px solid #ccc;
	padding:8px;
	position:relative;
	top:-4px;
	border-top: none;
}

.notice2 {
	padding: 5px;
	background-color: #ccccf6;
}

fieldset.gen-info dt {
	width: 60%;
}

fieldset.gen-info dd {
	margin-left: 61%;
}

fieldset.full dt {
	width: 100%;
}

fieldset.full dd {
	margin-left: 0;
}

fieldset.full img{
	margin-bottom: -5px;
}

li.row dd.short, li.header dd.short {
	width: 10%;
}

li.row dd.medium, li.header dd.medium {
	width: 17%;
}

li.row dd.long, li.header dd.long {
	width: 31%;
}

/* Confuse Google search a bit */
input.gsc-search-button {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAFAFA url("/National_Library/20160330061658oe_/https://www.phpbb.com/community/styles/prosilver/theme/images/bg_button.gif") repeat-x top;
	border: 1px solid #666666;
	margin-left: 6px;
}

input.gsc-search-button:hover{
	border-color: #BC2A4D;
	color: #BC2A4D;
}

.gsc-control {
	width: auto !important;
}

form.gsc-search-box  {
	width: 40% !important;
}

.gsc-input {
	height: 18px;
	border-color: #B4BAC0;
}

.gsc-input:hover {
	border-color: #11A3EA;
}

/* Support Template Generator Styles */
body.support-template dl.codebox {
	font-size: 1.1em;
}

body.support-template dl.codebox code {
	font-size: inherit;
}

body.support-template .hover {
	filter:alpha(opacity=100);
	opacity: 1.0;
	-khtml-opacity: 109;
	display: block;
}

body.support-template .feature-extra {
	text-decoration: none !important;
}

body.support-template select {
	max-width: 100%;
}

body.support-template .gen-info dt label {
	font-weight: normal;
}

body.modx-creator .panel {
	margin-bottom: 10px !important;
}

body.modx-creator fieldset.modx-level1 {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

body.modx-creator fieldset.modx-level2 {
	padding: 5px;
	background-color: #F5F8FB;
	border: 1px solid #E5E8EC;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1em !important;
}

body.modx-creator fieldset.file-edit dt {
	width: 19em !important;
}

body.modx-creator fieldset.file-edit dd {
	margin-left: 20em !important;
}

body.modx-creator .sub-legend, body.modx .main-legend {
	color: #28313F;
}

body.modx-creator .main-legend {
	font-size: 1.1em;
}

body.modx-creator .adjusted-size {
	font-size: 1.1em !important;
}

body.modx-creator .copy-to {
	margin-bottom: 5px;
}

body.modx-creator img.sign, body.modx-creator img.action-image {
	vertical-align: middle !important;
	margin-right: 3px;
}

body.modx-creator img.action-image {
	cursor: pointer;
}

body.modx-creator span.right-tools {
	display: block;
	float: left;
	width: 14px;
	clear: right;
}

body.modx-creator span.right-tools img {
	margin-bottom: 2px;
}

body.modx-creator textarea.right-tools {
	float: left;
	margin-bottom: 3px;
}

body.modx-creator .action-tools {
	display: block;
	margin-top: 5px;
}

/* MCP Titania Module */
.attention {
	border-bottom: 1px dashed;
	padding: 5px 0;
}

p.attention-closed {
	background-color: #ECD5D8;
	margin-right: 0;
	padding: 3px;
}

.attention.last {
	border-bottom: 0;
}

.attention .content {
	font-size: 1.2em;
}

.attention .content pre {
	font-family: inherit;
	white-space: normal;
}

.ins {
	background-color: #dfd;
	text-decoration: underline;
}

.del {
	background-color: #fdd;
	text-decoration: line-through;
}

/* Libertyvasion Navigation Tabs */
#lib-nav  a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#lib-nav ul {
	display: inline;
}
#lib-nav ul li {
	display: inline;
	list-style-type: none;
	margin-right: 8px;
	padding: 4px;
}
#lib-nav ul li:hover, #lib-nav ul li.active:hover, #lib-nav ul li.active:hover a {
	background-color: #abb2b7;
	color: #fff;
}
#lib-nav ul li.active, #lib-nav ul li.active a {
	background-color: #e0e0e0;
	color: #D21A4E;
}
#main #lib-nav ul {
	font-size: 1.1em;
	line-height: 1.25em;
	margin-left: 1.1em;
}

.lib-table td {
	vertical-align:top;
}
.lib-break {
	vertical-align:middle;
}
.lib-expand {
	color: #105289;
	text-decoration: underline;
}
.lib-expand:hover {
	color: #D31141;
	cursor: pointer;
}
.lib-hidden {
	width: 260px;
}
#lib-photos {
	margin-top: 75px;
}

.tweet{
	display: block;
	padding: .1em;
	margin: .05em 0;
	overflow: hidden;
}
.tweet-left{
	float: left;
	margin-right: 1em;
}
.tweet-left img{
	border: 2px solid #000000;
}
.tweet p.text{
	margin: 0;
	padding: 0;
}
.tweet-user {
	padding-left: 4px;
}
p.speaker span:first-child  {
	float: left;
	padding-right: 10px;
}
p.speaker span img {
	border: 1px solid #000;
}

#main .free_oss {
	color: #888888;
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 1em;
}

#main .announce_img {
	float: left;
	padding-right: 5px;
}

/* Logos Page */

.logo-page {
	width: 100% !important;
}

.logo-container {
	width: 829px;
	height: 332px;
	margin-bottom: 20px !important;
	margin: auto;
	clear: both;
}

.logo-item {
	background-color: #e1ebf2; /* or #cadceb */
	float: left;
	padding: 5px;
	border-radius: 5px;
}

.logo-item:hover {
	background-color: #cadceb;
}

.logo-item td {
	text-align: center;
}

.top-left {
	width: 318px;
	height: 72px;
	position: relative;
	top: 0;
	left: 0;
}

.top-middle {
	width: 318px;
	height: 72px;
	position: relative;
	top: 0;
	left: 12px;
}

.middle-left {
	width: 318px;
	height: 158px;
	position: relative;
	top: 12px;
	left: 0;
}

.middle-middle {
	width: 318px;
	height: 158px;
	position: relative;
	top: 12px;
	left: 12px;
}

.bottom-left {
	width: 658px;
	height: 78px;
	position: relative;
	top: 24px;
	left: 0;
}

.bottom-left img {
	margin-top: 4px;
	margin-left: 4px;
}

.right-tower {
	width: 138px;
	height: 332px;
	position: relative;
	top: 0;
	left: 0;
	float: right !important;
	text-align: center;
}

.right-tower img {
	margin-top: 9px;
}

.logo-item p {
	margin: 0 !important;
	font-size: 10px !important;
	font-weight: bold;
}

.logo-item p.size {
	font-size: 11px !important;
	color: #000000;
	margin-bottom: 5px !important;
}

.logo-item a {
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 6px;
	font-size: 11px;
	color: #1c212a;
	text-decoration: none !important;
	letter-spacing: -0.2px;
}

.logo-item a:hover {
	text-decoration: underline;
	color: #2e3748;
}

a.download-png {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/logos/download.png") no-repeat 0 50%;
}

a.download-psd {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/logos/photoshop.png") no-repeat 0 50%;
}

a.logo-only {
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 6px;
	font-weight: bold;
}

p.psd-download {
	margin-top: 5px !important;
}

/* new hosting page */

.hostrow, .clear-both {
	clear: both;
}

.hosting-left-col {
	width: 51%;
	float: left;
}

.hosting-right-col {
	width: 44%;
	float: left;
	margin-left: 30px;
}

.information {
	border: 1px solid #e8e3aa;
	background-color: #f9f9e5;
	color: #000000;
	font-size: 12px;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

.information p {
	font-size: 12px !important;
	margin: 0 !important;
}

.top-corners {
}

.middle-content {
	width: 100%;
	/* height: 280px; */
	padding: 20px;
	box-sizing: border-box;
	/* overflow: hidden; */
	font-size: 1.2em;
	color: #00284f;
	/* box-sizing: border-box; */
	border-radius: 9px;
	border: 2px solid rgba(0,0,0,0.025);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),                 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.bottom-corners-left {
	width: 425px;
	height: 43px;
}

.bottom-corners-right  {
}

.provider-badge {
	width: 125px;
	float: left;
	margin: 0 19px 10px 0;
	padding-bottom: 6px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/hosting/badge-shadow.png") no-repeat 50% bottom;
}

.provider-badge-forumatic {
	width: 370px;
	float: left;
	margin: 0 79px 10px 0;
	padding-bottom: 6px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/hosting/badge-shadow-long.png") no-repeat 50% bottom;
}

h1.hostname {
	margin: 0 0 4px 0;
}

h1.hostname a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #00284f;
	letter-spacing: -0.3px;
}

h1.hostname a:hover {
	color: #0054a6;
}

ul.host-featurelist {
	padding-left: 128px;
}

ul.host-featurelist li {
	font-size: 12px;
	list-style-image: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/hosting/tick-small.png");
	line-height: normal !important;
}

p.host-description {
	clear: both;
	font-size: 12px !important;
}

p.last {
	margin-bottom: 0 !important;
}

/* new contact page */

body.contact div#categories {
	margin-bottom: 15px;
}

p.how-can-we-help {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px !important;
	color: #1f2633;
	letter-spacing: -0.2px;
}

.question-panel {
	margin-left: 20px;
	width: 600px;
}

/* Misc Stylings */

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.width50 {
	width: 49%;
	float: left;
}
.definition {
	border-bottom: 1px dashed;
}
.clear {
	clear: both;
}
.codesnippet {
	padding: 5px;
	margin-bottom: 1em;
	border-radius: 5px;
	background-color: #EBEBEB;
	font-size: 12px;
	white-space: pre-wrap;
}
span.underline {
	text-decoration: underline;
}

.github-link:before {
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/icons/github/GitHub-Mark-16px-plus.png") no-repeat;
	content: '';
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: bottom;
}

/* Showcase */

p.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	float: left;
}

ul.showcasebuttons {
	float: right;
	margin: 0 0 10px 0;
	list-style: none;
}

ul.showcasebuttons li {
	float: left;
}

li.showall a {
	width: 96px;
	height: 36px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/showcase/buttons.gif") no-repeat -162px top;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin-left: 6px;
}

li.showall a:hover {
	background-position: -162px -36px;
}

li.showall a:active {
	background-position: -162px -72px;
}

li.suggestsite a {
	width: 131px;
	height: 36px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/showcase/buttons.gif") no-repeat -354px top;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin-left: 6px;
}

li.suggestsite a:hover {
	background-position: -354px -36px;
}

li.suggestsite a:active {
	background-position: -354px -72px;
}

li.sort a.sortbutton {
	width: 162px;
	height: 36px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/showcase/buttons.gif") no-repeat left top;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: default;
}

li.sort a:hover {
	background-position: left -36px;
}

li.sort a:active {
	background-position: left -72px;
}

li.manage a {
	width: 96px;
	height: 36px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/showcase/buttons.gif") no-repeat -258px top;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin-left: 6px;
}

li.manage a:hover {
	background-position: -258px -36px;
}

li.manage a:active {
	background-position: -258px -72px;
}

ul.sortoptions {
	border: 1px solid #d3d3d3;
	border-top: none;
	background-color: #f5f5f5;
	position: absolute;
	min-width: 160px;
	display: none;
}

ul.sortoptions li {
	float: none;
	list-style: none;
	padding: 8px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/showcase/divider.png") no-repeat 50% bottom;
}

ul.sortoptions li.lastoption {
	background-image: none;
	border-bottom: 4px solid #dedede;
}

ul.sortoptions li a {
	color: #474747;
}

ul.sortoptions li img {
	vertical-align: middle;
	margin-top: -1px;
}

li.sort:hover > ul.sortoptions {
	display: block;
	position: absolute;
	z-index: 9999;
}

.showcase-panel {
	width: 100%;
	margin: 0 auto;
}

.showcase-site {
	width: 270px;
	height: 290px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/showcase/panelbg.png") no-repeat 50% top;
	float: left;
	margin: 10px 6px 10px;
	padding: 12px;
	box-sizing: border-box;
}

.showcase-image {
	width: 245px;
	height: 125px;
	overflow: hidden;
}

.forumatic-panel {
	margin: 15px 0 6px 0;
}

.topcorners {
	width: 245px;
	height: 5px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/showcase/cornermask.png") no-repeat left top;
	position: absolute;
	z-index: 9997;
}

.bottomcorners {
	width: 245px;
	height: 5px;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/showcase/cornermask.png") no-repeat left bottom;
	position: absolute;
	z-index: 9996;
	margin-top: 120px;
}

h4.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px !important;
	letter-spacing: -1px;
	margin: 8px 0 4px 0 !important;
}

h4.sitename a {
	text-decoration: none !important;
}

p.description {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 0;
}

span.editlink {
	font-size: 0.75em;
}

.sitetags {
	position: absolute;
	z-index: 9998;
	background: url("/National_Library/20160330061658oe_/https://www.phpbb.com/assets/images/images/showcase/tag_blue.png") no-repeat left 50%;
	height: 16px;
	margin-top: 236px;
	padding-left: 22px;
	width: 100%;
}

.sitetags a {
	font-size: 12px;
	letter-spacing: -1px;
}

.showcasedisclaimer {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

/* Demo Page */
body.demo div#main > div.floatleft {
	width: 69%;
}

body.demo div#main > div.floatright {
	width: 30%;
	text-align: right;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	body.demo div#main > div.floatleft {
		width: auto;
	}

	body.demo div#main > div.floatright {
		float: none;
		margin: 0 auto;
		width: 300px;
	}
}

body.demo div#main > div.floatright img {
	width: 270px;
	border: 1px solid #eee;
}

body.demo div#main > div.floatright p {
	text-align: center;
}

div.launch {
	width: 70px;
	margin: 0 0 0 40px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

/* Release & Update Policy page */
.release-versions {
	margin: 15px 0 5px;
}

.release-versions .column {
	text-align: center;
}

.release-versions strong {
	font-size: 14px;
}

@media only screen and (max-width: 800px) and (min-width:600px), only screen and (max-device-width: 800px) and (min-device-width: 600px) {
	.release-versions strong {
		font-size: 12px;
	}
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	#main .release-versions div.column-thirds {
		width: 100%;
		min-width: inherit;
	}

	.release-versions .big-tag.double-height {
		line-height: 24px;
	}
}


/* Cookies table */
table.cookie {
	width: 100%;
	border: 1px solid #CCCFD3;
	background-color: #FFFFFF;
	padding: 2px;
}

th.cookie {
	padding: 3px 4px;
	border-width: 0 1px 1px 0;
	color: #FFFFFF;
	background: #70AED3 url("gradient2b.gif") bottom left repeat-x;
	border-top: 1px solid #6DACD2;
	border-bottom: 1px solid #327AA5;
	text-align: left;
	font-size: 0.75em;
	text-transform: uppercase;
}

td.cookie {
	text-align: left;
	font-size: 0.85em;
	padding: 4px;
	line-height: 1.20em;
	border-width: 0 1px 1px 0;
}

td.cookie:last-child {
	border-right: 0;
}

tr:last-child td.cookie {
	border-bottom: 0;
}

/* Right to left BBCode */
div.rtlbbcode
{
	direction: rtl;
	text-align: right;
}

.rtlbbcode li
{
	margin-right: 30px;
}

h2 sup {
	font-size: 0.5em;
	vertical-align: text-top;
}

#carbonads-container .carbonad {
	margin-left: -10px;
	background: none repeat scroll 0 0 transparent;
	border: 0 solid #E8E8E8;
	height: 100%;
}

#carbonads-container .carbonad-text {
	color: #545454;
	text-align: center !important;
	width: 105px !important;
}

/* EPV */
#epv-results {
    background-color: black;
    width: 100%;
    overflow-x: visible;
    font-family: Monaco, monospace;
    font-size: 11px;
    padding: 5px;
	margin: 10px 0;
	border-radius: 3px;
}

/* GSoC page */
#main h2.gsoc-page {
	border-bottom: 1px solid #ccc;
}

#main h2.gsoc-page a {
	text-decoration: none;
}

#main h3.gsoc-page {
	font-size: 1.4em;
}

#main h4.gsoc-page {
	font-weight: bold;
	margin: 1em 0 0.5em;
}

/* Responsive mode
--------------------------------------------- */

.sidebar {
	float: right;
}

/*.sidebar:after {
	clear: both;
	content: '';
	display: block;
}*/

.sidebar-toggle {
	display: none;
	width: 35px;
	height: 40px;
	position: relative;
	float: left;
	font-size: 20px;
	background: #828d96;
	border-radius: 5px 0 0 5px;
}

.sidebar-toggle:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 14px;
	height: .125em;
	width: 16px;
	border-bottom: 0.125em solid #FFF;
	border-top: 0.375em double #FFF;
}

div#map {
	width: 100% !important;
	overflow: scroll;
}

@media only screen and (max-width: 1200px)
{
	#wrap {
		max-width: 88%;
	}

	#main {
		width: 68%;
		padding: 10px;
	}

	body.demo div#main > div.floatright {
		width: 33%;
	}

	body.demo div#main > div.floatleft {
		width: 64%;
	}
}

@media only screen and (max-width: 1000px)
{
	#main {
		width: 64%;
	}
}

@media only screen and (max-width: 900px)
{
	#main {
		width: 61%;
	}

	body.demo div#main > div.floatright {
		width: 37%;
	}

	body.demo div#main > div.floatleft {
		width: 60%;
	}
}

@media only screen and (max-width: 850px)
{
	#main {
		width: 58%;
	}
}

@media only screen and (max-width: 800px)
{
	#wrap {
		max-width: 86%;
	}

	#main {
		width: 100%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#main.has-sidebar {
		padding-right: 30px;
	}

	body.demo div#main > div.floatright {
		width: 42%;
	}

	body.demo div#main > div.floatleft {
		width: 55%;
	}

	.sidebar {
		overflow: hidden;
		position: absolute;
		width: 45px;
		right: 0;
		margin-top: -15px;
		padding-bottom: 10px;
		z-index: 10;
	}

	.sidebar.show {
		overflow: inherit;
		position: absolute;
		width: auto;
	}

	.sidebar-toggle {
		display: block;
	}

	#extras {
		background: #828d96;
		float: none;
		font-size: 1.2em;
		padding: 10px;
		margin-left: 35px;
		border-bottom-left-radius: 10px;
		box-shadow: 0 3px 3px rgba(69, 73, 76, 0.5);
	}

	div.mini-panel.fixed {
		width: auto;
		position: inherit;
	}

	.column1, .column2,
	#main div.column1, #main div.column2,
	#main div.compare,
	.hosting-left-col, .hosting-right-col {
		clear: both;
		float: none;
		width: auto;
	}

	/* features */
	.feature-box .features-item-content {
		width: auto;
	}

	.feature-box .features-item-head {
		background-position: 95% center !important;
	}

	/* downloads */
	#tabs.download-tabs ul {
		margin-left: 0;
	}

	/* hosting */
	.top-corners, .bottom-corners-left, .bottom-corners-right {
		display: none;
	}

	.middle-content {
		background: none;
		border: 1px solid #e1e1e1;
		border-radius: 5px;
		box-shadow: 0 1px 5px #e1e1e1;
		margin: 20px 0;
		padding: 20px;
		width: auto;
		height: auto;
	}
}

@media only screen and (max-width: 700px)
{

	body {
		padding: 0;
	}

	#wrap {
		max-width: 100%;
		border-radius: 0;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0 5px 10px;
	}

	#main {
		padding: 0 10px;
	}

	#page-header {
		margin: 0 -5px;
	}

	.phpbb-header {
		border-radius: 0 !important;
	}

	#page-body .navbar {
		margin: 4px -5px;
	}

	#page-footer .navbar {
		margin: 4px -5px 15px;
	}
}

@media only screen and (min-width: 500px)
{
	#home-buttons h2 {
		min-width: calc(100%/2 - 20px);
		max-width: calc(100%/2 - 20px);
	}
}

@media only screen and (min-width: 950px)
{
	#home-buttons h2 {
		min-width: calc(25% - 20px);
		max-width: calc(25% - 20px);
	}
}

@media only screen and (max-width: 440px)
{
	#wrap {
		border-radius: 0;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0 5px 10px;
	}

	#main {
		padding: 0 10px;
	}

	#page-header {
		margin: 0 -5px;
	}

	.phpbb-header {
		border-radius: 0 !important;
	}

	.announcements .announce_img {
		display: none;
	}
}
