.mySlides {
    display:none
}

.content {
    margin-left:auto;
    margin-right:auto;
}

.content {
    max-width:980px;
}

.center {
    text-align:center;
    display: flex;
}

.section {
    margin-top:16px;
    margin-bottom:16px;
    display: flex;
}

.button {
    width:100%;
    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;
}

.button {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.button:disabled {
    cursor:not-allowed;
    opacity:0.3
}

/*.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}*/


.button:hover {
    color:#000;
    background-color:#ccc;
}

.light-grey,.hover-light-grey:hover {
    color:#000;
    background-color:#f1f1f1;
}

.red,.hover-red:hover {
    color:#fff;
    background-color:#f44336;
}
