.red{
  color: #CC0001;
}
.my-create{
	background-color:#849084!important; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .99em;
	padding: 5px;
	cursor: default;
}
.my-create:hover{
	background-color:#868886!important; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .99em;
	padding: 5px;
	cursor: pointer;
}
.more {
    color: #1775A7;
}
.absent_box {
    background-color: #FFD384;
    height: 30px;
    width: 30px;
    border: 1px solid #848484;
}
.all-show{
	height: auto;
	overflow-y: scroll;
	max-height: 500px;
	width: 250px;
}
.like-count{
	background: #1A85BD;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 5px;
}
.popup_pos{
	position: absolute;
	background-color: black;
	color: white;
	bottom: 30px;
	left: 50px;
	padding: 8px;
	min-width: 180px;
	height: auto;
	overflow-y: auto;
	max-height: 220px;
}
