/*DEFINE RADIUS*/
/*DEFINE COLORS*/
/* line 24, ../../../../Users/jeffschneller/dev/git/MOOTUS/styles-mootus/sass/layout.scss */
.roundedBoxShadow {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  -khtml-border-radius: 14px;
  border-radius: 14px;
  -moz-box-shadow: #010e17 5px 5px 5px;
  -webkit-box-shadow: #010e17 5px 5px 5px;
  -o-box-shadow: #010e17 5px 5px 5px;
  box-shadow: #010e17 5px 5px 5px;
}
