fieldset {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #707070;
}
form {

	padding: 10px;
	margin: 5px;
}
label {
	margin-left: 5px;
	margin-right: 3px;
}
.eventselect {
	width: 95%;
}
.badinput {
	border: 1px solid red;
	background-color: red;
	color: white;
}
#addClock, #deleteLastClock {
	float:none;
	padding: 5px;
	text-decoration: none;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #707070;
	color: #707070;
	cursor: pointer;
	margin: 2px;
}
#deleteLastClock {
	display: none;
}
#addClock:hover, #deleteLastClock:hover {
	background-color: #F08B1D;
	color: white;
}
.userclocks {
	border-radius: 5px;
	border-collapse: collapse;
}
.userclocks td {
	padding: 4px;
	border: 1px solid gray;
	border-collapse: collapse;
}

#addInvoice, #deleteLastInvoice {
	float:none;
	background:white; 
	border:1px solid black; 
	border-radius: 5px; 
	color: black; 
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}
#addInvoice:hover, #deleteLastInvoice:hover {
	background: gray;
	color: white;
}

button, input[type='button'], input[type='file'], input[type='submit']{
	border-radius: 0px;
	background: transparent;
	border: 1px solid #707070;
	color: #707070;
	cursor: pointer;
	margin: 2px;
}
button:hover, input[type='button']:hover, input[type='file']:hover, input[type='submit']:hover {
	background-color: #F08B1D;
	color: white;
}

table {
	border: 1px solid #707070;
	box-shadow: 3px 3px 5px #999999;
	color: #707070;
	margin: 10px;
	border-collapse: collapse;
}
table h1 {
	color: #707070;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px;
}
table thead {
	border: none;
	color: white;
	font-size: large;
	background: #F08B1D;
}
table thead th {
	padding: 7px 0px;
	font-weight: 400;
}
table tbody tr {
	border-bottom: 1px solid gray;
	border-collapse: collapse;
}
table tbody tr:hover {
	background-color: #FAFAFA;
}
table tbody tr img:hover {
	background-color: #F08B1D;
}
table a {
	text-decoration: none;
	color: rgba(255,127,4,1);
	cursor: pointer;
}
