* Johns Hopkins customizations CSS  */

body {
 text-align:center;
 margin-left:auto;
 margin-right:auto;
 color:#333;
 background-image:url(images/body_bg_top.png);
 background-repeat:repeat-x;
 background-position: 0 0;
 background-color:#fff;
}

ul {
  list-style-type: disc;
  margin-left: 2em;
}

#header {
 background-repeat:no-repeat;
 border: 0;
 background-color:#f7f7f7;
 height :160px 
}

#search {
  margin-top: 45px;
  float:right;
}

#site-name {display:none}

#content-wrap {
 text-align:left;
 border-top: 2px solid #ccc; 
}

#nav {
 border-top: none;
}
#u2 {
 color:#CCCCCC
}

#status {
 padding:110px 0px 0px 10px;
 text-align:left;
}
#search {
  top:60px;
}

form.f-wrap-request {
 margin-top: 20px;
}

#saveInfo {
  display:none;
  postion:absolute;
  top:0;
  text-aligh:center;
  float:center;
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #FFFFE0; /* Yellow */
  color: black;
  margin-bottom: 15px;
  text-align:center;

  }

/* The close button */
.closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}