body {
  background: #3d2f21;
  font-family: "helvetica neue", helvetica, arial, sans-serif; }

nav {
  background: #a3d03a;
  width: 100%;
  height: 80px;
  overflow: auto; }

nav .logo {
  display: block;
  padding: 5px 20px 0; }

.market-box {
  width: calc(100%-48px);
  margin: 6em 20px 0;
  border-right: solid 8px #a3d03a;
  border-bottom: solid 8px #a3d03a; }

.market-box ul {
  overflow: auto; }

.market-box ul .mb-title {
  height: 1.4em;
  font-size: 1.4em;
  padding: 0;
  text-align: center;
  color: #452401;
  background: #a3d03a;
  border-top: none;
  margin: 0;
  /*important - diff from rest of li*/ }

.mb-title p {
  padding: 0.2em 0; }

.market-box ul .mb-status {
  border-top: none;
  color: #8dd11e; }

.market-box ul .mb-status-closed {
  border-top: none;
  color: #ff0000; }

.market-box ul li {
  width: calc(100%-40px);
  margin: 0 20px;
  padding: 0.8em 0;
  text-align: center;
  color: #fff;
  border-top: solid 1px #655b50; }

.market-box ul li p.p_li_pad {
  padding: 0.3em 0; }

.market-box ul li p.locAdd {
  padding: 0.3em 0; }

.temp-contact {
  margin: 3em 0;
  color: #fff;
  text-align: center; }

.mb-arrow {
  display: block;
  float: left;
  width: 0;
  height: 0;
  /*border-top: calc(0.85em*0.866) solid transparent;
  border-bottom: calc(0.85em*0.866) solid transparent;

  border-left: calc(0.85em*0.866) solid $bg-braun-0;*/
  border-top: calc(1.4em*0.5) solid transparent;
  border-bottom: calc(1.4em*0.5) solid transparent;
  border-left: calc(1.4em * 0.75 * 0.5) solid #3d2f21; }

/*# sourceMappingURL=main.css.map */
