/* Site Specific */
.tip { position: relative; }
.tip.mod-alert:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
	background-color: #d5ac00;
}
.tip.mod-alert.mod-all-clear:before {
	background-color: #47af15;
}