#notify
{
color:#fff;
text-align:center;
font-size: 100%;
}
#notifybox
{
    display: none;
    color: #FFF;
    padding: 5px;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0%;
    right: 0;
	border-top: 2px solid;
	border-top-color: #00b098;
    background-color: #282b31;
    transition: 0.5s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#notifybox a {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #818181;
    transition: 0.3s
}

#notifybox  a:link { color: #00b098; }

#notifybox a:hover, .offcanvas a:focus{
    color: #fff;
}

#notifybox .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .notifybox {padding-top: 15px;}
  .notifybox a {font-size: 60%; 	border-top: 1px solid;}
}