@charset "UTF-8";

.modal-backdrop {
	display: none;
    position: static; 
}

body.modal-open {
margin-left: auto;
margin-right: auto;
overflow: auto;	
padding-right:0 !important;		
}

.modal-dialog {
    position: absolute;
    bottom:0px;
    right:0px;
	width: 350px;
	overflow: hidden;
	height: 'auto';
}

html {
overflow: auto !important;
}

.TissenColor {
	background-color: aliceblue; 	
}

.PhiladelphiaColor {
	background-color: #F8F8F8; 	
}


