/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/
img.alignnone.wp-image-391.size-full {
    box-shadow: 6px 6px 5px #a5a5a5;
}
table {
    border-collapse: collapse;
    color: #000;
}
.logo h2 {
    margin: .25em 0;
}

/** POPUP **/

.w3-modal {
    z-index: 30000;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    max-width: 600px;
}
.w3-container, .w3-panel {
    padding: 1em;
}

.w3-container {
	border: 10px solid #FF7D03 ;
	text-align: center;
}
 
span.w3-button.w3-display-topright {
    float: right;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
}