@charset "UTF-8";
.ClipHeader {
    border-bottom: thick solid hsla(218,92%,24%,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(68,165,252,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(68,165,252,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(68,165,252,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(68,165,252,1.00) 100%);
    z-index: 1;
}
.DateTimeInfo {
    clear: left;
    float: left;
    vertical-align: top;
    padding-top: 0px;
    margin-top: -15px;
    z-index: 1;
}
