    .motasoft-mobile-bs-btn{
      background: #0e8ce2;
      color: #EEE;
      box-shadow: 0px 1px 1px 0px #858585, inset 0px 1px 1px 0px #99e3f8;
      border: 1px solid #0275aa;
      background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.3, rgb(20,141,227)), color-stop(0.65, rgb(22,188,239)) );
          padding: 10px;
    margin: 2px 0px 2px 0px;
    border-radius: 3px;
    font-size: 14pt;
    font-family: 'Verdana', sans-serif;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: block;
    }

	#iframeBS {
	    min-height: 500px;
	}
    
    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .motasoft-bs{
          display: none;
        }
          .motasoft-mobile-bs{
          display: block;
        }

	  #iframeBS{
          display: none;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        .motasoft-bs{
          display: none;
        }
        .motasoft-mobile-bs{
          display: block;
        }

	  #iframeBS{
          display: none;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .motasoft-bs{
          display: none;
        }
          .motasoft-mobile-bs{
          display: block;
        }

	  #iframeBS{
          display: none;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .motasoft-bs{
          display: block;
        }
          .motasoft-mobile-bs{
          display: none;
        }

	  #iframeBS{
          display: block;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .motasoft-bs{
          display: block;
        }
          .motasoft-mobile-bs{
          display: none;
        }

	  #iframeBS{
          display: block;
        }
    }
