.alternatebg{
	background: #f1f1f1 !important; 
	color: #454545 !important;
}

.sectionpadding{
	padding: 87px 0px 87px;
}

.zeromargin-bottom{
	margin-bottom: 0px;
}

.zeromargin-left{
	margin-left: 0px;
}

.font-large{
	font-size: large;
}

.theme-text-color{
	color: #454545 !important;
}

.text-align-justify{
	text-align: justify;
}

.noborder{
	border: none; 
}

.nostyle-list{
	list-style: none;
}

.successmsg{
    padding: 5px;
    background:green;
    color: white;
    float: left;
    margin-bottom: 5px;
}

.errmsg{
    padding: 5px;
    background:red;
    color: white;
    float: left;
    margin-bottom: 5px;
}

.viyable-logo{
    color: #ff6c00 !important; 
    font-family: monospace; 
    font-size: 2.5em; 
    font-weight: bold; 
    padding: 16px;
}