.container{
    margin-bottom: 50px;
}
#main-pic{
    text-align: center;
    width: 30%;
    float: left;
    margin-right: 75px;
}
.page-header{
    margin-bottom: 50px !important;
}
#main-pic img{
    max-width: 100%;
    margin: auto;
    border-radius: 5px;
}
#main-pic table{
    font-size: 12px;
    width: 100%;
    margin-top: 20px;
}
#main-pic table tr{
    text-align: left;
}
#main-pic table td{
    text-align: right;
}
.posted-date{
    font-size: 13px;
    color: #777777;
    margin-top: 10px;
    margin-bottom: 0;
}
.media a{
    font-size: 15px;
    color: #256f11;
}
#videoModal .modal-body{
    padding: 0;
}
.modal-title{
    color: #257010;
    font-weight: bold;
}
.youtube-playlist{
    overflow-x: hidden;
    white-space: nowrap;
    text-align: center;
    padding: 10px;
    background: #000;
    margin-top: -7px;
}
.youtube-list-container{
    position: relative;
}
.youtube-playlist .img{
    height: 150px;
    width: 240px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.youtube-thumbnail{
    display: inline-block;
    padding: 10px;
    border-bottom: 5px solid #000000;
    opacity: 0.6;
}
.youtube-thumbnail.active{
    border-bottom: 5px solid #257010;
    opacity: 1;
}
.youtube-scroll-btn{
    position: absolute;
    top: 75px;
}
#youRight{
    right: 0;
}
.green-btn{
    width: 40px;
    height: 40px;
    background: #256f11;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #FFF;
    border: none
}
.green-btn:focus{
    outline: none;
}
.modal-close{
    position: absolute;
    top: -15px;
    right: -19px;
}
.activity-button{
    background: #000000a6;
    padding: 5px 0;
}
#map{
    width: 100%;
    height: 400px;
}
.activity-button button {
    margin-right: 15px;
    margin-bottom: 5px;
}