/** reset browser styles */
html, body, div, span, 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%;
	vertical-align: baseline;
}

aside li {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.9em
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 0;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* reset browser styles **/

/** Ã‡Ã Ã¤Ã Ã²Ã¼ Ã¸Ã¨Ã°Ã¨Ã­Ã³ Ã¢Ã±Ã¥Ã¬ Ã¥Ã«Ã¥Ã¬Ã¥Ã­Ã²Ã Ã¬ Ã± Ã³Ã·Ã¥Ã²Ã®Ã¬ Ã®Ã²Ã±Ã²Ã³Ã¯Ã®Ã¢ Ã¨ Ã£Ã°Ã Ã­Ã¨Ã¶ */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition:all 500ms ease 0s;
}
/*  **/
/** Ã“Ã±Ã²Ã Ã­Ã®Ã¢ÃªÃ  Ã±Ã²Ã¨Ã«Ã¥Ã© Ã¤Ã«Ã¿ Ã±Ã±Ã»Ã«Ã®Ãª Ã±Ã Ã©Ã²Ã  Ã¯Ã® Ã³Ã¬Ã®Ã«Ã·Ã Ã­Ã¨Ã¾ */
a {
	text-decoration: none;	
}
a:link, a:visited {
	color: #d9d9d9;
}
a:hover {
	/*color: gray;*/
    color: #d68c30;
}
/* ÃŠÃ®Ã­Ã¥Ã¶ Ã³Ã±Ã²Ã Ã­Ã®Ã¢ÃªÃ¨ Ã±Ã²Ã¨Ã«Ã¥Ã© Ã¤Ã«Ã¿ Ã±Ã±Ã»Ã«Ã®Ãª Ã±Ã Ã©Ã²Ã  Ã¯Ã® Ã³Ã¬Ã®Ã«Ã·Ã Ã­Ã¨Ã¾ **/

/** ÃŽÃ¡Ã¹Ã¨Ã¥ Ã±Ã²Ã¨Ã«Ã¨ */
body {
	font-family: "Segoe UI";
	background-color: black;
	color:white;
}
html, body {
	height: 100%;
	width: 100%;
	/*text-align: center;*/
}
.clear {
	clear: both;
	padding: 0.5%;
	width: 100%;
}
.green {
	color: #3d9432;	
}
.red {
	color: #d2232a;	
}
.blue {
	color: #3484c5;	
}
.rose {
	color: #ec008c;	
}
h1 {
	color: #d68c30;
}
p {
	font-size: 1.2em;
	margin-bottom: 1.4%;
	font-weight: 600;
}
sup {
	vertical-align: text-top;
	font-size: small;
}
span {
	color: #d68c30;
}
/* ÃŽÃ¡Ã¹Ã¨Ã¥ Ã±Ã²Ã¨Ã«Ã¨ **/
.home header {
    width: 70%;
    margin: auto;
    text-align: left;
}
.home .logo {
	padding: 2%;
   width: 30%;
   padding-top: 3%;
   float: left;
}
.home .logo img {
   width: 50%;
}

.home ul {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-left: 5%;
	margin-top: 5%;
	text-shadow: 1px 1px 2px black;
}
.home .lang {
	margin-top: 3%;
   vertical-align: middle;
   position: relative;
   height: 100%;
   padding-top: 0.75%;
   background-color: black;
   float: right;
   font-size:1.4em;
   color: #d68c30;
   font-weight: bold;
	width: 20%;
}
.home .lang img {
   vertical-align: bottom;
}
.home .lang ul {
   position: absolute;
   display: none;
   font-size:1em;
   padding-top: 5%;
   margin-top: 0;
   margin-left: 0;
   line-height: normal;
   background-color: black;
}
/*.home .lang:hover ul {
   display: block;
   z-index: 2;
}*/
.home h1 {
	font-size:4em;
	padding: 1.5%;
	font-weight: 900;
	text-align: center;
}
.home .games {
	background: url(../bg/game-girl.jpg) no-repeat top;
	background-size: cover;
	width: 70%;
	margin: auto;
	height: 800px;
}

