@import url(./common.css);
@import url(./responsive.css);
@import url(./consensi.css);
@import url(./search.css);

*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #876999;
  color: white;
}

a:link {
  color: #00ffff;
}

a:visited {
  color: #00ffff;
}

a:hover {
  color: hotpink;
}

a:active {
  color: blue;
}

p {
  margin: 0px auto;
  max-width: 600px;
}

.p1 {
  line-height: 150%;
}

p.small {
  font-size: 0.875em;
}

.button {
  padding: 5px;
  background-color: #dcdcdc;
  border: 1px solid #666;
  color: #000;
  text-decoration: none;
  background: #dcdcdc url(../images/iconup.png) no-repeat scroll 5px center;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.tiny {
  font-family: arial;
  font-size: 0.65em;
}

.small {
  font-family: arial;
  font-size: 0.75em;
}

.smallv {
  font-family: arial;
  font-size: 0.75em;
  text-align: center;
  color: #66ffb2;
}

div.tiny {
  font-family: arial;
  font-size: 0.65em;
}

div.small {
  font-family: arial;
  font-size: 0.75em;
}

div.smallv {
  font-family: arial;
  font-size: 0.75em;
  text-align: center;
  color: #66ffb2;
}

.blue {
  font-family: arial;
  font-size: 0.75em;
  text-align: center;
  color: blue;
}

div.little {
  font-family: arial;
  font-size: 0.875em;
}

ul {
  list-style: none;
  max-height: 350px;
  margin: 0;
  overflow: auto;
  padding: 0;
  text-indent: 10px;
  color: #0099ff;
}

li {
  line-height: 25px;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

table.top {
  vertical-align: top;
}

.red {
  color: red;
}

div.scrollit {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
  width: 380px;
}

div.scrollitbv {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 400px;
  width: 380px;
}

div.scrollitgen {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 400px;
  width: 1000px;
}

div.scrollitvids {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 250px;
  width: 390px;
}

div.scrollitchat {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 250px;
  width: 250px;
}

div.scrollitchat2 {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 450px;
  width: 250px;
}

div.userscrollit {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 400px;
  width: 280px;
}

div.userscrollitbv {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 250px;
  width: 280px;
}

#flip {
  padding: 2px;
  text-align: center;
  background-color: #000000;
  border: solid 1px #c3c3c3;
  color: white;
}

#panel {
  padding: 50px;
  text-align: center;
  background-color: #888888;
  border: solid 1px #c3c3c3;
  display: none;
}

.centered-table {
  margin-left: auto;
  margin-right: auto;
}

.table1 {
  border-collapse: separate;
}

.td1 {
  border: solid black 1px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px;
  background: blue;
}

.debug {
  border: 1px solid orange;
}

.container-wrap {
  min-height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: black;
}

.container-wrap:after {
  content: '';
  display: block;
}

.main-container {
  display: block;
  max-width: 500px;
  margin: auto;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 15%);
  margin-top: 85px;
  /* border-radius: 5px; */
  padding: 35px;
  border: 2px solid grey;
}

.container {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
