/*  */

html {
	overflow-y: scroll;
	scrollbar-width: thin;
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: smaller;
	font-display: swap;

    font-weight: 300;
    font-style: normal;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	padding-top: 56px;
	color: #000000;
	background: #efefef url(../images/bg.png);
}

body a{
	cursor: pointer;
	color: #2E86C1;
	text-decoration: none;
}



.close_button{
	outline: none !important;
	cursor: pointer;
	background-color: transparent !important;
	text-decoration: none !important;
	vertical-align: middle;
    position: relative !important;
    float: right !important;
}
.close_button a{
	text-decoration: none !important;
}
.close_button a::before {
    content: "\e834";
    font-family: "fontello";
}



.back_button{
	outline: none !important;
	cursor: pointer;
	background-color: transparent !important;
	text-decoration: none !important;
	vertical-align: middle;
    position: relative !important;
    float: left !important;
}
.back_button a{
	text-decoration: none !important;
}
.back_button a::before {
    content: "\e812 \e812";
    font-family: "fontello";
    padding: 0 5px 0 0;
}