#recViewTable{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.arrow-cont{
  width: 80px;
}

.rec-cont{
}

.button-cont{
  background-color: #4c8da6;
  width: 50px;
  height: 174px;
  cursor: pointer;
}

#leftButton-cont{

}

#rightButton-cont{
  float: right;
}

.arrowView{
  position: relative;
  font-size: 30px;
  color: white;
  top:70px;
}

#cardTab-cont{
}

#rightArrow-cont{
  width: 60px;

}

#recordTable{
  width: 100%;

}

#recordTable TD{
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
}

.labelView{
  width: 20%;
  font-size:18px;
  font-weight:bold;
  color: #5b608c;
}

.dataView{
  font-size:15px;
  color: #515151;
}

.tabPicView{
  max-width: 100px;
  max-height: 140px;
}

.picView{
  max-width: 500px;
  max-height: 300px;
}

.show_picture {
  width: 350px;
  height: 350px;
  float: none;
  position: relative;
}
