*{
  border-radius: 0px !important;
}
.modal, .modal-dialog, .modal-content, .modal-header, .modal-body{
  border-radius: 0px !important;
}
.min-height-300{
  min-height:300px;
}
.padding-bottom-20 {
  padding-bottom : 20px !important
}
.lite { font-weight : 300; }
.blue-grey-200-txt{ color: #b0bec5; }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Boxes */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.box{
  min-height:140px;
  background-color:rgba(140,140,140,0.2);
  margin-top:40px;
  margin-bottom:20px;
  /*display : inline-block;*/
}
.box.large{min-height:280px;  }
.details{
  min-height:140px;
  background-color:rgba(255,255,255,0.2);
  margin-top:40px;
  margin-bottom:20px;
  /*display : inline-block;*/
}
.box-dark{
  background-color:#455a64;
  color:white;
  padding:40px 0;
  /*display : inline-block;*/
}
.box-green{
  background-color:#8dc63f;
  color:white;
  padding:40px 0;
  /*display : inline-block;*/
}
@media only screen and (max-device-width: 480px) {
  .modal{
    position:absolute;
  }
  .modal-dialog{
    width:100%;
    margin-right:0px;
    margin-left:0px;
    margin-op:0px;
  }
}