/*obligatory styles*/

.wrap-imap{
  position: relative;
}
#text {
  width: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#text .state{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: none;
  width: 200px;
  padding: 0px 10px 20px;
  border: 1px solid black;
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#text .state.selected,
#text .state:hover{
  display: block;
}
title{
  display: none;
}
 #text .state.fixed{
  display: block !important;
  z-index: 90;
}
#imapc {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#imap{
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

/*no obligatory styles*/

#text .state h1{
  padding: 10px;
  margin-top: 0;
  font-size: 30px;
  border-bottom: 1px solid black;
  font-family: Arial;
}
#text .body, #text .body a {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}
#text .body div{
  margin: 10px 0;
}
#text .body span{
  padding: 0px 10px;
  margin-right: 20px;
  border: 1px solid black;
}

#imapc {
  margin: 0;
  margin-right: 20px;
  padding: 0;
  border: 0;
}

figcaption {
  text-align: center;
  margin-top: 20px;
}

