     @media only screen and (max-width: 1000px) {
         
         .textbox{
				border-color: #45ADA8;
				border-radius: 5px;
				text-indent: 5px;
				border-left-style: solid;
				border-left-width: 3px;
				border-top-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 1px;
				height: 30px;

			}

			.roundedbutton1 {
				border-style: solid;
				border-color: #45ADA8;
				border-radius: 5px;
				background-color: white;
				width: 75%;
				height: 25px;
			}
     }
		
			.textbox{
				border-color: #45ADA8;
				border-radius: 5px;
				text-indent: 5px;
				border-left-style: solid;
				border-left-width: 3px;
				border-top-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 1px;
				height: 30px;

			}

			.roundedbutton1 {
				border-style: solid;
				border-color: #45ADA8;
				border-radius: 5px;
				background-color: white;
				width: 100px;
				height: 25px;
			}

			tr{
				text-align: center;
			}
