/* This file is a stripped down and modified version of
    https://www.w3schools.com/w3css/5/w3.css */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
a{color:#000!important;background-color:transparent}a:active,a:hover{outline-width:0}

html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}
hr{border:0;border-top:1px solid #eee;margin:10px 0}

.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.w3-bar{display:inline-block;width:auto}

.w3-content{margin-left:auto;margin-right:auto;max-width:980px}

.w3-center{text-align:center!important}
.w3-margin-top{margin-top:16px!important}
.my-padding-large{padding:8px 22px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}
/* Colors */
.my-light-green{color:#000!important;background-color:#60bc30!important}
.w3-white{color:#000!important;background-color:#fff!important}
.my-grey{color:#000!important;background-color:#eeeeec!important}
.w3-hover-text-green:hover{color:#4CAF50!important}
