.theme-shade {
  color: #f58e27;
}
.flat-border {
  border: 1px solid #e0e0e0;
}
.etched-border {
  border-bottom: 1px solid #333333 !important;
  box-shadow: rgba(224, 224, 224, 0.14) 0px 1px !important;
}
.inline-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.inline-li {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.subtitle {
  font-size: 9pt;
}
.filler {
  clear: both;
  height: 0px;
}
/*.cont-01 .box
{
    background-color: #fff;
    border: @border;
    padding: 10px;
    line-height: 18px;
}*/

/*.cont-01 .shaddow
{
    -moz-box-shadow:    0px 5px 10px #888;
    -webkit-box-shadow: 0px 5px 10px #888;
    box-shadow:         0px 5px 10px #888;
}*/

/*.cont-01.bg {
    background-color: #eee;
    border: 1px solid #eee;
    padding: 10px;
    line-height: 18px;
}*/

.cont-01 .title {
  margin-bottom: 10px;
  display: block;
  color: #52371d;
  font-size: 10pt;
  font-weight: bold;
}
