.textbox {
	border:#000000 1px solid;
	padding:1px;
	background:#EEEEEE;
	border-radius:5px;
	white-space:nowrap;
}
.headerbox {
	border:#000000 1px solid;
	padding:1px;
	background:#EEEEEE;
	border-radius:0px;
	display:block;
	width:200px;
	white-space:nowrap;
}
.fullpic_c {
	float:none;
       	margin:1% 1% 1% 1%;
       	width:100%;
        border-radius: 2%;
}
.smallpic_c {
	margin: 0 auto;
	display: block;
	float: none;
	width:45%;
    border-radius: 2%;
}
.smallpic_l {
	float:left;
       	margin:1% 1% 1% 1%;
       	width:45%;
        border-radius: 2%;
}
.smallpic_r {
	float:right;
       	margin:1% 1% 1% 1%;
       	width:45%;
        border-radius: 2%;
}
.tinypic_c {
	margin: 0 auto;
	display: block;
	float: none;
	width:25%;
    border-radius: 2%;
}
.tinypic_l {
	float:left;
       	margin:1% 1% 1% 1%;
       	width:25%;
        border-radius: 2%;
}
.tinypic_r {
	float:right;
       	margin:1% 1% 1% 1%;
       	width:25%;
        border-radius: 2%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2%;
}
code {
  	background-color: #EEEEEE;
  	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
}

.limitheight { max-height: 500px; }

/* Definition for dropdown navbar */
/* Dropdown button */
.dropdown-priv .droplink {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* The dropdown container */
.dropdown-priv {
  /* float: left;
  overflow: hidden; */
  position: relative;
  display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #C6DEFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #AAAAFF;
}

/* Show the dropdown menu on hover */
.dropdown-priv:hover .dropdown-content {
  display: block;
}
