#filters {margin-left: 5px; margin-bottom:20px;}

#box {
	border: 1px solid #999;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	height: 420px;
	width: 750px;
	overflow: auto;
	margin: 5px;
}
.note {
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background-color: #C8E7FC;
	border: 1px solid #B6D1E5;
	margin: 5px;
	cursor: pointer;
	font-size:12px;
}
.notehover{
	background-color: #FFDF96;
	border-color: #F93;
}

.col1, .col2 {line-height:18px; font-size:13px;}
.col1 {width: 120px;float: left;margin: 4px;}
.col2 {float: left; width: 553px; margin: 4px;}
.col3 {
	float: right;
	width: 25px;
	margin-right:5px;
	color: red;
	font-weight: bold;
	text-align: center;	
}
.col3 img{position: relative;}
.date{font-weight: bold;}
.title{font-weight: bold;font-size: 1.1em;}
.alone{margin-top: .45em;}
.loading{font-weight: bold;margin: 5px;}
#loading {
    display: none;
   
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100%;
    background-color: rgba(192, 192, 192, 0.5);
	position:absolute;
	background-image:url(loading.gif);
  
    background-repeat: no-repeat;
    background-position: center;
}
.container{ position:relative; }

.selected{ color:#d1371c !important;}
.buttonPro.large.rounded {
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    padding: 6px 15px;
    text-align: center;
    width: 125px;
}
