.title{
        text-align: center;
}

.main_width{
        margin:0 50px;
}

.font{
	font-size: 4;
	color: #666666;
}

.minFont{
	font-size: 10px;
}

.bigFont{
	font-size: 20px;
	font-weight: bold;
}

h2{
	color: #fb6d00 !important;
	margin: 10px 0 !important;
}

h3{
	color: #fb6d00 !important;
	margin-bottom: 10px !important;
}

h4{
       margin-bottom: 15px !important;
}

.color_orange{
	color: #fb6d00;
}

.color_red{
	color: red;
}

.color_blue{
	color: blue;
}

.color_green{
	color: #00B050;
}

.annotation{
	color: #ff0000;
	font-size: 15px;
}

.beforeBreak{
        margin-top: 10px;
}

.break{
	margin-bottom: 15px;
}

.minBreak{
	margin-bottom: 10px;
}
.bigBreak{
	margin-bottom: 30px;
}

.create_place{
        margin: 12px 0 0 25px;
}

.place_center{
	text-align: center;
}

.place_middle{
       vertical-align: middle !important;
}

.table_item{
	vertical-align: middle !important;
        text-align: center;
        width: 400px;
}

.table_minItem{
        width: 200px;
}

.list_place{
	margin: 10px 0;
}

.topBottom_place{
	margin: 10px 0;
}

.redBorder{
	border: red solid 1px;
}

.flex{
	display: flex;
}

.flex_place{
	flex: 1;
}

.flex_bigPlace{
       flex: 2;
}

.point{
	border: 2px solid black;
	width: 75%;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
        margin: 0 auto;
}

.point_first{
	margin: 10px 0 0 15px
}

.point_second{
	margin: 5px 0 10px 15px
}
.warning{
	margin: 10px 0;
	color: red;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/*li:before {
	content: &quot;&quot;;
	background: #fdaa4a;
	width: 10px;
	height: 10px;
}*/
