body
  {
  background-color: #404040;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  min-width: 480px;
  padding-left: 5px;
  padding-right: 5px;
  }

p
  {
  font-size: 1.2em;
  }

input
  {
  width: 200px;
  }

textarea
  {
  width: 400px;
  height: 400px;
  }

.title
  {
  color: #FF5706;
  font-size: 2em;
  font-weight: bolder;
  text-shadow: 5px 5px 20px #ffffff;
  }

.email
  {
  display: none;
  }

@media (min-width: 840px)
  {
  .title
    {
    margin-bottom: -20px;
    }
  }

.title span
  {
  font-size: 1.4em;
  }

.menu
  {
  text-align: right;
  }

.menu a
  {
  background-color: #000000;
  color: #FFB164;
  text-decoration: none;
  font-weight: bolder;
  border: 2px solid #FFB164;
  padding: 5px 5px 5px 5px;
  border-radius: 10px;
  }

.menu a:hover
  {
  background-color: #606060;
  color: #FF5706;
  border-color: #FF5706;
  box-shadow: 0px 0px 3px 3px #FFB164; 
  }

.news
  {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 20px;
  color: #FFB164;
  overflow: hidden;
  }

.news_anim
  {
  width:300%;

  -webkit-animation-duration: 50s;
  -webkit-animation-name: slidein;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-duration: 50s;
  -moz-animation-name: slidein;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  -ms-animation-duration: 50s;
  -ms-animation-name: slidein;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;

  -o-animation-duration: 50s;
  -o-animation-name: slidein;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;

  animation-duration: 50s;
  animation-name: slidein;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  }

@-webkit-keyframes slidein
  {
  0% { margin-left: 100%; }
  100% { margin-left: -80%; }
  }

@-moz-keyframes slidein
  {
  0% { margin-left: 100%; }
  100% { margin-left: -80%; }
  }

@-ms-keyframes slidein
  {
  0% { margin-left: 100%; }
  100% { margin-left: -80%; }
  }

@-o-keyframes slidein
  {
  0% { margin-left: 100%; }
  100% { margin-left: -80%; }
  }

@keyframes slidein
  {
  0% { margin-left: 100%; }
  100% { margin-left: -80%; }
  }

.footer
  {
  margin-top: 20px;
  text-align: center;
  color: #FF5706;
  }

.footer a
  {
  color: #FFB164;
  }

.footer a:hover
  {
  color: #FF5706;
  }

.body
  {
  margin-top: 30px;
  border: 1px solid #FFB164;
  background-color: #FFFBE8;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 10px #a0a0a0;
  text-align: justify;
  }

.body img
  {
  border: 1px solid #FFB164;
  border-radius: 5px;
  box-shadow: 10px 10px 5px #A57E9A;
  margin-right: 10px;
  margin-bottom: 10px;
  }

.body a
  {
  color: #FF5706;
  text-decoration: none;
  }

.body a:hover
  {
  color: #FFB164;
  }

.lfloat
  {
  float: left;
  margin-right: 10px;
  }

.rfloat
  {
  float: right;
  margin-left: 10px;
  }

.proditem
  {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #FFB164;
  border-radius: 5px;
  }

.prodtitle
  {
  font-size: 1.2em;
  font-weight: bolder;
  }

.prodprev
  {
  font-size: 0.8em;
  }
  
.tbordered
  {
  border-collapse:collapse;
  box-shadow: 10px 10px 5px #d0d0d0;
  }

.tbordered td
  {
  border: 1px solid #FFB164;
  padding: 5px 5px 5px 5px;
  }

.error
  {
  color: #ff0000;
  }

.post
  {
  width: 120px;
  }

.applist h3
  {
  margin-top: 10px;
  margin-bottom: 5px;
  }

.applist p
  {
  margin-top: 5px;
  margin-bottom: 5px;
  }

.applist img
  {
  box-shadow: none;
  border: none;
  margin-bottom: 0px;
  margin-right: 0px;
  }

.applist div
  {
  background-color: white;
  border: 1px solid #FFB164;
  border-radius: 5px;
  }

.code
  {
  background-color: white;
  border: 1px solid #FFB164;
  border-radius: 5px;
  }

.tab
  {
  display: none;
  }

.tab.active
  {
  display: block;
  }

.tabmenu
  {
  background-color: #808080;
  color: #FF5706;
  border: 2px solid #FF5706;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  }

.tabmenu:hover
  {
  background-color: #a0a0a0;
  }

.tabmenu.active
  {
  background-color: #c0c0c0;
  }

img.lcdimg
  {
  border-color: black;
  padding: 3px;
  }

.social img, .social span
  {
  vertical-align: middle;
  }

.social img
  {
  border: medium none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  margin-right: 0px;  
  }
  
iframe:not([src])
  {
  display: none;
  }

.ytVideoMsg
  {
  position: relative;
  text-align: center;
  }

.ytVideoMsg div
  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fffd;
  border: 2px solid #FF5706;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  }
  
button
  {
  margin: 5px;
  border: 2px solid #FF5706;
  background: #88f;
  border-radius: 5px;
  font-size: 1.4em;
  }
