#maintable, #clone {
	width:100%;
 	border-spacing: 1px;
  border-collapse: collapse;
}
#maintable th, #clone th {
	font-size:1.3em;
	padding:10px;
	font-weight:normal;
	text-align:center;
}

#maintable td, #clone td {
	font-size:1em;
 	padding:10px;
 	vertical-align:top;
}
#maintable tbody tr {
	background:#F6F6F6;
	border-bottom:1px solid #FFFFFF;
} 
#maintable tbody tr:hover {
	background:#EFEFEF;
} 	
a {
	font-family:Helvetica, Arial, sans-serif;
}
td {
}

input[type=submit] {
	padding:3px 6px;
	margin-bottom:10px;
	font-size:1.25em;
}

input[type=text] {
	padding: 6px 8px;
	height: 20px;
	font-size: 1.25em;
	line-height: 20px;
	border-radius: 4px;
	vertical-align:top;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background-color:#fff;
	margin-bottom:24px;
}

select {
	height:36px;
	line-height:30px;
	padding: 4px 6px;
	font-size:1.25em;
	color: #555;
	border-radius:4px;
	vertical-align:middle;
	border: 1px solid #ccc;
	background-color:#fff;
}
	
input[type=text]:focus, select:focus {
	border-color: rgba(82,168,236,.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
}

h3 {
	letter-spacing:1.5px;
	text-align:left;
}

.back-to-top {
	position:fixed;
  bottom:0;
  right:0;
  text-decoration:none;
	padding:0.5em;
  display:none;
  z-index:1111;
  opacity:0.8;
}

.back-to-top:hover {    
  opacity:1;
}

.table tr td {
	padding:10px 20px;
}

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 12% auto; /* 15% from the top and centered */
    padding: 40px;
    border: 1px solid #888;
    width: 65%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close, .close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus  {
    color: black;
    text-decoration: none;
    cursor: pointer;
}