site-screens{
    display: inline-block;
}
site-screens .img-with-text {
    text-align: justify;
    width: 250px;
}
site-screens .img-with-text img {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
}
site-screens .img-with-text img:hover {
    display: block;
    margin: 0 auto;
    background-color: rgba(151, 244, 255, 0.5);
    cursor: pointer;
}
site-screens .img-with-text .salle-screen {
    height: 151px;
}
site-screens .img-with-text .salle-screen p {
    position: relative;
    bottom: 110px;
    font-size: 20px;
    text-align: center;
    z-index: 0;
    width: 113%;
}
site-screens .img-with-text .quai-screen {
    height: 100px;
}
site-screens .img-with-text .quai-screen p {
    position: relative;
    bottom: 85px;
    font-size: 20px;
    text-align: center;
    z-index: 0;
    width: 113%;
}
.info{
    display: inline-block;
    padding: 5px;
    position: relative;
    bottom: 10px;
    width:250px;
    z-index: 10;
}
.del-message-header{
    margin-bottom: 40px;
    text-align: center;
}
.displayed-states {
	width: 90% !important;
	height: 100%;
}
.circle {
	border-radius: 50%;
	width: 15px;
	height: 15px;
    bottom: 0px !important;
    margin-top: 7px;
}
.offline {
	background-color: red;
}
.online {
	background-color: green;
}

.inline-circle {
	display: inline-block;
	margin-right: 5px;
}

.circle-bottom {
	margin-bottom: 0px !important;
}
