.detail {  
  background-color: #F6F6F6;
  font-weight: Bold;
  overflow: hidden;
  display: none;
}
.detail .detail-text {
  padding: 30px;
  color: #000000;
  font-weight: bold;
}
.detail .detail-close {
  font-weight: 100;
  float: right;
  width: 70px;
  height: 25px;
  background-color: #E9E9E9;
  padding: 2px 5px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
