img {
	margin-top: 4px;
}

#registration-field {
	text-align: center;
	margin: 10px 0px;
}

.user-input {
	padding: .3em;
	margin-bottom: 1.5em;
}

.full-width {
	width: 100%;
}

.right-align {
	text-align: right;
}

*{
	box-sizing: border-box;
}
button, input[type="button"]{
	
-webkit-appearance: button;
border-radius: 8px !important;
background-color: #ddd;
}


td.error {
	background-color: #f00;
	color: #fff;
	text-align: center;
}
td.success {
	background-color: #00b;
	color: #ff0;
	text-align: center;
}

li.defaultlocation{
	    font-weight: bold;
}

table.movelisttable {
  border-collapse: collapse;
  width: 100%;
}

.movelisttable td, .movelisttable th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}

button[disabled=disabled], button:disabled {
  background: white;
	}
.movediv {
	    border: solid 1px;
    border-radius: 5px;
    padding: 0.2em;
    margin-bottom: 1em;
}
.needsdisambig {
	
	/*background-color: indianred;*/
	color: red;
	font-weight: bold;
	
	
}