.home footer {
	background-color: #d68c30;
	height: 12%;
   text-align: center;
}
.home footer div {
	float:left;
	font-family: "Segoe UI Light";
	padding: 1.5% 0;
	width: 33%;
	font-size:1.6em;
	color: black;
}
.mainpage .container {
    width: 100%;
    display: block;
    position: relative;
}
.mainpage .row {
    padding-left: 15px;
    padding-right: 15px;
}
.mainpage .block {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    display: block;
    position: relative;
    margin-bottom: 2%;
}
.mainpage .block img {
    max-width: 100%;
    display: block;
}
.mainpage .block p {
    text-align: center;
}
.mainpage .block a:hover img {
    opacity: 0.5;
    filter:Alpha(opacity=50);
}
.lastimg {
    display: table;
    position: relative;
    width: 100%
}
.disconnect, .blackimg {
   display: table-cell; 
    width: 45%;
    vertical-align: middle;
}
    .blackimg img {
       display: block;
        width: 65%;
    }
@media(min-width:870px) and (max-width:1300px) {
	.home footer div {
	 	font-size: 1.4em;
	}
}
@media(min-width:361px) and (max-width:869px) {
	.home .lang {
		width: 30%;
	}
	.home .lang ul {
		width: 100%;
	}	
	.home h1 {
	   display: block;
	}
	.home footer {
	 	height: 9%;
	}
	.home footer div {
	 	font-size: 1.2em;
	 	padding: 1.5% 0;
	}
	.disconnect, .blackimg {
     display: block; 
      width: 90%;
        margin: auto;
    }
        .blackimg img {
       display: block;
        width: 100%;
    }
}
@media(max-width:360px) {
   .home header {
	   text-align: center;
	}
   .home img {
	 	padding: 2%;
	}
	.home .logo img {
   	width: 100%;
	}
	.home .lang {
		width: 40%;
	}
	.home .lang ul {
		width: 100%;
	}
	.home footer div {
	 	font-size: 1.1em;
	 	padding: 1.5% 0;
	}
	.home h1 {
	   display: block;
	}
	.home .games {
		width: 95%;
		margin: auto;
		height: 500px;
	}
	.home ul {
		width: 60%;
	}
   .disconnect, .blackimg {
      display: block;
     width: 90%;
     margin: auto;
    }
    .blackimg img {
       display: block;
        width: 100%;
    }
}
.game header {
	font-size:1.4em;
	font-weight: bold;
	color: #d68c30;
	width: 100%;
	background-color: black;
	padding: 1%;
	display:inline-block;
	text-align: left;
	height: 88px;
	line-height: 1;
	border-bottom: 2px solid #d68c30;
	padding-left: 4%;
	padding-right: 4%;
}
.game .fixed {
   position: fixed;
   z-index: 1;
}
.game .logo {
	float: left;
	height: 100%;
	text-align: left;
}
.game .logo img {
	width: 60%;	
}

.game .name {
	width: 60%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 1% 2% 0;
	position: relative;
	float: right;
	line-height: normal;
	display: none;
}

.game .topmenu {
	width: 250px;
	position: absolute;
	background-color: black;
   display: none;
   padding: 0 0 5% 5%;
   text-align: left;
   margin-left: 25%;
}
/*.game .name:hover .topmenu {
   display: block;
}*/
.game .topmenu li {
   padding-top: 3px;
   padding-bottom: 3px;
}
.game .container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2%;
}
.game .lang {
   vertical-align: middle;
   position: relative;
   margin: 1.4% auto;
   float: right;
}
.game .lang ul {
   position: absolute;
   display: none;
   width: 120px;
   padding-top: 5%;
   margin-left: 0;
   line-height: normal;
   background-color: black;
}
/*.game .lang:hover ul {
   display: block;
   z-index: 2;
}*/
.game h1 {
    font-size: 1.8em;
	 margin: 1.4% 4%;
    text-align: center;
    font-weight: bolder;
}
.game .h1 {
    font-size: 1.8em;
    text-align: center;
    width: 60%;
    float: left;
    font-weight: bolder;
    padding-top: 5px;
}
.game aside h2 {
	margin-top: 0;
}
.game h2 {
	font-size:1.5em;
	margin: 4% 0 0;
	text-decoration: underline;
	color: #d68c30;
}
.game .h2 {
	font-size:1.7em;
	text-decoration: none;
}
.game h3 {
	font-size:1.25em;
	color: #d68c30;
}
.content {
	width:75%;
    float: right;
}
.view img {
	height:250px;
}
.view, .view a, .view img, .view div {
   transition: none !important;
}

