/*
Theme Name: Eventilla Theme
Theme URI: http://www.eventilla.com/
Description: Eventilla-theme
Version: 1.0
Author: Markus Haataja
Author URI: http://www.eventilla.com/

*/

input.invalid, textarea.invalid {
	background-color: pink !important;
}

.hidden {
	display: none !important;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.45em;
	color: #5e6060;
	background-color: #fff;
}

#site {
	background: #fff;
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 2.4em;
}

#eventinfo h1:first-child {
	margin-bottom: 25px;
}

#eventheader {
	width: 960px;
	background: transparent top right no-repeat;
	overflow: hidden;
}

#eventname {
	width: 510px;
	height: 170px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	color: #000;
}

#eventname .date {
	font-size: 14px;
	font-weight: bold;
}

#eventname .venue {
	font-weight: bold;
}

#eventheader h1 {
	font-size: 2em;
}

.venuename {
	font-weight: bold;
	display: block;
}

.venuestreet {
	display: block;
}

.venuecountry {
	display: block;
}

#eventlogo {
	width: 360px;
	height: 170px;
	vertical-align: middle;
	text-align: center;
}

#eventlogo img {
	width: 360px;
}

#eventcontent {
	padding: 0 0 0 0;
	border-top: 5px solid #000;
}

#eventinfo {
	width: 570px;
	padding-top: 20px;
	color: #000;
	line-height: 1.85em;
}

#event_description + h2 {
	margin-top: 1.5em;
}

#social_media {
	float: right;
	margin-top: 6px;
}

#social_media .share {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: transparent no-repeat;
}

#timeremaining {
	color: blue;
	display: none;
	font-size: 120%;
	font-weight: bold;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 200px;
}

#timeremaining span {
	white-space: nowrap;
}

.small-share {
	display: inline-block;
	width: 20px!important;
	height: 20px!important;
	background: transparent no-repeat;
}
#social_media .share a {
	display: block;
	width: 100%;
	height: 100%;
}

#social_media .facebook .fa-facebook-square {

	color: #3b5998;

}



#social_media .twitter .fa-twitter-square{
	color: #55acee;
}

#social_media .linkedin .fa-linkedin-square {
	color: #0976b4;
}

#social_media .fa {
	text-decoration: none;
}

#eventdetails {
	width: 360px;
	margin: 0 0 0 19px;
	color: #000;
	border-left: 1px solid #e8ebec;
}

#eventdate dl {
	margin: 0;
	padding: 0;
}

#eventdate dt {
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
}

#eventdate dd {
	margin: 0;
	padding: 0;
}

#calendarlinks {
	margin: 10px 0 40px 0;
	padding: 0;
}

#calendargoogle,
#calendaroutlook,
.calendar.google,
.calendar.outlook {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

#calendargoogle,
.calendar.google {
	text-decoration: none;
	color: #1065e7;
}

#calendaroutlook a,
.calendar.outlook a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	border-radius: 7px;
	background-image: url("/static/css/eventilla/images/outlook.png");
	background-size: 32px;
}

#calendargoogle a,
.calendar.google a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	border-radius: 7px;
	background-image: url("/static/css/eventilla/images/googlecalendar.png");
	background-size: 32px;

}

span.error_msg {
	color: red;
}

#privacypolicy_dialog {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height:100%;
	left: 0px;
	position: fixed;
	text-align:center;
	top: 0px;
	width:100%;
	z-index: 1000;
}

#privacypolicy_dialog div {
	animation: fadeIn 0.5s;
	-webkit-animation: fadeIn 0.5s;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #000;
	border-radius: 5px;
	margin: 20px auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px 15px 15px 15px;
	max-height: 500px;
	text-align: left;
	width: 650px;
}

#privacypolicy_dialog div input {
	clear: both;
	display: relative;
	float: right;
	margin-bottom: 20px;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.eventsidebar {
	padding: 20px 0 40px 26px;
	background: transparent url('/static/css/eventilla/images/event_sidebarbg.jpg') bottom left repeat-x;
}

.eventsidebar .organizer_logo {
	overflow: hidden;
}

#eventtickets tr.header {
	color: #fff;
}

table#eventtickets {
	font-family: Arial, sans-serif;
	line-height: 1.45em;
	color: #000;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#eventtickets th {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	height: 38px;
	background: #000 url('/static/css/eventilla/images/ticket_thbg.jpg') top left repeat-x;

}

