/*
 *  CSS - styly pouze pro media pointerheld, projection, screen, tty, tv
 *  Copyrighted by Michal Madleňák, www.LTweb.cz
 */
 
.razeni .submit {
  cursor: pointer;
}

.table-form .submit {
	background: #ff8816;
	width: 80px;
	font-weight: bolder;
	color: #ffffff;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}
.table-form .submit-over {
	background: #ec7104;
	width: 80px;
	font-weight: bolder;
	color: #ffffff;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}
