.center {
    margin: 0 auto;
    width: 800px;
    text-align: center;
}

#search-box {
    padding-top: 10%;
    margin: 0 auto;
    width: 800px;
    text-align: center;
}

#search-bar {
    width: 80%;
    margin-right: 10px;
    height: 35px;
}

#info-box {
    margin: 0 auto;
    width: 800px;
    font-size: x-small;
}
/*
.button-primary {
    background-color: darkred !important;
    border-color: darkred !important;
}

.button-primary:hover {
    background-color: #CD5C5C !important;
    border-color: darkred !important;
} */

body {
    background-image: url('/nteu/css/bg5.jpg');
    background-repeat: repeat;
    /*background-color: #E9793A; */
    background-size: cover;
}

.container {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    padding-left: 25px;
    
    padding-right: 25px;
    padding-top: 20px;
}

#contact_notes_txt {
	width: 80%;
	height: 150px;
}

#user_links {
	text-align: right;
}

.contact_notes { 
	white-space: pre-wrap;
	width: 80%;
}

.align_right {
	text-align: right;
}

select:disabled {
	background-color: #C0C0C0;
	text-decoration: line-through;
}

tr,td,th,table,hr {
	border-color: #909090;
}
