
.simple-banner {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 5000
}

.simple-banner .simple-banner-text {
    font-weight: normal;
    font-size: 11px;
    line-height: 19px;
	letter-spacing: 1px;
    padding: 13px 70px
}

.simple-banner .simple-banner-button {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: transparent;
    padding: 6px;
    margin: 0 12px;
    transform: translate(0%,-50%) scale(1,.8);
    cursor: pointer;
    transition: all 0.3s ease-out
}

.simple-banner .simple-banner-button:hover {
    background-color: transparent
}
