#content {
  font-size: 1.2em;
}
#content input[type="text"],
#content select,
#content textarea {
  width: 100%;
}
#content input[type="checkbox"],
#content input[type="radio"] {
  width: auto;
}
#content input.shortNum {
  width: 25%;
}
#content .form-inline .form-group label {
  display: inline;
}
#content .form-inline .form-group input,
#content .form-inline .form-group select,
#content .form-inline .form-group textarea {
  width: auto;
}
#content label {
  font-weight: bold;
}
#content .k-grid,
#content .k-grid-header,
#content .k-grid-pager {
  border-radius: 0;
}
#content tr:nth-child(even) {
  background-color: #dbe8ef;
}
#content table {
  border-top: 1px solid #000;
}
#content th,
#content td {
  border-color: #000;
  border-width: 1px;
}
#content thead th,
#content thead td {
  background-color: #428bca;
  border-width: 1px;
  color: #fff;
}
#content thead th a,
#content thead td a {
  color: #fff;
}
#content tbody tr:first-child td {
  border-top: none;
}
.modal {
  top: 15% !important;
}
.page-break {
  page-break-after: always !important;
}
.property-info hr {
  margin: 10px 0 10px 0;
}
.row.segmentInfo .panel-body {
  padding: 15px 0 15px 0;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .print-block,
  .visible-print {
    display: block !important;
  }
  .print-inline {
    display: inline !important;
  }
  .col-print-6 {
    width: 50% !important;
    margin: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: inline-block !important;
    float: left !important;
  }
  .col-print-12 {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: inline-block !important;
    float: left !important;
  }
  .clearfix.visible-xs {
    display: none !important;
  }
  .property-info {
    margin-bottom: 0.5em !important;
  }
  body {
    font-size: 10px !important;
  }
  #content .propertyInfoColumn.lotDimensions .property-info {
    width: 50% !important;
    float: left !important;
  }
  #content .propertyInfoColumn.lotDimensions .property-info:nth-child(odd) {
    padding-left: 15px !important;
  }
}
#pnContact ul ul {
  margin-top: 10px;
}
#content .tooltip .tooltip-arrow {
  top: auto !important;
}
#content .table-responsive td,
#content .table-responsive th {
  white-space: normal;
}
