.w3-row-padding,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-twothird,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-col {
    padding: 0 8px;
}

.w3-center {
    text-align: center !important;
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.w3-third {
    width: 33.33333%;
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

.w3-margin-bottom {
    margin-bottom: 16px !important;
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.w3-border {
    border: 1px solid #ccc !important;
}

.w3-hover-shadow:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-black {
    color: #fff !important;
    background-color: #000 !important;
}

.w3-xlarge {
    font-size: 24px !important;
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.w3-wide {
    letter-spacing: 4px;
}

.w3-opacity {
    opacity: 0.60;
}

.w3-light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.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-green {
    color: #fff !important;
    background-color: #4CAF50 !important;
}

.w3-padding-large {
    padding: 12px 24px !important;
}
