table {
    border: 0px;
}

th, td {
    text-align: left;
    padding: 8px;
	border: 0px;
}

div.lefty {
    text-align: left;
}

div.outline{
	border: 1px;
}

/*tr:nth-child(odd){background-color: #f2f2f2}*/

.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


body {
    font-family: Arial, Helvetica, sans-serif;
	}
	
#wrapper {
  width: 650px;     /* specify a width! */
  margin: 0 auto; /* center */
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  background-color: #eee;
  border-radius: 25px;
  border: 2px solid #333;
  
  text-align: center;
}
.button {
    background-color: #4d8ccb; /* Green */
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 10px;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    background-color: #Fc6060; /* Green */
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 10px;
}

input[type=submit] {
     background-color: #4d8ccb; /* Green */
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 10px;
}

input[type=url], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#lefttojudge{
	margin: 0 auto; /* center */
	text-align: center;
}