.class_subject{
	border:1px solid #999;
	padding: 10px;
	margin:2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.class_subject i.fa{
	position: absolute;
	top:5px;
	right:5px;
	cursor: pointer;
}
body{
	 font-family: 'Lato', sans-serif;
}
input.eximput{
border:1px solid #ccc; margin:0; background:transparent; width:100%;height:100%;
}
td .label {
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 95%;
    font-weight: 700;
    line-height: 1;
    padding: 0.39em 0.4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    width: 100%;
}
.well {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.label{
 padding: 0.2em 0.9em 0.3em 0.6em;
}
.label-nowy {
    background-color: #3498db;
}
 
.masages{
	height: 300px;
	overflow-y: scroll;
}
.boxfortable{
	width:100%;
	overflow-x: scroll;
}
.allresult h5{
	background: #ccc;
	border-bottom: 1px solid #aaa;
	padding:5px;
	margin: 5px 0 5px 0;
}