.control-group, .form-group
{
	clear:both;    margin-bottom: 15px;
}
.page-index .feature
{
	float:right;
}
.page-index .downloads
{
	margin:10px;
}
.page-index .downloads li
{
	margin-left:20px;
}
.col-lg-2
{
	width:14.6%;
	margin:10px 1%;
	float:left;
}
.col-lg-3
{
	width:22.9%;
	margin:10px 1%;
	float:left;
}
.col-lg-9
{
	width:72.7%;
	margin:10px 1%;
	float:left;
}
.col-lg-10
{
	width:81%;
	margin:10px 1%;
	float:left;
}
.clearfix
{
	clear:both;
}
.control-label
{
	color: #000;

    text-align: right;
    vertical-align: top;
}
.h3, h3 {
    font-size: 14px;    margin-bottom: 15px;    margin-top: 15px;
}
h2 {

    font-size: 18px; 
    margin-bottom: 15px;    margin-top: 15px;
}
hr
{
	margin-top: 1rem;
margin-bottom: 1rem;
}
.form-control {
    display: block;
    width:96%;

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
hr
{
	clear:both;
}
label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.btn-primary
{
	display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}