/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2017 | 22:21:44 */
.site-tools{
    background: rgba(0,0,0,0.45)!important;
    color: white!important;
}
.site-tools .nav-menu-header li a{
    color: white!important;
}
.site-tools .nav-menu-header li a:hover {
    color: black!important;
    background-color: white!important;
    padding: 5px;
}

.header-bg{
    background-size: contain;
}
.site-header{
    margin-bottom: 0px;
    margin-top: 144px;
}
.header-bg img {
    visibility: visible;
    width: 100%;
}
@media screen and (max-width: 800px) {
	.header-bg img{
		width: auto;
		flex: none;
	}
	.header-bg{
		background-size: initial;
		justify-content: center;
		display: flex;
	}
}

.site-tools p.site-description a{
    color: white!important;
}
.site-tools p.site-description a:hover {
    color: black!important;
    background-color: white!important;
    padding: 5px;
}

article table{
	width: 100%;
    white-space: nowrap;
}
article table td:last-child {
    width: 100%;
}
article table td {
    padding: 5px;
}
article table tr:hover{
    color: #fff;
	background: #30ed43;
}