*{
  font-family: calibri;
  font-size: 16px;
  margin: 0px;
}

h2{
  font-size: 22px;
  font-weight: normal;
}

h3{
  font-size: 18px;
  font-weight: normal;
}

h6{
  margin-top: 6px;
  color: #afafaf;
  font-size: 12px;
  font-weight: lighter;
}

.logo img{
  width: 34px;
  margin: 0px;
  padding-right: 2px;
}

.logo p{
  line-height: 21px;
  font-size: 22px;
  margin: 2px;
  margin-top: 4px;
}

#wrist_button{ border-color: #827fff}
#wrist_button a{      color: #827fff}
#wrist_button a:hover{color: #423eff}

#video_button{ border-color: #76beff}
#video_button a{      color: #76beff}
#video_button a:hover{color: #3ea4ff}

#vr_button   { border-color: #ff77a8}
#vr_button    a{      color: #ff77a8}
#vr_button    a:hover{color: #ff3c82}

#town_button { border-color: #ffa375}
#town_button  a{      color: #ffa375}
#town_button  a:hover{color: #ff8243}

#holochat_button { border-color: #3d78da}
#holochat_button  a{      color: #3d78da}
#holochat_button  a:hover{color: #3d78da}

p.motto{
  font-family: Calibri;
  font-size: 13.75px;
}

a{
  color: black;
  text-decoration: none;
}

.intro p{
  margin-top: 14px;
  margin-bottom: 14px;
}

.post p{
  margin-top: 1.4px;
  margin-bottom: 9px;
}

.post img{
  margin-top: 10px;
  max-width: 350px;
}
/*
.vote-container {
  position: absolute;
  left: -140px;
  top: 50%;
  transform: translateY(-50%);
  border: black solid 1px;
  padding: 7px 10px;
  border-radius: 7px;
}
*/
/*.selected {
  color: green;
  border: green solid 1px;
}
*/
div .timeline{
  margin: 5px auto 10px auto;
  width: 0px;
  border-left: 1px solid black;
}

.content div {
  height: 90px;
  margin-top: -5px;
  margin-bottom: 5px;
}

.collapsible {
  cursor: pointer;
}

.uni-expandable {
  cursor: pointer;
}

.content {
  display: none;
  overflow: hidden;
}

.content span {
  margin-top: -10px;
}

div.post{
  margin: auto;
  max-width: 400px;
  text-align: center
}

div.post_text{
  width: 300px;
  padding-top: 10px;
  margin: auto;
}

div.read_button{
  width: 100px;
  border: 1px solid;
  border-radius: 6px;
  padding-top: 6px;
  margin: 20px auto 20px auto;
}

.post a{
  color: black;
}

.post a:hover{
  color: #a5a5a5;
}

.intro_text a{
  color: black;
  text-decoration: underline;
}

.intro_text a:hover{
  color: #a5a5a5;
  text-decoration: underline;
}

@media only screen and (max-width: 550px) {
  h3{
    margin: 10px auto 10px auto;
  }
  .logo img{
    width: 28px;
    margin: 1px;
    padding-right: 2px;
  }
  .logo p{
    font-size: 30px;
    margin: 2px;
  }
  p.motto{
    font-family: Calibri;
    font-size: 18.5px;
  }
  .post img{
    margin-top: 10px;
    max-width: 100%;
  }
  .content div {
    height: 90px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .content span {
    margin-top: -10px;
  }
}