aside {
   float: left;
   font-size:1.4em;  
   font-weight: bold;
   position: fixed;
   width: 22.5%;
}

aside ul {
	margin-top:5%;
	text-align: left;
}
.border {
	border:3px solid #d68c30;
	border-radius:1px;
	display: inline-block;
	padding: 4px 2px;
}
.border2 {
	border:2px solid #d68c30;
	border-radius:5px;
	display: inline-block;
	padding: 1px;
}
.table1 {
	width: 100%;
	padding: 2% 0;
	display: inline-block;
}
.table1 .tab1 {
	width: 59%;
	float: left;
}
.table1 .tab2 {
	width: 40%;
	float: right;
}
.table1 table {
    font-size: 0.7em;
    font-weight: normal;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    font-size: 1.1em;
}
.table1 table .top {
	background-color: #d68c30;
}
.table1 table td {
    border: 3px solid white;
    padding: 5px;
}
.table1 table td:nth-child(3) {
	color: #d68c30;
}
.table2 {
	width: 100%;
	padding: 2% 0;
	display: inline-block;	
}
.table2-sidetext-mob {
	display: none;
}
.table2-sidetext2-mob {
	display: none;
}
.table2 table tr {
border-bottom: 1px solid #333333;
}
.table2 table tr:first-child, .table2 table tr:last-child {
  border-bottom: 1px solid transparent;  
}
.table2 table td {
	padding: 1% 5%;	
}
.table2 img {
	width: 100%;
	height: 100%;
}
.table2 table td:nth-child(1) {
	font-size: 1.2em;
	font-weight: 600;
	vertical-align: middle;
}
.table3 {
	width: 100%;
	padding: 2% 15%;
	display: inline-block;
    padding-left: 0;
}
.table3 table {
   font-size: 1.3em;
   font-weight: 600;
	border-collapse: collapse;
	border-spacing: 0;	
}
.table3 table td {
   border: 3px solid white;
   padding: 5px;
   vertical-align: middle; 
}
.table3 table td:nth-child(1) {
	text-align: left;
	color: #d68c30;
    vertical-align: middle;
}
.table4 {
	padding: 2% 5%;
	text-align: left;
	width: 100%;
}
.table4 table {
   font-size: 1.3em;
   font-weight: 600;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	display: inline-block;
	width: 50%;
}
.table4 table .top {
	background-color: #d68c30;
	text-align: center;
}
.table4 table td {
    border: 3px solid white;
    padding: 5px;
    width: 1%;
}
.table5 {
	padding: 2% 5%;
	text-align: center;
	width: 100%;
}
.table5 table {
	display: inline-block;
	width: 90%;
}
.table5 table td {
    padding: 5px;
    vertical-align: middle;
}

.layout {
	width: 100%;
	margin: 2% 0;
}
.layout .block {
	float: left;
	width: 23%;
	padding-right:2%;
}
.layout .block .wrap:first-child  {
	text-align:right;
}
.layout .block .wrap:last-child  {
	text-align:left;
	padding-left: 2%;
}
.layout .block .wrap {
	float: left;
	width: 50%;
	height: 220px;
	margin: 5% 0;
	font-size: 1.2em;
}
.layout .block img {
	height: 210px;
}

