﻿body {

}
.page{
    width:100%;
}
header{
    font-size:1.6rem;
}

.txt-block {
    float: none;
    width: 100%;
}

header div {
	font-size: .95rem;
	}

.oval {
    border-radius: 50%;
	width: 35% !important;
	border: 4px solid #72b01d;
	margin-left:auto!important;
	margin-right:auto!important;
	display:block;
	
}

.large_rectangle_rad {
    border-radius: 10px;
	width: 100% !important;
	border: 4px solid #72b01d;
}

.rectangle_rad {
    border-radius: 10px;
	width: 100% !important;
	border: 4px solid #72b01d;
	
}

.pic_right {
	float: none; 
	margin-right: 0px; 
	margin-left: 0px; 
	
}

.pic_left {
	float: none;
	margin-left: 0px;
	margin-right: 0px;