@charset "UTF-8";

div.list {
    border-bottom: 1px solid #ccc;
}
div.not {
    background-color: #eee;
}
div.list div.title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
div.list:hover {
    background-color: #EBF5FF;
}
div.mini {
    font-size: 12px;
}
div.title a,
div.span2 a {
    color: #000;
}


@media print{
  table#dishlist>tbody>tr>td:nth-of-type(1) {float :right;width:600px;}
  table#dishlist>tbody>tr>td[width="310"] {float :left;}
  table#dishlist>tbody>tr>td:nth-of-type(1) {float :right;width:370px;}
  table#dishlist>tbody>tr>td:nth-of-type(1) table.table-striped *{font-size:10px;line-height:1.5em;}
  table#dishlist>tbody>tr>td:nth-of-type(1) h4 {font-weight:normal; font-size:12px;}
  table#dishlist>tbody>tr>td[width="310"] {width :200px;}
  table#dishlist>tbody>tr>td[width="310"] img {width :200px;}
  table#dishlist>tbody>tr>td[width="310"] h3 {font-size:14px;line-height:1.5em;}
  table#dishlist>tbody>tr>td[width="310"] table>tbody>tr:nth-of-type(4),
  table#dishlist>tbody>tr>td[width="310"] table>tbody>tr:nth-of-type(4),
  table#dishlist>tbody>tr>td[width="310"] table>tbody>tr:nth-of-type(5),
  
  .btn,
  form #search-limit,
  footer,
  .navbar,
  #nav-menu{display:none!important;}
}

.well {
    padding: 5px 0 !important;
}
/* override */
.btn-danger{
  float:right;
  border:none;
  background:#ffffff;
  text-decoration:underline;
  color:#cccccc;
  font-weight:normal;
}
.btn-danger:hover{
  background:#ffffff;
  text-decoration:underline;
  color:#cccccc;
  font-weight:normal;
}
form:after{
  content: "";
  clear: both;
  display: block;
}