html{
  width: 100%;
}

body{
  width: 300px;
  margin: auto;
  background-color: #f0f8ff;
}

h2, h4{
	font-family: sans-serif;
    text-align: center;
}

div.dropdown, div.tt{
	display: inline;
}

/**div.renglon div.dropdown{
	padding-top: 10px;	
}**/

div.renglon{
    min-height: 54px;
    float: left;
    width: 300px;
}

p.dropdown_desc{
    margin: 0px;
    float: left;
}

div.renglon div.dropdown{
	display: inline-block;
	/*float: left;*/
	height: 34px;    
}
div.renglon .tiny-toggle,
div.renglon div.component_desc{
	display: inline-block;
	height: 50px;
}

div.renglon .tiny-toggle{
  float: right;
}

div.renglon div.component_desc{
  float: left;
}

div.tt_container{
  width: 50px;
  height: 60px;
  display: inline-block;
  /*float: right;*/
}

div.comments{
  height: 100px;
}

div.photo{
  min-height: 50px;
  overflow-x: hidden;
  overflow-y: auto;
}

#component_text{
	width:50px;
}

#component_desc, div.dropdown{
	width:240px;
}

#component_desc p,
p.dropdown_desc{
    padding-left: 10px;
	padding-right: 10px;
	font-family: sans-serif;
}

tr.reviewed{
    color: green;
    font-style: italic;
}

a.nav, input.nav {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /**display: block;**/
  font-size: 16px;
  margin: 4px 2px;
  /**margin: auto;**/
  cursor: pointer;
  max-width: 400px;
}

a.go{
    padding: 8px 16px;
    margin: 0;
}

a.login, input.logout{
  display: block;
  margin: 4px 4px 0px 0px;
  width: 100%;
}
input.user{
  display: block;
  margin: 4px auto;
  width: 100%;
  background-color: #E0E0E0;
  color: #000000;
  /**padding: 15px 30px;**/
}
a.serials{
  padding: 15px 51px;
  display: inline;
}
input.nav{
    padding: 15px 30px;
    margin: 4px 4px 0px 0px;
}

/* Tooltip container
/*.whith_hover_text {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
/*}*/

/* Tooltip text */
.whith_hover_text .hover_text {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.whith_hover_text:hover .hover_text {
  visibility: visible;
}

div.set_model{
  padding-bottom: 10px;
  height: 105px;
  border-radius: 10px;
}

div.set_model p{
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

div.set_model select{
  display: block;
  margin-bottom: 10px;
}

div.set_model_container{
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
}