/* line 2, ../../app/assets/stylesheets/info.css.scss */
#content #pack {
  width: 600px !important;
  padding: 15px;
  border: 1px solid #CCC;
  text-align: justify;
  border-radius: 5px;
  color: #666;
}
/* line 9, ../../app/assets/stylesheets/info.css.scss */
#content #pack .tableron {
  box-shadow: 0 0 10px #000;
  width: 450px;
  margin: 0 auto;
}
/* line 14, ../../app/assets/stylesheets/info.css.scss */
#content #pack .tableron .tablerontd table {
  width: 450px;
  display: block;
  margin: 0 auto;
  font-family: arial;
  font-size: 20px;
  color: #666;
}
/* line 21, ../../app/assets/stylesheets/info.css.scss */
#content #pack .tableron .tablerontd table tr {
  border-bottom: 1px solid #ccc;
}
/* line 23, ../../app/assets/stylesheets/info.css.scss */
#content #pack .tableron .tablerontd table tr td {
  width: 150px;
  background: #EBEBEB;
  padding: 5px 10px;
}
/* line 28, ../../app/assets/stylesheets/info.css.scss */
#content #pack .tableron .tablerontd table tr .oper {
  width: 300px;
}
/* line 35, ../../app/assets/stylesheets/info.css.scss */
#content #pack .tableron .tablerontd .headerrow tr td {
  background: #6B6B6B;
  color: #fff;
}