#eventtickets td {
	vertical-align: top;
	padding: 15px 15px 15px 15px;
}

#eventtickets td select {
	margin: 0;
	padding: 0;
	min-width: 4em;
}

#eventtickets th.ticket,
#eventtickets th.endsales,
#eventtickets th.price,
#eventtickets th.withoutvatprice,
#eventtickets th.vat {
	border-right: 1px solid #353535;
}

#eventtickets th.ticket { width: 205px; padding: 0 0 0 15px; border-left: 1px solid #000; }
#eventtickets th.endsales { width: 138px; padding: 0 0 0 15px; }
#eventtickets th.price { width: 100px; padding: 0 6px 0 15px; }
#eventtickets th.amount { width: 80px; padding: 0 0 0 15px; border-right: 1px solid #000; }
#eventtickets th.withoutvatprice { width: 60px; padding: 0 0 0 15px; }
#eventtickets th.vat { width: 40px; padding: 0 0 0 15px; }

#eventtickets td.totalwithvat,
#eventtickets td.totalwithoutvat,
#eventtickets td.totalvat,
#eventtickets td.ticketrowprice {
	text-align: right;
}

#eventtickets .ticketinfo {
	font-size: 12px;
	padding: 15px 15px;
}

#eventtickets td.price {
	white-space: nowrap;
}

#eventtickets .vat {
	font-size: 11px;
}

#eventtickets .ticketname {
	font-weight: bold;
	font-size: 14px;
}

#eventtickets .trodd { background-color: #eef3f5; }
#eventtickets .treven { background-color: #f6f9fa; }

#eventtickets .trodd, #eventtickets .treven {
	border-left: 1px solid #c6ced0;
	border-right: 1px solid #c6ced0;
}

#eventtickets tr.waitlist { background-color: #fff3f5; }

#eventtickets span.waitlistinfo { color: #8A1F11; }

#eventtickets tr.footer {
	border-top: 1px solid #c6ced0;
}

#eventregistrationphase {
	height: 21px;
	color: #666666;
	margin-bottom: 30px;
	padding: 6px 0 0 8px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background: #fff url('./images/registrationphasebg.jpg') top left repeat-x;
}

#eventregistrationphase ul {
	margin: 0;
	padding: 0;
}

#eventregistrationphase ul li {
	float: left;
	list-style: none;
	padding-right: 12px;
}

#eventregistrationphase ul li.current {
	color: #000;
	font-weight: bold;
}

#registrants {
	width: 700px;
}

#invoice .registrantinfo .registrant textarea {
	resize: vertical;
	height: 20px;
	min-height: 28px;
	max-height: 201px;
}

#registrants #invoice .registrantinfo .registrant h2,
#registrants th {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.4em;
	color: #000;
}

#registrants h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: none;
}

.registrant td {
	vertical-align: top;
	width: 50%;
}

.registrantinfo {
	padding: 24px 30px;
	background-color: #eef3f5;
	border: 1px solid #c6ced0;
	margin-bottom: 20px;
}

.registrantinfo ul {
	margin: 0;
	padding: 0;
}

.registrantinfo ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.registrantinfo h2 {
	font-size: 34px;
	color: #5a6b71;
	text-transform: uppercase;
}

.registrantinfo [title] {
	border-bottom: currentColor 1px dotted;
	cursor: help;
}

.registrantinfo h3 {
	font-size: 20px;
	color: #5a6b71;
}

#registrants .registrantinfo .registrant h2 {
	font-size: 1em;
	color: #5a6b71;
	margin: 4px 0 4px 0;
	padding: 0;
}

#registrants .registrantinfo .registrant select,
#registrants .registrantinfo .registrant input[type=text] {
	font-size: 1.4em;
	width: 260px;
	height: 28px;
	color: #666666;
	margin: 4px 4px 22px 0;
	padding: 6px 6px 5px 6px;
	border-radius: 2px;
	background: white;
}

#registrants .registrantinfo .registrant input[type=text][disabled],
#registrants .registrantinfo .registrant input[type=text][readonly] {
	background: lightgrey !important;
}

#registrants .registrantinfo .registrant input.date_field[type=text][readonly] {
	background: white !important;
}

#registrants .registrantinfo .registrant select {
	height: 41px;
	width: 274px;
}

.registrantinfo .registrant .inputs {
	margin: 4px 4px 22px 0;
}

#registrants .registrantinfo .registrant .inputs input[type=text] {
	margin: 4px 4px 4px 0;
}

