h3.bookingH3, h3.eventBox{
    width: 100%;
    margin-bottom: 30px;
    float: left;
    color: #727272;
    font-weight: 500;
    line-height: 1.5em;
}
.bookingFrameBox{
    width: 100%;
    min-height: 50px;
    float: left;
    padding-bottom: 20px;
/*    border-bottom: 1px solid #fff;*/
    border-bottom: 1px solid #ccc;
}
.bookingFrameBox:last-child{
    border-bottom: none;
}
p.bookingDateTimeBox{
    font-weight: 400;
    font-size: 12px;
}
p.bookingTitleBox{
    font-weight: 100;
}
.bookingFrameBox > a{
    min-width: 80px;
    color: #fff;
    float: left;
    border: none !important;
    background-color: rgba(0, 128, 255, .9);
}
.bookingFrameBox > a:hover{
    background-color: rgba(0, 128, 255, 1);
}
.eventShareBox{
    width: 150px; 
    height: 30px;
    margin-top: 15px;
    padding: 6px;
    text-indent: 25px;
    float: left;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
    box-sizing: border-box;
}
.eventShareBox:hover{
    opacity: 1;
    text-decoration: underline;
}
.eventSharePanel{
    width: 150px; 
    min-height: 90px;
    bottom: 55px;
    padding: 5px;
    float: right; 
    background-color: transparent; 
    z-index: 9998;
    cursor: initial;
    position: absolute;
    display: none;
}
.eventSharePanelInnerBox{
    width: 100%;
    min-height: inherit;
    float: left;
    background-color: #fff;
    position: absolute;
    border-color: rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    
}
.eventSharePanel > .eventSharePanelInnerBox > ul{
    width: 100%; 
    height: 100%; 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    overflow: hidden; 
    float: right; 
    display: block;     
    margin-top: 20px;
    
}
.eventSharePanel > .eventSharePanelInnerBox > ul > li{
    width: 100%; 
    float: left;  
}
.eventSharePanel > .eventSharePanelInnerBox > ul > li:hover{

}
.eventSharePanel > .eventSharePanelInnerBox > ul > li > a{
    height: 20px;
    display: block;
    color: #727272 !important;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    text-indent: 40px;
    text-decoration: none; 
}
.eventSharePanel > .eventSharePanelInnerBox > ul > li > a:hover{
    background-color: #f7f7f7;    
}
.sharePanelIcons{
    background-image: url(../images/icons/socialMedia-icons.png);
    background-repeat: no-repeat;
    background-size: 40px; 
    cursor: pointer;
}

.facebookIconSharePanel{
    background-position: 5px 0px;
}