
        body .ui-corner-all {
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }
 
        body .ui-button {
            overflow: hidden;
            background-color: #4CAF50;
            color: #ffffff;
            font-size: 16px;
            height: 36px;
            padding: 0 16px;
            border: 0 none;
            -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
            -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
            -moz-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
            cursor: pointer;
        }
 
        body .ui-button .ui-button-text {
            padding: 0;
            line-height: 36px;
        }
          
          body .hdi-police-al-form{
                float:right;
				display:block;
          }
		  
		  #kucuk{
		  margin-top:10px;
		  }
	@media only screen and (min-width: 768px) {	  
		  #kucuk{
		  display:none;
		  }
	}