body
{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.container {
    max-width: 640px;
}
form
{
	margin:20px 0;
}
h2
{
	font-size: 30px;
	margin: 20px 0;
	font-weight: bold;
}
input[type="text"],
input[type="email"],
select
{
	border:1px solid #ccc;
	padding: 5px 15px;
	width: 100%;
}
.mr-20
{
	margin-right: 20px;
	float:left;
}
label
{
	clear: both;
	line-height: 35px;
	margin: 0;
}

.field-tab
{
	margin:10px 0;
}

input[type="text"]:hover,
input[type="email"]:hover,
select:hover
{
transition:2s ease;
border: 1px solid red}

button
{
	border: 0;
	border-radius: 5px;
	padding: 10px 40px;
	color: #fff;
	background: #f00;
	float: right;
	font-size: 16px;
	margin-bottom: 20px;
}
button:hover
{
	background: #000;
	transition:2s ease;
}
 body {
                font-family: Arial, Helvetica, sans-serif;
            }

            table {
                font-size: 1em;
            }

            .ui-draggable,
            .ui-droppable {
                background-position: top;
            }