.sidetext table td {
	padding: 1%;
}
.sidetext td:nth-child(1) {
	width:45%;
}
.sidetext p {
	margin-bottom:4%;
}
.sidetext2 table td {
	padding: 1%;
}
.sidetext2 td:nth-child(1) {
	width:65%;
}
.sidetext2 p {
	margin-bottom:4%;
}
.fsize table {
   font-size: 1.3em;	
	font-weight: 600;
}
.under-table {
   font-size: 1em;	
	font-weight: normal;
}
.mobile {
   margin-top: 0%;
   margin: auto;
   padding: 2%;
}
.mobile img {
max-width: 100%;
display: block;
}
.mobile:nth-child(2) > a:nth-child(1) > img:nth-child(1) {
    width: 80%;
}
.disconn img {
	margin: 1%;
	float: right;
}
.game footer {
	font-size:1.2em;
	color: #d68c30;
	font-weight: bold;
	width: 100%;
    text-align: center;
    padding: 2%;
}
.mainpage + footer {
	font-size:1.2em;
	color: #d68c30;
	font-weight: bold;
	width: 100%;
    text-align: center;
    float: none;
    display: block;
    position: relative;
    z-index: -1;
}
.mainpage + footer div {
	float:left;
	font-family: "Segoe UI Light";
	padding: 1.5% 0;
    margin: auto;
	width: 33%;
	font-size:1.2em;
    float: left;
    border-top: 2px solid #d68c30;
}
.blok-inline {
	display: inline-block;
}
.width {
	display: block;
    width: 50%;
    padding: 1%;
    float: left;
}

.width img {
    max-width:100%;
    display: block;
}
@media(min-width:1701px) {
            .width {
    width: 40%;
    }
}
@media(min-width:1300px) and (max-width:1700px) {
	.view img {
		height:210px;
	}
    .game .logo {
    padding-top: 0;
    }
}
@media(min-width:1500px) and (max-width:1699px) {
    .mainpage .block > a > .border2 > div:nth-child(2) {
        height: 48px;
        display: block;
    }
}
@media(min-width:1300px) and (max-width:1499px) {
   .mainpage .block > a > .border2 > div:nth-child(2) {
        height: 48px;
        display: block;
    }
    .game .container {
    padding-left: 4%;
    padding-right: 1%;
    }
}
@media(min-width:1200px) and (max-width:1299px) {
	.view img {
		height:200px;
	}
    .mainpage .block > a > .border2 > div:nth-child(2) {
        height: 48px;
        display: block;
    }
    .game .container {
    padding-left: 4%;
    padding-right: 1%;
    }
}

