body {
	background: #fff;
}
.sec-converter {
    background-color: #fff;
    background-image: none;
}
.sec-converter hr {
    border-top: 1px solid #eee;
    border-bottom: none;
}
.sec-text, .sec-list {
    background: #fff;
	border-top: 1px solid #e4e4e4;
}
.footer {
	border-top: 1px solid #e4e4e4;
}
.footer hr {
    border-top: 1px solid #eee;
    border-bottom: none;
}
.footer, .footer a:active, .footer a:link, .footer a:visited {
    color: #555;
}
.footer a:hover {
    color: #23527c;
}
.footer h4 {
    color: #555;
    font-weight: bold;
}
.btn, .pager a, .pagination a {
    box-shadow: none;
    background-image: none;
}
#videoGroup {
    border: 8px solid #90f090;
    border-radius: 8px;
    background: #90f090;
}
#videoGroup .btn-primary {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.loader:before,.dloader:before {
  background-color: #5cb85c;
}