@CHARSET "UTF-8";

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin: 0;
	margin-right: -50%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    border: none;
}

img.clear {
	top: 0;
	left: 0;
	
	margin: 0;
	margin-right: 0;
	
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.clear {
	clear: both;
	height: 0;
}

.bold {
	font-weight: bold;
}

.font_normal {
	font-weight: normal;
}

.align_center {
	text-align: center;
}

.underlined {
	text-decoration: underline;
}

.display_none {
	display: none;
}

.visible_hidden {
	visibility: hidden;
}

.cursor_pointer {
	cursor: pointer;
}

.cursor_initial {
	cursor: initial;
}

.flex_break {
	flex-basis: 100%;
	height: 0;
}

.flex_grow_1 {
	flex-grow: 1;
}

.no_border {
	border: none;
}

.width_0 {
	width: 0;
}

.width_14 {
	width: 14%;
}

.width_100 {
	width: 100%;
}

.width_40_px {
	width: 40px;
}

.width_100_px {
	width: 100px;
}

.width_150_px {
	width: 150px;
}

.width_160_px {
	width: 160px;
}

.width_250_px {
	width: 250px;
}

.width_1f2 {
	width: calc(100% / 2);
}

.width_1f3 {
	width: calc(100% / 3);
}

.width_1f4 {
	width: calc(100% / 4);
}

.width_1f5 {
	width: calc(100% / 5);
}

.width_1f6 {
	width: calc(100% / 6);
}

.width_1f7 {
	width: calc(100% / 7);
}

.width_1f8 {
	width: calc(100% / 8);
}

.width_1f9 {
	width: calc(100% / 9);
}

.width_1f10 {
	width: calc(100% / 10);
}

.width_1f11 {
	width: calc(100% / 11);
}

.width_1f12 {
	width: calc(100% / 12);
}

.width_1f13 {
	width: calc(100% / 13);
}

.width_1f14 {
	width: calc(100% / 14);
}

.width_1f15 {
	width: calc(100% / 15);
}

.width_1f16 {
	width: calc(100% / 16);
}

.width_1f17 {
	width: calc(100% / 17);
}

.width_1f18 {
	width: calc(100% / 18);
}

.width_1f19 {
	width: calc(100% / 19);
}

.width_1f20 {
	width: calc(100% / 20);
}

.border_right_solid_2px {
	border-right: solid 2px;
}

.border_left_solid_2px {
	border-left: solid 2px;
}
