.blocks-wrapper .ap-300x600 .ad_label {height: 20px;
padding-top: 0;}

/* for chrome disappearing text bug */
body {
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 3s;
}

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}

/* ----- end chrome bug ---- */
#entry-panel .sponsored-post .byline-container {width:100%;}



/*----zinger modal -----*/
.c-modal-header h1 {font-size: 22px;}
.c-zinger .c-google,
.c-zinger .c-twitter, 
.c-zinger .c-facebook {
    background: #D95C2B;
    border: 1px solid #CE5526;
    color: #FFF;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 5px;
}

.c-zinger .c-google button,
.c-zinger .c-twitter button, 
.c-zinger .c-facebook button {
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    color: white;
} 