@media only screen and (min-width: 701px) {
  /* For web: */
  .right-align-web{

    text-align: right !important;

  }
  .left-align-web{

    text-align: left !important;

  }
  .label-margin{

    margin:0.5rem 0rem !important;

  }
  .center-align-mobile{

    padding-left:2%;

  }

  .show-mobile{

    display:none;

  }
  
}

@media only screen and (max-width: 700px) {
  /* For mobile: */

  .center-align-mobile{

    text-align: center !important;
    padding-left:2%;


  }

  .show-web{

    display:none;

  }

  .stench{

    padding-left: 0px !important;

  }
  
}

.grad{

  background-image: linear-gradient(#f7f7f7, #e5e5e5);

}


