html { background-color: gray; }

body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	max-width:1500px;
	margin: 0 auto;
    background-color: #e6f2ff;
	-webkit-box-shadow: 0 0 15px 7px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 15px 7px rgba(0, 0, 0, .5);
	box-shadow: 0 0 15px 7px rgba(0, 0, 0, .5);	
	padding:30px;
	margin-top:20px;
	margin-bottom:60px;
}

#thesisTable, #userThesisTable, #firstPageThesisTable{
		width:100%; 
		border-collapse:collapse;
		font-size:67%;
		overflow:auto;
	}
#thesisTable td, #userThesisTable td,  #firstPageThesisTable td{ 
		padding:2px; border:#4e95f4 1px solid;
		text-align:center;
	}
#thesisTable th, #userThesisTable th,  #firstPageThesisTable th{ 
		padding:4px; 
	}
#thesisTable tr, #userThesisTable tr, #firstPageThesisTable tr{
		background: #b8d1f3;
	}
#thesisTable tr:nth-child(odd), #userThesisTable tr:nth-child(odd), #firstPageThesisTable tr:nth-child(odd){ 
		background: #b8d1f3;
	}
#thesisTable tr:nth-child(even), #userThesisTable tr:nth-child(even), #firstPageThesisTable tr:nth-child(even){
		background: #dae5f4;
	}
	
#thesis_list_title{
	font-size:90%;
}

li {
    margin-bottom:7px;
}

ol {
    list-style-position: inside;
    padding-left:0;
}

.ui-dialog, .ui-dialog-titlebar, .ui-dialog-buttonpane, .ui-widget, .ui-dialog-title{ 
	font-size: 0.9em !important; 
}

#page_blocker {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 101;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

h2{
	font-size:18px;
}

#go_to_top_button{
	position:fixed;
	right:10px;
	bottom:15px;
	cursor:pointer;
	width:50px;
	height:50px;
}