#registrants .registrantinfo .registrant textarea {
	font-size: 1.4em;
	width: 260px;
	height: 113px;
	color: #666666;
	margin: 4px 4px 22px 0;
	padding: 6px 6px 5px 6px;
	border-radius: 2px;
}

#registrants .registrant .designated {
	display: inline-block;
	margin-bottom: 22px;
}

.registrant {
	margin-bottom: 0;
}

.registrant .field .description {
	white-space: pre-line;
}

#topmenu {
	height: 71px;
	color: #fff;
	padding: 12px 0 0 0;
}

#topmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
}

#topmenu ul li a, #topmenu ul li a:visited {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

#topmenu ul li a:hover {
	text-decoration: underline;
}

#logininfo {
	text-align: right;
}

#content {
	padding: 30px 0 30px 0;
}

table.fullwidth {
	width: 961px;
	background-color: #fff;
	border-collapse: collapse;
}

table.fullwidth th {
	height: 38px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
}

table.fullwidth th a {
	color: #fff;
	padding: 0 16px 0 0;
	font-weight: bold;
	text-decoration: none;
	background: transparent url('./images/th_arrowdown.gif') right .3em no-repeat;
}

table.fullwidth th a:hover {
	text-decoration: underline;
}

table.fullwidth tr {
	border-left: 1px solid #c3cacb;
	border-right: 1px solid #c3cacb;
}

table.fullwidth tr.header {
	border: 1px solid #000;
}

table.fullwidth tr.footer {
	border: none;
	background: transparent;
}

table.fullwidth tr.footer td {
	margin: 0;
	padding: 0;
	height: 3px;
	background: transparent url('./images/tablefullfooter.gif') top left no-repeat;
}

#eventtickets tr.footer td {
	margin: 0;
	padding: 15px 0;
}

table.fullwidth tr td {
	height: 36px;
}

table.fullwidth tr.odd td {
	background-color: #eef3f5;
}

table.fullwidth tr.even td {
	background-color: #f6f9fa;
}

table.fullwidth td.name {
	color: #000;
	font-weight: bold;
}

td.date { color: #000; }

td.state .published { color: #64a30a; font-weight: bold; }
td.state .full { color: #a30a10; font-weight: bold; }

td.choices a, td.choices a:visited {
	color: #000;
	text-decoration: none;
}

td.choices a:hover {
	text-decoration: underline;
}

table.omattapahtumat td {
	width: 20%;
}

label .description {
	font-weight: normal;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: top;
	top: -1px;
}

.inputs label {
	display: inline-block;
	max-width: 92%;
}

.phone_number {
	display: inline-block;
	white-space: nowrap;
}

.phone_number select {
	width: 156px !important;
}

.phone_number input {
	width: 100px !important;
}

input.valid {
	border-color: green;
}

/*---- Luo uusi tapahtuma ----*/

#anchors {
	width: 669px;
	margin: 0 0 12px 0;
	padding: 6px 0 0 0;
}

#anchors ul {
	margin: 0;
	padding: 0;
}

#anchors ul li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	font-weight: bold;
	color: #000;
}

#anchors ul li a, #anchors ul li a:visited {
	color: #268ede;
	text-decoration: none;
	font-weight: bold;
}

#anchors ul li a:hover { text-decoration: underline; }

#savetoolbar {
	width: 291px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#savetoolbar ul {
	margin: 0;
	padding: 0;
}

#savetoolbar ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*---- Raportit ----*/

#sidebar {
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	width: 200px;
	height: 38px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000 url('./images/sidebar_libg.jpg') top left repeat-x;
}

#sidebar ul li a, #sidebar ul li a:visited {
	color: #d8d5c9;
	text-decoration: none;
	font-weight: bold;
}

/*---- Buttons ----*/

#toolbar ul {
	margin: 0;
	padding: 0;
}

#toolbar ul li {
	float: left;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#site a.btn_grey {
	background: url('./images/btn_grey_a.gif') 100% 0 no-repeat;
	color: #000;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 2px 0 0;
	text-decoration: none;
}

#site a.btn_grey span {
	background: transparent url('./images/btn_grey_span.gif') 0 0 no-repeat;
	display: block;
	line-height: 24px;
	padding: 2px 4px 2px 6px;
}

#site a:hover.btn_grey {
	background-position: right -32px;
	color: #000;
	text-decoration: none;
}

