.hab-vert {
	background: #00CC66 none repeat scroll 0 0 !important;
	border: 1px solid #66FF00 !important;
	padding:3px;
	color:white !important;
	display:block;
}
.hab-vert.ui-state-hover {
	color:#00CC66 !important;
	background-color: #66FF00 !important;
	background: none;
	border: 1px solid #00CC66 !important;
}
.hab-orange  {
	background: #fc7f22 none repeat scroll 0 0 !important;
    border: 1px solid #fcb57f !important;
    color: #ffffff !important;
    font-weight: normal;
	display:block;
}

.hab-orange.ui-state-hover  {
	background: #ffffff none repeat scroll 0 0 !important;
    border: 1px solid #fc7f22 !important;
    color: #fc7f22 !important;
    font-weight: normal;
	display:block;
}
.is-primary {
    color: white;
    border-radius: 3px;
    background-color: #fc7f22;
    border: 1px solid #fc7f22;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 900;
    padding: 0.2em;
    line-height: 200%;
    white-space: nowrap;
}
.is-light {
    border: 1px solid #DEDEDE;
    color: black;
    border-radius: 3px;
    background-color: #DEDEDE;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em 0.8em 0.2em 0.8em;
    line-height: 200%;
    white-space: nowrap;
}
