.procedureAttachmentPreviewImage {
	float: left;
	margin: 5px;
	border: 1px solid #4E5356;
	background-color: #4E5356;
	padding : 3px;
}

.procedureAttachmentPreviewImage img {
	max-width: 95px;
	max-height: 70px;
	display: block;
	margin: auto;
}

.procedureAttachmentDescription
{
	width: 95px;
	height: 25px;
	display: inherit;
	font-size: x-small;
	overflow: hidden;
	color: white;
	text-align: center;
}

.procedureAttachmentButtons
{
	float: right;
	display: inherit;
	color: white;
}

.added-list-items-container{
	background:white;
	padding:5px 10px 5px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.added-list-items-container span{
	font-size:16px;
	color:#666;
}

.added-list-items-container ul{
	list-style-type: none;
}

.added-list-items-container li {
	background: #ddd;
	margin: 2px;
	padding: 4px 6px 4px 6px;
	border-radius: 4px;
	border: 1px solid #777;
}

.added-list-items-container a{
	padding-top:2px;
}

.timepicker td{
	padding:0px;
}

.timepicker input{
	padding:0px;
	width: 100%;
}

.timepicker tr:nth-child(odd){
    display:none;
}
