@charset "utf-8";
.slideshow {
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #005804;
    background-image: -webkit-linear-gradient(300deg,rgba(1,59,0,1.00) 0%,rgba(69,73,0,1.00) 62.70%);
    background-image: -moz-linear-gradient(300deg,rgba(1,59,0,1.00) 0%,rgba(69,73,0,1.00) 62.70%);
    background-image: -o-linear-gradient(300deg,rgba(1,59,0,1.00) 0%,rgba(69,73,0,1.00) 62.70%);
    background-image: linear-gradient(150deg,rgba(1,59,0,1.00) 0%,rgba(69,73,0,1.00) 62.70%);
    text-shadow: 0px 0px #eceb00;
    border-radius: 138px;
    -webkit-box-shadow: 5px 5px 12px #BEBD00;
    box-shadow: 5px 5px 12px #BEBD00;
    max-width: 478px;
    color: #eceb00;
    margin-bottom: 0px;
}
