th {
    width: auto;
    text-align: left;
}

option {
    width: 200px;
    padding: 0px;
    margin: 0px;
}

#booknake, #client-name {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.column1 {
    width: 50%;
    display: block;
    float: left;
}
.column2 {
    width: 50%;
    display: block;
    float: right;
}
.column3 {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}
#client-email, #bookname {
    width: 100% !important;
}
.box {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 20px;
	border-radius: 10px;
	margin-top: 100px !important;
}
body {
	background: #eaeaea;
	font-family: 'Poppins';
}
table {
    width: 100% !important;
}
input {
	height: 20px;
}
h2 {
    padding: 0px;
    margin: 0px;
}
button, input.subit {
    background: #3088C2;
    border: 0px !important;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 5px;
    width: 150px;
    font-size: 15px;
    height: auto !important;
}
button:hover, input.subit:hover {
    background: #67CCEB;;
}