#main {
  position: absolute;
  top: 0;
  padding: 30px;
  padding-top: 90px;
  border: 0px solid #fc0;
  height: auto;
  width: 100%;
  min-height: 100%;
  text-align: center;
  overflow: hidden;
}

#contentwrap {
  position: relative;
  height: 50%;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  border: 0px solid green;
  text-align: left;
  display: inline-block;
}

.chatblock {
  padding: 20px 10px;
  border-top: 1px solid #CCC;
}

.chatuser {
  position: relative;
  display: block;
  font-weight: bold;
}

/* IN NAV */
#logowrap {
  border: 0px solid #CCC;
  justify-self: start;
}

#logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: auto;
  display: inline-block;
}

#logoname {
  position: relative;
  display: block;
}

#menu {
  position: relative;
  display: inline-block;
  border: 0px solid #CCC;
  justify-self: end;
  padding-right: 20px;
}

#menu a {
  margin-right: 10px;
}

/* TABLE */

.tablelist {
  width: 100%;
}

.tablelist td {
  position: relative;
  border: 0px solid #ccc;
  padding: 10px 0 5px 0;
  padding-right: 20px;
  text-align: left;
  white-space: nowrap;
  line-height: 0;
}

.tablelist td:first-child {
  width: 220px;
}

.tdtitle {
  white-space: nowrap;
  font-weight: bold !important;
}

.tdtitle a {
  position: relative !important;
  border: 0px solid #000;
  font-weight: bold !important;
  width: auto !important;
  right: auto !important;
  display: inline-block !important;
  vertical-align: bottom !important;
}

.tdspacer {
  width: 100% !important;
}

.tdactions {
  padding: 0 !important;
  text-align: right !important;
}

.tdactions a {
  position: relative;
  height: 30px;
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  border: 0px solid #000;
  text-align: right;
  font-weight: normal;
}

.tablelist a {
  font-weight: normal;
}

.tablelist td img {
  max-width: 100px !important;
  height: auto;
}

.tableslim td {
  border: 0px solid #ccc;
  line-height: normal;
}

.tablefree {
  width: auto;
}

.tablefree th {
  padding-bottom: 0;
}

.tablefree td {
  border: none;
  white-space:inherit;
}

.tablefree td:first-child {
  white-space: nowrap;
}

.tablefree a {
  font-weight: normal;
  border-bottom: 1px solid #333;
}

#loadmore {
  position: relative;
  padding-top: 20px;
  cursor: pointer;
}

.block {
  position: relative;
  max-width: 200px;
  width: auto;
  float: left;
}

.block img {
  height: 100%;
  width: 100%;
  width: auto;
}

.blockactions {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 2px;
  display: none;
}

.blockactions a {
  border: none;
  background-color: #FFF;
  padding: 0 10px 0 10px;
  border-radius: 2px;
  line-height: 0;
  color: #333
}

.clear {
  position: relative;
  float: none !important;
  clear: both;
}

#textprev {
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 30px;
}

#textprev div {
  margin-bottom: 20px;
}

.ticketblock {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.ticketby {
  position: relative;
  display: block;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 600;
}


@media (max-width: 1000px) {
 
}