#site a.btn_greenarrow {
        background: url('./images/btn_green_aarrow.jpg') 100% 0 no-repeat;
        color: #fff;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: bold;
        height: 28px;
        margin: 0 0 0 0;
        padding: 0px 27px 0 0;
        text-decoration: none;
}

#site a.btn_greenarrow span {
        background: transparent url('./images/btn_green_span.jpg') 0 0 no-repeat;
        display: block;
        line-height: 24px;
        padding: 2px 8px 2px 18px;
}

#site a.btn_red {
        background: url('./images/btn_red_a.gif') 100% 0 no-repeat;
        color: #fff;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: bold;
        height: 28px;
        margin: 0 15px 0 0;
        padding: 0 2px 0 0;
        text-decoration: none;
}

#site a.btn_blue_arrow_back,
#site a.btn_blue span,
#site a.btn_red span {
        background: transparent url('./images/btn_red_span.gif') 0 0 no-repeat;
        display: block;
        line-height: 24px;
        padding: 2px 16px 2px 18px;
}

#site a:hover.btn_grey span { background-position: left -32px; }

#site a:active.btn_grey { background-position: right -32px; }

span.btn_grey,
span.btn_red,
span.btn_greenarrow {
	background: url('./images/btn_green_aarrow.jpg') 100% 0 no-repeat;
	display: inline;
    float: left;
	height: 28px;
	margin: 0 18px 0 0;
	padding: 0 26px 0 0;
}

span.btn_grey,
span.btn_red {
	background: transparent url('./images/btn_red_a.gif') 100% 0 no-repeat;
	margin: 0 18px 0 0;
	padding: 0;
}

span.btn_grey {
	background: transparent url('./images/btn_grey_a.gif') 100% 0 no-repeat;
}

span.btn_grey input,
span.btn_red input,
span.btn_greenarrow input {
	font-family: inherit;
    margin: 0;
    border:0;
    display: block;
    cursor: pointer;
    font-weight: bold;
    font-size:12px;
    color: #fff;
    background: transparent url('./images/btn_green_span.jpg') 0 0 no-repeat;
    height: 28px;
    padding: 2px 8px 3px 18px;
}

span.btn_grey input,
span.btn_red input {
	background: transparent url('./images/btn_red_span.gif') 0 0 no-repeat;
	margin-right: 2px;
    padding-left: 8px;
}

.footer a.blue {
	margin-left: 10px !important;
}

#site a.btn_blue_arrow_back,
#site a.btn_blue,
#formeditor a.btn_blue,
#site span.btn_blue {
    display: block;
    float: left;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 2px 0 0;
	text-decoration: none;
	text-shadow: -1px -1px #666;
}

#site td:last-child a.btn_blue,
#site td:last-child span.btn_blue {
    float: right;
}

#site a.btn_blue_arrow_back,
#site a.btn_blue,
#site span.btn_blue,
#formeditor a.btn_blue {
	background: url('./images/btn_blue_a.jpg') 100% 0 no-repeat;
	color: #fff;
}

#site a.btn_blue_arrow_back span,
#site a.btn_blue span,
#formeditor a.btn_blue span,
#site span.btn_blue input {
	height: 28px;
	display: block;
	line-height: 24px;
	font-weight: bold;
	font-family: inherit;
	font-size: 12px;
	border: 0px;
	padding: 2px 4px 2px 6px;
	margin:0px 0px 0px 2px;
	cursor: pointer;
}

#site a.btn_blue span,
#site span.btn_blue input,
#formeditor a.btn_blue span {
	background: transparent url('./images/btn_blue_span.jpg') 0 0 no-repeat;
	color: #fff;
}

#site a.btn_blue_arrow_back span {
	background: transparent url('./images/btn_blue_barrow.png') 0 0 no-repeat;
	padding: 3px 16px 2px 36px;
	margin: 0;
}

a[class^="btn_"],
span[class^="btn_"] input,
span[class^="btn_"] {
	text-shadow: -1px -1px #666;
}

span.btn_grey input {
	background: transparent url('./images/btn_grey_span.gif') 0 0 no-repeat;
	color: #000;
	text-shadow: none;
}


/* Maksutavat */

ul.paymentservices li {
	display: block;
	margin: 0!important;
	padding: 0 10px 11px 0;
}

.paymentservices {
	margin: 0!important;
}
#site a.btn_payment {
        background: url('./images/btn_green_aarrow.jpg') 100% 0 no-repeat;
        color: #fff;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: bold;
        height: 28px;
        margin: 0 400px 10px 0;
        padding: 0 27px 0 0;
        text-decoration: none;
}

