body {
  background:#052339;
  color:#fff;
  font-weight:300;
  font-size:15px;
}

.tip-box {
  margin:0 auto;
  width:500px;
  background:rgba(266,266,266,0.025);
  padding:20px 40px;
  padding-left:75px;
  position:relative;
}
.tip-box h4 {
  padding:0;
  margin:0;
  font-size:22px;
  margin-bottom:5px;
}
.tip-box i.fa {
  position:absolute;
  top:22px;
  left:40px;
  font-size:22px;
  color:rgba(266,266,266,0.5);
}
.tip-box p {
  margin:0;
}

.notification {
  margin:0px 5%;
  display:block;
  padding:20px 40px;
  padding-left:75px;
  position:relative;
  height:106px;
  width:90%;
}
.notification h4 {
  padding:0;
  margin:0;
  font-size:22px;
  margin-bottom:5px;
}

.notification p {
  margin:0;
}
.cycle-prev {
  position: absolute;
  left: 1.5%;
  font-size: 27px;
  top: 35px;
  opacity:0.5;
}
.cycle-next {
  position: absolute;
  right: 1.5%;
  font-size: 27px;
  top: 35px;
  opacity:0.5;
}
.cycle-prev:hover, .cycle-next:hover {
  opacity:1;
  cursor:pointer;
}