@media(min-width:1050px) and (max-width:1199px) {
	body {
		font-size: 95%;
	}
   .content {
   	padding-left: 3%;
    padding-right: 3%;
   }
	.view img {
		height:130px;
	}
    .game .logo {
    padding-top: 13px;
    }
    .game .logo img {
        width:50%;
    }
   .game h1, .game .h1 {
   	font-size: 2em;
   }
    .game .lang {
    margin: 2.2% auto;
    }
    .mainpage .block {
        width: 33%;
    }
    .game .container {
    padding-left: 4%;
    padding-right: 1%;
    }
   .layout .block {
		width: 50%;	
	}
}
@media(min-width:900px) and (max-width:1049px) {
	body {
		font-size: 90%;
	}
	.content {
    	padding-left: 3%;
   }
	.view img {
		height:110px;
	}
    .game .logo {
        padding-top: 13px;
    }
   .game .logo img {
        width: 50%;
    }
   .game h1, .game .h1 {
		font-size: 1.8em;
		padding-top: 1.4%;
   }
   .game .lang {
        vertical-align: middle;
        position: relative;
        margin: 2.7% auto;
        float: right;
   }
   .table1 .tab1, .table1 .tab2  {
		width: 100%;
	}
    .table3 {
	padding: 2% 5%;
    padding-left: 5%;
    }
    .mainpage .block {
        width: 33%;
    }
    .mainpage .row {
        padding-left: 0;
        padding-right: 0;
    }
    .mainpage .block > a > .border2 > div:nth-child(2) {
        height: 48px;
        display: block;
    }
    .game .container {
    padding-left: 4%;
    padding-right: 1%;
    }
    .layout .block {
		width: 50%;	
	}
}
@media(min-width:600px) and (max-width:899px) {
	body {
		font-size: 80%;
	}
	.game .h1 {
		display: none; 
	}
	.game h1, .game .h1 {
		font-size: 2em;
	}
       .game .logo {
    width: 20%;
    }
    .game .logo img {
        width: 65%;
    }
	aside {
		display: none;
	}
 	.content {
		width: 100%;
        padding-left: 15px;
        padding-right: 15px;
	}
	.view img {
		height:200px;
	}
	.table1 .tab1, .table1 .tab2  {
		width: 100%;
	}
    .table3 {
	    padding: 2% 5%;
        padding-left: 5%;
    }
    .mainpage .block {
        width: 33%;
    }
        .game .container {
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin: auto;
    }
    .mainpage + footer div {
    font-size: 1em;
    }
}
@media(min-width:768px) and (max-width:899px) {
    .game .name {
		display: block;
		font-size: 1.8em;
		width: 65%;
		padding: 0;
        float: none;
        margin-top: 1.3%;
	}
	.game .name .topmenu {
        font-size: 0.6em;
        width: 300px;
        position: relative;
        text-align: left;
        margin-left: 35%;
	}
        .game .lang {
    margin: 3.5% auto;
    }
    .layout .block {
		width: 25%;	
	}
}
@media(min-width:600px) and (max-width:767px) {
.game .name {
    display: block;
    font-size: 1.5em;
    width: 55%;
    text-align: left;
    padding: 2.5% 2% 0;
    }
	.game .name .topmenu {
        font-size: 0.6em;
        width: 260px;
        position: relative;
        text-align: left;
        margin-left: 0;
	}
    .game .logo {
        padding-top: 23px;
    }
    .game .lang {
        margin: 4.8% auto;
    }
    .table2.sidetext {
       display: none;
    }
    .table2-sidetext-mob {
       display: block;
    } 
    .table2-sidetext-mob > div {
       margin-top: 5%;
       text-align: center;
    }
    
    .table2.sidetext2 {
       display: none;
    }
    .table2-sidetext2-mob {
       display: block;
    } 
    .table2-sidetext2-mob p + div {
       margin-top: 5%;
       text-align: center;
    }      
    .layout .block {
		width: 50%;	
	}
}