#site ul.paymentservices a.btn_blue_arrow_back,
#site ul.paymentservices a.btn_red {
	margin: 0 400px 10px 0;
	padding: 0 2px 0 0;
}

#site ul.paymentservices a.btn_greenarrow {
	padding: 0 27px 0 0;
}

#site a.btn_payment span {
        background: transparent url('./images/btn_green_span.jpg') 0 0 no-repeat;
        display: block;
        line-height: 24px;
        padding: 2px 8px 2px 18px;
}

span.btn_payment {
	background: url('./images/btn_green_aarrow.jpg') 100% 0 no-repeat;
	display: inline;
    float: left;
	height: 28px;
	margin: 0 18px 0 0;
	padding: 0 26px 0 0;
}

.paymentservices + .paymentservices {
	margin-top: 4em;
}

.payment_icon {
	margin: 0 10px 20px 0;
	padding: 12px;
	border: 1px solid #aaa;
}

.payment_icon:hover {
	border-color: #000;
	cursor: pointer;
}

/* Lomake-editori */

.editorheader {
	width: 330px;
	height: 18px;
	margin: 10px 0 0 0;
	padding: 0;
	background: transparent url('./images/editor_blackheader.png') top left no-repeat;
}

.editorcontent {
	width: 290px;
	height: 100px;
	margin: 0;
	padding: 10px 20px;
	color: #fff;
	background: #000;
}

.editorfooter {
	width: 330px;
	height: 5px;
	margin: 0 0 10px 0;
	padding: 0;
	background: transparent url('./images/editor_blackfooter.png') top left no-repeat;
}

/* Footer */

#footer {
	width: 100%;
	height: 33px;
	color: #fff;
	padding: 12px 0 0 0;
	background: #000;
}

#footermenu {
	width: 960px;
	margin: 0 auto;
}

#footermenu ul {
	margin: 0;
	padding: 0;
}

#footermenu ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
}


#footermenu ul li a, #footermenu ul li a:visited {
	color: #fff;
	font-size: 12px;
	padding: 0 10px 0 0;
	text-decoration: none;
}

#footermenu ul li a:hover {
	text-decoration: underline;
}

#footerlogo {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background-color: #fff;
}

/*---- Public attendee list ----*/
.publicattendees {
	margin-top: 20px;
}

/*---- Event password protection ----*/
.center {
	text-align: center;
}

#event_password {
	position: absolute;
	top: 50%;
	margin-top: -10em;
}

#password_entry {
	float: none;
	display: inline-block;
}

#event_password input[type="text"] {
	width: 277px;
	height: 23px;
	margin: 4px;
	padding: 8px 6px;
	border-radius: 2px;
}

.fullscreen #footerlogo {
	position: absolute;
	bottom: 0;
}


/*---- Terms of Cancelation ----*/
.cancelation_terms_body {
	font: inherit;
	text-align: justify;
	white-space: pre-line;
}

/*---- Thank you note ----*/
.thankyounote {
	margin-top: 70px;
}

/*---- Conditional fields ----*/
.conditional {
	display: none;
}

.conditional.shown {
	display: block;
}

.organizerlink {
	font-size: 12px;
	font-weight: bold;
}

.extra_label {
	width: 100%;
}

.extra_value {
	float: right;
	display: inline-block;
	vertical-align: bottom;
}

.extra_label {
	width: 100%;
}

li.disabled {
	opacity: .5;
}

li.disabled * {
	text-decoration: line-through;
}

input.extra {
	width: 3em !important;
}

label.extra_label {
	width: 77%;
}

label.donation::before {
	content: attr(data-symbol) " ";
}

img.dynamic-paytrail {
	border: 0;
	padding: 12px 0;
	min-height: 100px;
}


/*---- Coupon code entry on event page ----*/
.early_coupon_entry.init[value=""] {
	border-color: transparent;
	background: transparent;
	cursor: pointer;
}

.early_coupon_entry.init::placeholder {
	color: currentColor;
	opacity: 1;
	text-decoration: underline;
}

.early_coupon_entry.init:-ms-input-placeholder {
	color: currentColor;
	opacity: 1;
	text-decoration: underline;
}


/*---- TinyMCE & event description classes ----*/
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.line-through {
	text-decoration: line-through;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.small {
	font-size: smaller;
}

blockquote {
	font-style: italic;
	color: inherit;
}
