.in	{ background-color: cornsilk	
	; border: solid 1px $primary-color
	; width: 100%
	; height: 1.5em
	; padding: 0.3em
	; margin-bottom:1.5em
	; position: relative
  	; display: inline-block
        ; font-size:18px
	}
.txt	{ height: 150px }
.butt   { background-color: #4CAF50 /* Green */
        ; border:none
        ; color:white
	; margin-top: 0.5em
        ; text-align:center
        ; text-decoration:none
        ; font-size:18px
        }
