.none {
	display: none;
}

.borderRed {
	border: 1px red solid;
}
.errorMsg {
	position: absolute;
	z-index: 20;
	top: 25px;
	background: red;
	color: white;
	font-size: 14px!important;
	padding: 0 3px;
	border: 2px solid #F9C5C5;
	font-weight: bold;
	border-radius: 4px;
}

.eventTag {
	margin-left: 5px;
    float: right;
    background-color: #ffdada;
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    color: black;
}