

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Regular.woff2') format('woff2'),
	url('fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-BoldItalic.woff2') format('woff2'),
	url('fonts/Poppins-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Black.woff2') format('woff2'),
	url('fonts/Poppins-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
	url('fonts/Poppins-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ThinItalic.woff2') format('woff2'),
	url('fonts/Poppins-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Medium.woff2') format('woff2'),
	url('fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Thin.woff2') format('woff2'),
	url('fonts/Poppins-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
	url('fonts/Poppins-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Linearicons';
	src: url('fonts/Linearicons.woff2') format('woff2'),
	url('fonts/Linearicons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-LightItalic.woff2') format('woff2'),
	url('fonts/Poppins-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Light.woff2') format('woff2'),
	url('fonts/Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
	url('fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Bold.woff2') format('woff2'),
	url('fonts/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Italic.woff2') format('woff2'),
	url('fonts/Poppins-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraLight.woff2') format('woff2'),
	url('fonts/Poppins-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
	url('fonts/Poppins-ExtraBoldItalic.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-MediumItalic.woff2') format('woff2'),
	url('fonts/Poppins-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
	url('fonts/Poppins-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-BlackItalic.woff2') format('woff2'),
	url('fonts/Poppins-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}


.help-heading {
	font-family: "Poppins";
	font-weight: 500;
	font-size: 36px;
	color: #525252;
	padding-top: 30px;
	/*position: absolute;*/
	margin-left: 58px;
}

div.pp-equipment-panel i.fa {
	color: #ef3c5a;
	font-size: 50px;
	margin-left: 58px;
	float: left;
}

div.pp-equipment-panel {
	padding-bottom: 100px;
}

.link-ticketing-guide {
	margin-left: 120px;
	font-size: 22px;
	max-width: 70%;
	margin-top: 16px;
}

.wrapper-content {
  width: 100%;
	max-width: 965px;
	min-height: 1000px;
  margin: 0 auto;
  padding: 0 20px 0 0;
}

.top-text-block {
	background: #f0f2f4;
	padding: 10px;
}

.top-text-block p {
	font-family: Poppins;
	font-size: 18px;
	text-align: center;
	margin: 20px;
	color: #522274;
}

.order-btn {
	width: 300px;
	height: 30px;
	display: block;
	background: #ef3c5a;
	text-align: center;
	padding: 13px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 auto;
	text-decoration: none;
	margin-top: 30px;
}

.order-btn:hover, .order-btn:focus, .order-btn:active {
	color: #ffffff;
}

.arr-right-img {
	float: right;
	width: 20px;
	margin-top: 6px;
}

.main-heading {
	font-weight: bold;
	font-size: 36px;
	color: #525252;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}

.img-wr-center {
  width: 100%;
	text-align: center;
  margin-bottom: 50px;
}
.img-wr-center img {
  display: block;
  width: 100%;
}

.custom-text-block p {
	/*font-family: Poppins;*/
	font-size: 15px;
	color: #81868c;
	margin-bottom: 25px;
	font-weight: 500;
}

.list-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1022px) {
  .list-wrapper {
    justify-content: center;
  }
}

.list-wrapper .video-block {
  margin: 0 0 30px 0;
}

.list-wrapper h2 {
	/*font-family: Poppins;*/
	font-size: 22px;
	font-weight: 500;
	color: #525252;
}


.list-wrapper ul li {
	font-size: 14px;
	color: #525252;
	margin-top: 20px;
	/*font-weight: 500;*/
	/*font-family: Poppins, sans-serif;*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
}

.list-wrapper ul li u {
	font-weight: 500;
}

.list-heading-img {
	margin-right: 10px;
}

.div-50-width {
	float: left;
	box-sizing: border-box;
	width: 50%;
}






/* Help and support */

.help-heading{
	font-family: "Poppins";
	font-weight: 500;
	font-size: 36px;
	color: #525252;
	padding-top: 30px;
	/*position: absolute;*/
	margin-left: 58px;
}
div.pp-equipment-panel i.fa{
	color:#ef3c5a;
	font-size: 50px;
	margin-left: 58px;
	float:left;
}
div.pp-equipment-panel{
	padding-bottom: 100px;
}
.link-ticketing-guide{
	margin-left: 120px;
	font-size: 22px;
	max-width: 70%;
	margin-top: 16px;
}
.other-content-wrapper{
	margin-top: 20px;
}

.top-text-block {
	background: #f0f2f4;
	padding: 10px;
}

.top-text-block p {
	font-family: Poppins;
	font-size: 18px;
	text-align: center;
	margin: 20px;
	color: #522274;
}

/* Help and support */


/* Payment */



@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Regular.woff2') format('woff2'),
	url('fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-BoldItalic.woff2') format('woff2'),
	url('fonts/Poppins-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Black.woff2') format('woff2'),
	url('fonts/Poppins-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
	url('fonts/Poppins-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ThinItalic.woff2') format('woff2'),
	url('fonts/Poppins-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Medium.woff2') format('woff2'),
	url('fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Thin.woff2') format('woff2'),
	url('fonts/Poppins-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
	url('fonts/Poppins-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Linearicons';
	src: url('fonts/Linearicons.woff2') format('woff2'),
	url('fonts/Linearicons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-LightItalic.woff2') format('woff2'),
	url('fonts/Poppins-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Light.woff2') format('woff2'),
	url('fonts/Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
	url('fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Bold.woff2') format('woff2'),
	url('fonts/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Italic.woff2') format('woff2'),
	url('fonts/Poppins-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraLight.woff2') format('woff2'),
	url('fonts/Poppins-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
	url('fonts/Poppins-ExtraBoldItalic.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-MediumItalic.woff2') format('woff2'),
	url('fonts/Poppins-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
	url('fonts/Poppins-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-BlackItalic.woff2') format('woff2'),
	url('fonts/Poppins-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}


.help-heading {
	font-family: "Poppins";
	font-weight: 500;
	font-size: 36px;
	color: #525252;
	padding-top: 30px;
	/*position: absolute;*/
	margin-left: 58px;
}

div.pp-equipment-panel i.fa {
	color: #ef3c5a;
	font-size: 50px;
	margin-left: 58px;
	float: left;
}

div.pp-equipment-panel {
	padding: bottom: 100px;
}

.link-ticketing-guide {
	margin-left: 120px;
	font-size: 22px;
	max-width: 70%;
	margin-top: 16px;
}

.top-text-block {
	background: #f0f2f4;
	padding: 10px;
}

.top-text-block p {
	font-family: Poppins;
	font-size: 18px;
	text-align: center;
	margin: 20px;
	color: #522274;
}

.order-btn {
	width: 300px;
	height: 30px;
	display: block;
	background: #ef3c5a;
	text-align: center;
	padding: 13px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 auto;
	text-decoration: none;
	margin-top: 30px;
}

.order-btn:hover {
	color: #ffffff;
}

.arr-right-img {
	float: right;
	width: 20px;
	margin-top: 6px;
}

.main-heading {
	font-weight: bold;
	font-size: 36px;
	color: #525252;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}

.img-wr-center {
	text-align: center;
	margin-bottom: 50px;
}

.custom-text-block p {
	/*font-family: Poppins;*/
	font-size: 15px;
	color: #81868c;
	margin-bottom: 25px;
	font-weight: 500;
}

.list-wrapper h2 {
	/*font-family: Poppins;*/
	font-size: 22px;
	font-weight: 500;
	color: #525252;
}

.list-wrapper ul li {
	font-size: 14px;
	color: #525252;
	margin-top: 20px;
	/*font-weight: 500;*/
	/*font-family: Poppins, sans-serif;*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
}

.list-wrapper ul li u {
	font-weight: 500;
}

.list-heading-img {
	margin-right: 10px;
}

.div-50-width {
	float: left;
	box-sizing: border-box;
	width: 50%;
}

/* Payment */






/* Stats */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.last-log-status span{
	display: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.tab-sort-wr {
	display: block;
	/*max-height: 800px;*/
	/*overflow-y: scroll;*/
}

body { line-height: 1; }
ol, ul { list-style: none;  }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/* remember to define focus styles. Hee Haw */
:focus { outline: 0; }
*, *:before, *:after {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
table#sort{
	font-family: 'Poppins', sans-serif;
}
body {
	margin:0;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#303030;
	background-color:#fafafa;
	-webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5 {
	font-weight:bold;
	display:block;
	margin:0 0 10px;
}
h1 {
	font-size:32px;
	margin:0 0 20px;
	display:block;
	font-weight:normal;
	text-shadow:0 1px 0 #fff;
}
h1 span.description {
	color:#6d6d6d;
}

.log_green{
	color:#7cb342;
}
.log_red{
	color:#de5c5c;
}
.log_blue{
	color:#2a8fe9;
}
.log_orange{
	color: #ff8409;
}


h2 { font-size:18px; line-height:24px; margin:20px 0 10px;}
h3 { font-size:15px; }
ul { margin:0 0 20px; }
li {
	margin-left:30px;
	margin-bottom:3px;
}
ul li { list-style:disc; }
ol li { list-style:decimal; }

strong {
	font-weight:bold;
}
/*.notice {*/
/*	background:#ffa;*/
/*	border:1px solid #cc7;*/
/*	display:block;*/
/*	padding:10px;*/
/*	margin-bottom:10px;*/
/*}*/
.stretch {
	display:block;
	width:100%;
}
.pad1y {
	padding:10px 0;
}
.center {
	text-align:center;
}
.content {
	margin-top:40px;
	padding:0 0 60px;
}
.page a {
	color:#404040;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.page a:hover {
	border-color:#d0d0d0;
}
table {
	background:#fff;
	max-width:100%;
	border-spacing:0;
	width:100%;
	margin:10px 0;
	border:1px solid #ddd;
	border-collapse:separate;
	*border-collapse:collapsed;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.10);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.10);
	box-shadow:0 0 4px rgba(0,0,0,0.10);
}
table th,
table td {
	padding:8px;
	line-height:18px;
	text-align:left;
	border-top:1px solid #ddd;
}
table th {
	background:#ffffff;
	background:-webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ffffff));
	background:-moz-linear-gradient(top, #ffffff , #ffffff);
	text-shadow:0 1px 0 #fff;
	font-weight:bold;
	vertical-align:bottom;
}
table td {
	vertical-align:top;
}
table thead:first-child tr th,
table thead:first-child tr td {
	border-top:0;
}
table tbody + tbody {
	border-top:2px solid #ddd;
}
table th + th,
table td + td,
table th + td,
table td + th {
	border-left:1px solid #ddd;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
	border-top:0;
}

/*tablesort specific styling*/
th.sort-header::-moz-selection { background:transparent; }
th.sort-header::selection      { background:transparent; }
th.sort-header { cursor:pointer; }
table th.sort-header:after {
	content:'';
	float:right;
	margin-top:7px;
	border-width:0 4px 4px;
	border-style:solid;
	border-color:#404040 transparent;
	visibility:hidden;
}
table th.sort-header:hover:after {
	visibility:visible;
}
table th.sort-header{
	font-weight: 300;
	font-size: 16px !important;
}
table th.sort-up:after,
table th.sort-down:after,
table th.sort-down:hover:after {
	visibility:visible;
	opacity:0.4;
}
table th.sort-up:after {
	border-bottom:none;
	border-width:4px 4px 0;
}

.page .inner {
	width:960px;
	margin:0 auto;
	padding:0 20px;
}
.content .inner {
	width:520px;
}
.heading {
	margin-top:90px;
}

.links {
	width:480px;
	margin:50px auto 0;
}
.links a {
	width:50%;
	float:left;
}
a.button {
	background:#1F90FF;
	border:1px solid #1f4fff;
	height:40px;
	line-height:38px;
	color:#fff;
	display:inline-block;
	text-align:center;
	padding:0 10px;
	-webkit-border-radius:1px;
	border-radius:1px;
	-webkit-transition:box-shadow 150ms linear;
	-moz-transition:box-shadow 150ms linear;
	-o-transition:box-shadow 150ms linear;
	transition:box-shadow 150ms linear;
}
a.button:hover {
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.25);
	box-shadow:0 1px 5px rgba(0,0,0,0.25);
	border:1px solid #1f4fff;
}
a.button:focus,
a.button:active {
	background:#0081ff;
	-webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.25);
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.25);
}

.options {
	margin:10px 0 30px 15px;
}
.options h3 {
	display:block;
	padding-top:10px;
	margin-top:20px;
}
.options h3:first-child {
	border:none;
	margin-top:0;
}

pre,
code {
	font-family:Consolas, Menlo, 'Liberation Mono', Courier, monospace;
	word-wrap:break-word;
	color:#333;
}
pre {
	font-size:13px;
	line-height:1.25em;
	background:#fff;
	padding:10px 15px;
	margin:10px 0;
	overflow: auto;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.30);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.30);
}
code {
	font-size:12px;
	border:0;
	padding:0;
	background:#e6e6e6;
	background:rgba(0,0,0,0.08);
	box-shadow:0 0 0 2px rgba(0,0,0,0.08);
}
pre code {
	font-size:13px;
	line-height:1.25em;
	background:transparent;
	box-shadow:none;
	border:none;
	padding:0;
	margin:0;
}

@media screen {
	.com { color: #999988; }  /* a comment */
	.lit, .typ { color: #445588; } /* literal, type */
	.tag { color: navy; } /* tag */
	.atv, str { color: #dd1144; } /* attribute, string */
	.dec, .clo, .opn, .pun, .kwd { color: #333333; } /* a declaration, close bracket, open bracket, punctuation, keyword */
	.var, .atn { color: teal; } /* variable, markup attribute */
	.fun { color: #990000; } /* functione */
}
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
	.str { color: #060; }
	.kwd { color: #006; font-weight: bold; }
	.com { color: #600; font-style: italic; }
	.typ { color: #404; font-weight: bold; }
	.lit { color: #044; }
	.pun, .opn, .clo  { color: #440; }
	.tag { color: #006; font-weight: bold; }
	.atn { color: #404; }
	.atv { color: #060; }
}
/* Style */
pre.prettyprint {
	background: white;
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
	line-height: 1.5;
	padding: 12px 10px;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix { height: 1%; } /* IE6 */
*:first-child + html .clearfix { min-height: 1%; } /* IE7 */

.img-stat-preloader{
	display: none;
	width: 70px;
    margin: -75px 0 -13px 250px;
}
.img-stat-preloader img {
    display: block;
    width: 100%;
}
.upd-row{
	font-size: 16px;
	color: #807e7e;
	float: right;
	margin-top: 45px;
}

.fetch-big-btn{
	color:#FFFFFF !important;
	text-decoration: none !important;
	margin-bottom:1em !important;
	padding:10px;
	text-shadow:none !important;
	box-shadow: none !important;
	font-size: 16px !important;
	width:200px !important;
	height: 50px !important;
	background-color:#7e569c !important;
	border: none !important;
	border-radius: 5px !important;;
}

/* Stats */



/* Settings */
.setting-fieldset table{
	border: none;
	box-shadow: none;
}
#add_custom_widget_width{
	margin-right: 11px !important;
	border-radius: 5px !important;
	background-color: #f8f8f8 !important;
	border: 1px solid #ebebeb !important;
	color: #5a677a !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: .7px !important;
	padding: 13px;
	text-align: left;
}
/* Settings */