@media(min-width:361px) and (max-width:460px) {
    .game .lang {
       margin: 1.9% auto;
       font-size: 1.4em;
    }

.game .name .topmenu {
       font-size: 0.6em;
       margin-left: 0;
       padding-left: 12%;
       width: 100%;
       position: relative;
    }
    .layout .block {
		width: 100%;	
	}
}
@media(min-width:461px) and (max-width:599px) {
.game .lang {
    margin: 6.4% auto;
   }
    .game .name .topmenu {
       font-size: 0.6em;
       margin-left: 0;
       padding-left: 24.5%;
       width: 100%;
       position: relative;
    }
    	.game .name {
        margin-top: -20px;
    }
        .border2 {
    margin-bottom: 2%;
    }
        
    .table2.sidetext {
       display: none;
    }
    .table2-sidetext-mob {
       display: block;
    }
    
    .table2.sidetext2 {
       display: none;
    }
    .table2-sidetext2-mob {
       display: block;
    }    
    .layout .block {
		width: 50%;	
	}
}
@media(min-width:361px) and (max-width:599px) {
	body {
		font-size: 75%;
	}
    p {
    font-size: 1.3em;
    }
	.game header {
		height:auto; 
	}
    .game header .logo {
        width: 20%;
        margin: 1% auto;
    }
	.game header .logo img {
		width: 100%;
	}
	.game .h1 {
       display: none; 
    }
	.game .name {
       display: block;
       width: 100%;
       font-size: 1.8em;
       padding: 0 1% 2%;
    }
	.lang li {
       padding: 2% 0;
    }
    aside {
       display: none;
    }	
 	.content {
	   width: 100%;
       padding-top: 5%;
       padding-left: 15px;
       padding-right: 15px;
	}
	.view img {
		height:180px;
	}
	.table1 .tab1, .table1 .tab2  {
		width: 100%;
	}
   .table3 {
	padding: 2% 5%;
    padding-left: 5%;
    }
    .mainpage .block {
        width: 50%;
    }
    .game .container {
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin: auto;
    }
    .mainpage .block > a > .border2 > div:nth-child(2) {
        height: 40px;
        display: block;
    }
    .mainpage + footer div {
    float: none;
    width: 100%;
    border-top: 2px solid transparent;
    }
    .width {
    width: 80%;
    margin: auto;
    float: none;
    }
    .mobile {
    width: 80%;
    }
    .view, .view a, .view img, .view div {
    text-align: center;
     }
    .border2 {
    margin-bottom: 2%;
    }
    .table2.sidetext {
       display: none;
    }
    .table2-sidetext-mob {
       display: block;
    }
    .table2-sidetext-mob > div {
       margin-top: 5%;
       text-align: center;
    }
    .table2-sidetext-mob img {
       width: 100%;
    }
    
    .table2.sidetext2 {
       display: none;
    }
    .table2-sidetext2-mob {
       display: block;
    }
    .table2-sidetext2-mob p + div {
       margin-top: 5%;
       text-align: center;
    }  
    .layout .block {
		width: 50%;	
	}
	.disconn img {
   	display: block;
		float: none;
	}
    .table4 {
	text-align: center;
    }
}
@media(max-width:360px) {
	body {
		font-size: 70%;
	}
	.game header {
		height:auto;
        margin: 0 auto;
	}
    .game .logo {
    padding-top: 9px;
     width: 25%;
    }
	.game header .logo img {
		width: 100%;
	}
	.game .h1 {
		display: none; 
	}
	.game .name {
       display: block;
       width: 100%;
       font-size: 1.5em;
    }
    
    .game .name .topmenu {
       font-size: 0.65em;
       margin-left: 0;
       padding-left: 9.5%;
       width: 100%;
       position: relative;
    }
	.content {
	   width: 100%;
        padding-top: 5%;
        padding-left: 15px;
        padding-right: 15px;
	}
	.view img {
		height:150px;
	}	
    aside {
       display: none;
    }
	.table1 .tab1, .table1 .tab2  {
		width: 100%;
	}
        .table3 {
	padding: 2% 5%;
    padding-left: 5%;
    }
            .mainpage .block {
        width: 100%;
        margin-bottom: 10%;
    }
            .game .container {
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin: auto;
    }
    .mainpage + footer div {
    float: none;
    width: 100%;
    border-top: 2px solid transparent;
    }
        .width {
    width: 100%;
    float: none;
    }
      .game .lang {
       margin: 4% auto;
       font-size: 1.4em;
    }
    .view, .view a, .view img, .view div {
    text-align: center;
     }
    .border2 {
    margin-bottom: 2%;
    }
    .lang li {
    padding: 2% 0;
    }
    .table2.sidetext {
       display: none;
    }
    .table2-sidetext-mob {
       display: block; 
    }
    .table2-sidetext-mob > div {
       margin-top: 5%;
       text-align: center;
    }
    .table2-sidetext-mob img {
       width: 100%;
    } 
    
    .table2.sidetext2 {
       display: none;
    }
    .table2-sidetext2-mob {
       display: block; 
    }
    .table2-sidetext2-mob p + div {
       margin-top: 5%;
       text-align: center;
    }
    .table2-sidetext2-mob img {
       width: 100%;
    }    
    .layout .block {
		width: 100%;	
	}
        .table4 {
	text-align: center;
    }
} 