.page-heding{
	margin-bottom: 20px;
    color: #bdd530;
    padding-bottom: 10px;
    border-bottom: 1px solid #bdd530;
}
.page-heding h2{
	margin-bottom: 0px;
    color: #64baba;
    text-shadow: 1px 1px 2px #88ad2c !important;
    font-weight: 500;
}
.custom-btn-link a{
	width: 250px;
	font-size: 15px !important;
	padding: 12px !important;
	background-image:none !important;
	border: 1px solid #9ebb22;
	text-transform: uppercase;
	webkit-transition: all 2s ease;
    -webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
    transition: all 2s ease;
}
.custom-btn-link a:hover{
	background: transparent !important;
    color: #9ebb22 !important;
	border: 1px solid #9ebb22 !important;
    letter-spacing: 1px;
}
.custom-btn-link-lg a{
	font-size: 18px !important;
	background-image:none !important;
}
.assess-form-container{
    display: block;
    width: 80%;
    margin: 30px auto;
}
.assess-form-group{
    display:inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px;
}
.assess-form-lbl{
    display:inline-block;
    width: 49%;
    vertical-align: middle;
    padding-right: 10px;
    margin-bottom: 5px;
}
.assess-form-field{
    display:inline-block;
    width: 49%;
    vertical-align: middle;
}
.assess-form-field input[type=text],
.assess-form-field textarea,
.assess-form-field select{
    width: 100%;
    /*background: none repeat scroll 0 0 #CECECE;*/
}
.assess-form-field select,
.assess-form-field input[type=text]{
    height: 45px;
    line-height: 45px;
}
.assess-form-field .radio-group{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.assess-form-field .radio-group span{
    margin-left: 3px;
}
.assess-form-btn{
    width: 100px;
    font-size: 16px;
    letter-spacing: 0.05em;
    background: none repeat scroll 0 0 #BDD530 !important;
    border: 1px solid #9ebb22;
    color: #fff;
    text-transform: uppercase;
	webkit-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.assess-form-btn:hover{
	background: transparent !important;
    color: #BDD530;
}

.all_assessment input, .all_assessment select, .all_assessment textarea {
	background: #cecece none repeat scroll 0 0 !important;
	max-width: 100%;
	width: 100%;
}
.radi input {
	width: auto !important;
}
.all_assessment td, .all_assessment table {
	border: medium none !important;
}
.all_assessment .button1 {
	background: #bdd530 none repeat scroll 0 0 !important;
	border-bottom: 2px solid #889e08 !important;
	width: auto !important;
}

.table-borderless td, .table-borderless th {
    border: none;
}