

/* BIZEEM STYLES
-------------------------------------------------- */

h1 {
    color:#003399;
}
h2 {
    color:#003399;
}
.dropdown-toggle {
    text-decoration:none;
}
.dropdown {
    text-decoration:none;
}

.membtn {
    padding: 8px 28px 11px 28px;
    background-color:#003399;
    color:white;
    border-radius:5px;
}

.membtn2 {
    padding: 8px 28px 11px 28px;
    background-color:#ff0000;
    color:white;
    border-radius:5px;
}

.badge {
    color:#ff4a00;
}

/* START OF BIZEEM STYLES for HOVERING AD */

.hoveringad {
  position: fixed;
  bottom: 20px;
  right: 5px;
  background: #8cb300;
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  width: 400px;
}
.hoveringad:target {
    visibility: hidden;
    opacity: 0;
    display:none;
    }
.hoveringad_UP {
    background: #fff;
    border-radius: 2px;
    position: relative;
    padding: 1em;
    margin: 1em;
}

.hoveringad_UP h2 {
    margin-top: 0;
    color: #8cb300;
    }
.hoveringad_UP .Exit {
    position: absolute;
    top: -82px;
    right: -15px;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: silver;
}
.hoveringad_UP .Exit:hover {
    color: orange;
    }
.hoveringad_UP .Main_Content {
    max-height: 100%;
    overflow: auto;
    }
.hoveringad_UP .Main_Content p {
    margin-bottom:1em !important;
}    
          
/* END OF BIZEEM STYLES for HOVERING AD */     


