.bb-info, .bb-alert {
    position:fixed;
    top:30%;
	/* bottom:25%; */
    right:0;
    margin-bottom:0;
    font-size:1.2em;
    padding:1em 1.3em;
    z-index:2000;
}

.bb-alert {
  	color: red;
}