/* */
/* MoDiE red-x adapted styles
/* Light adapted styles
/* */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700,900');
@import url('https://use.fontawesome.com/releases/v5.5.0/css/all.css');

* {
	outline:0;
}

section {
	display:table;
	width:100%;
	position:relative;
}

.l_block {
	float:left;
}

.r_block {
	float:right;
}

.centered {
	margin:0 auto;
	text-align:center;
}

.inline {
	display:inline-block;
}

.title_2col {
	display:table;
	width: 100%;
	margin-bottom: 25px;
}

.w_10 {width:9.9%}
.w_15 {width:14.9%}
.w_20 {width:19.9%}
.w_25 {width:24.9%}
.w_30 {width:29.9%}
.w_35 {width:34.9%}
.w_40 {width:39.9%}
.w_45 {width:44.9%}
.w_50 {width:49.5%}
.w_55 {width:54.9%}
.w_60 {width:59.9%}
.w_65 {width:64.9%}
.w_70 {width:69.9%}
.w_75 {width:74.9%}
.w_80 {width:79.9%}
.w_85 {width:84.9%}
.w_90 {width:89.9%}

.t_right {
	text-align:right;
}

.t_left {
	text-align:left;
}

.wrapper {
	display:table;
	position:relative;
}

.table {
	display:table;
	width:100%;
}