.header nav {
background: #000000;
}
.header nav .menu li a:hover {
background: #000000;
}
.header nav .menu li .dropdown-content a:hover {
color: #ffffff;
background-color: #3a0995;
}
.footer .footer-bottom {
background-color: #000000;
}
.footer .footer-top {
    background-color: #000000;;
}
table thead tr th {
border-color: #000000;
}
table thead tr {
background-color: #000000;
}
a,.main-wrapper .sidebar .widget p a {
color: #000000;
}
.btn {
background: #ed0707;
background: -webkit-gradient(linear, left top, right top, from(#ed0707), to(#ed0908));
background: linear-gradient(to top, #ed0707 0, #ed0908 100%);
border: 1px solid #ed0908;
}
.btn:hover {
background: -webkit-gradient(linear, left top, right top, from(#ed0908), to(#ffa513));
background: linear-gradient(to top, #ed0908 0, #ffa513 100%);
}