body{
  font-size : 16px;
  line-height:140%;
}
table{
  font-size : 16px;
  line-height:140%;
}
b{
  font-size : 18px;
  font-weight : bold;
  line-height:140%;
}

.content_left1rec {
  display: inline-block;
  float: left;
  width: 50%;
}
.content_right1rec {
  float: left;
  width: 50%;
}

@media screen and (max-width: 530px){
.disappear {       display:none;}
}
.marginless {
  /*VEn*/
  margin: 0 0 -3px;
}

@media (max-width: 600px) {
.content_left1rec, .content_right1rec {
float: none;
margin: 0;
width: auto;
}
}
