/**
 * custom
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */
.icon-list {
    padding-left: 40px;
    list-style: initial;
}

.cv {
	background-color: #091a94;
	color: #fff;
}
.cv:hover, .cv:active {
	border-color: #091a94;
    background-color: #091a94;
	color: #fff;
}

.redborder {
	border: 1px solid red;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: initial;
}

#register_status a {
	color: #000;
}