/* CSS Document 
.modal {
	width: 100%;
	max-width:900px;
	margin-left:-450px !important;
}
.modal-dialog {
	width:100%;
 }
.thumbnail {margin-bottom:6px;}*/

.modal.fade.in {
    top: 5% !important;
}

.modal-header h3 {
    display: none;
}

