
.tab-loader
{
    text-align: center;
    margin: 15px;
}

    .tab-loader img
    {
        display: inline;
    }


.comment .col-2 img
{
    max-width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.col-10
{
    width: 86%;
}

.col-2
{
    width: 14%;
    text-align: center;
    vertical-align: bottom;
}

.col-12
{
    width: 100%;
}

.comment
{
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0px 1px 3px #ccc;
    border-left: 3px solid #008296;
    font-size: 12px;
}


.comment-footer .col-10 .date-created
{
    display: block;
    padding: 5px 0 6px 0;
}

.btn-icon
{
    color: black;
    font-size: 23px;
    display: inline-block;
    padding: 8px 10px;
}


.tumblr_post
{
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0px 1px 3px #ccc;
    overflow: hidden;
    border-left: 3px solid #16a852;
    font-size: 12px;
}

    .tumblr_post .body
    {
        overflow: hidden;
        padding: 10px;
    }

    .tumblr_post .footer
    {
        padding: 10px 10px;
        background-color: #f7f7f7;
    }

    .tumblr_post img, .tumblr_post iframe, .tumblr_post video, .tumblr_post div
    {
        width: 100% !important;
    }

    .tumblr_post p
    {
        margin: 10px 0px !important;
    }

.comment .author
{
    color: #008296;
    font-weight: bold;
    padding: 10px;
}

.comment .comment-footer
{
    padding: 6px 10px;
    background-color: #f7f7f7;
}

.comment .date-created.comment-footer
{
    padding: 10px 10px;
}

.comment .message
{
    padding: 8px 10px 20px 10px;
}

.btn-round-turquoise
{
    border-radius: 50%;
    background-color: #008296;
    color: white;
    border: none;
    padding: 13px;
}

    .btn-round-turquoise i
    {
        font-size: 18px;
    }

.image .event
{
    width: 100%;
    max-width: 100%;
}


.image-container
{
    width: 100%;
}

.FrameYouTubePlayer
{
    width: 100%;
}

.eventHappeningNextSubEvt
{
    font-size: 13pt;
}

#dvDetailsMainEvent {
  margin: 20px 0;
}

.imgLoaderPlaceholderEvent
{
margin: 20px 0;
}

#dvMainEventInfoModule
{
    background-color: #f1f1f1;
    padding: 15px;
}

.evntBannerTextTitle
{
    color: white;
    font-size: 22px;
}

.eventHappeningNextTitle, .eventHappeningNextSub
{
    color: white;
    font-size: 16px;
    line-height: 1;
}

.eventHappeningNextSub
{
    font-size: 14px;
}

.MainContentTileWide2
{
    background-color: black;
    color: white;
    padding: 15px;
}

#imgBckEventMain
{
    width: 100%;
}

#imgDisconnected
{
    margin: 40px 0;
    width:20%; padding:10px; color:#999;
}

#dvTryAgainEvent
{
    padding:10px; 
}

#dvVideoEventStream {
  background: rgba(0, 0, 0, 0) url("http://media.senwes.co.za/Global/images/NasieInGesprek/294.gif") no-repeat scroll center center;
  background-color: #f1f1f1;
}

#tdLIVEBCK
{
 color:#ffffff;display:none;
}

#dvSlideAnnouncement
{
    background-color:#ff6a00; padding:17px; color:#ffffff;font-size:large; text-align:center;display:none
}


time.icon {
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    margin: 0em auto;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

    time.icon * {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }

    time.icon strong {
        position: absolute;
        top: 0;
        padding: 0.4em 0;
        color: #fff;
        background-color: #008296;
        border-bottom: 1px dashed #008296;
        box-shadow: 0 2px 0 #008296;
    }

    time.icon em {
        position: absolute;
        bottom: 0.3em;
        color: #008296;
    }

    time.icon span {
        width: 100%;
        font-size: 2.3em;
        letter-spacing: -0.05em;
        padding-top: 1.3em;
        color: #2f2f2f;
    }

    time.icon:hover, time.icon:focus {
        -webkit-animation: swing 0.6s ease-out;
        animation: swing 0.6s ease-out;
    }
