
header,
.breadcrumb,
footer{
  display:none!important;
}
.header-fixed .app-body {
    margin-top: 0!important;
}
html,body{
  height:100%
}
main{
  margin-left: 0!important;
}
.container-fluid{width: 100%!important}
.sidebar {
  display: none;
}
.productShop > div{
  border: #ccc 1px solid;
  margin: 10px;
  padding-bottom: 30px;
}

.label, .points{
  margin-top: 10px;
  font-weight: bold;
}

.shopHeader{
  margin-bottom: 50px;
  font-weight: bold;
}

.glyphicon-ok, .points{
  font-size: 1.5em;
  color: orange;
}

#modalSelector .productName{font-weight: bold}

.caution{
  color : red;
  font-weight : bold;
}

.hidden{
  display:none;
}

.inline-block{
  display:inline-block;
}