.cons-room {
	display: flex;
	align-items: center;
}
.cons-room .room-title {
	padding: .8rem 0;
	color: #204CA0;
	font-weight: bold;
	margin-right: 10px;
}
.dot-slash {
	border-top: 2px dotted #ccc;
    flex-grow: 1;
}
.cons-entry-block {
	background-color: #fff;
    border-radius: .8rem;
    box-shadow: 0 .1rem .2rem rgba(0,0,0,.1)!important;
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #000;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.cons-entry {
	height: 100%;
	padding: .8rem;
}
.cons-entry-header {
	font-size: 1rem;
	font-weight: 550;
}
.cons-entry-text {
	font-size: 1rem;
	color: #000;
}
.cons-right {
	height: 100%;
	display:flex;
	background-color: #f5f5f5;
	align-items: center;
	justify-content: center;
	width: 30px;
}