
.w3-btn,
.w3-btn-block {
    border: 1px solid #B7ACCA;
    display: inline-block;
    outline: 0;
    padding: 6px 0 6px 6px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #333866;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-btn-block {
    width: 100%;
}


.w3-accordion-content a{
    text-decoration: none!important;
}


.w3-btn-block,
.w3-accordion-content a
 {
    -webkit-transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s;
    transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s;
}

.w3-accordion-content {
    cursor: auto;
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.w3-accordion-content a {
    padding: display: inline;
}
.w3-accordion-content a:hover {
    background-color: #ccc;
}

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


.w3-show {
    display: block!important;
}


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

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


.w3-hunting-block {
    border: 1px solid #B7ACCA;
    display: inline-block;
    outline: 0;
    padding: 6px 0 6px 6px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background-color: #cc6600;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-hunting-block {
    width: 100%;
}
.w3-hunting-block > a {
    color: #fff;
}
.w3-hunting-block > a:hover {
    color: #fff !important;
}
.w3-hunting-block > a:visited {
    color: #fff !important;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
