#uzo-table output {
    display: inline-block;
    font-size: 16px;
}
.uzo-plus-btn {
	background-color: #2ecc71;
	color: #fff;
}
.uzo-minus-btn {	
	background-color: #e52c39;
	color: #fff;
}
.uzo-plus-btn:hover, .uzo-plus-btn:focus, .uzo-minus-btn:hover, .uzo-minus-btn:focus,
.uzo-btn-docx:focus, .uzo-btn-docx:hover, .uzo-btn-dxf:focus, .uzo-btn-dxf:hover {
	color: #fff;
	outline:0;
}

.uzo-btn-docx {
	background-color: #3498db;
	color: #fff;
}

#uzo-table {
	border: 2px solid #34495e;
	width: 800px;
}

#uzo-table th {
	background-color: rgba(23,165,137, 0.25);
	text-align: center;
}

.uzo-txt-center {
	text-align: center;
}

#uzo-table td, #uzo-table th {
	border: 1px solid grey;
	padding: 5px;
	vertical-align: middle;
}

.uzo-no-border{
	border: none !important;
}

#uzo-symbols {
	background-color: rgba(52,73,94, 0.25);
	text-align: center;
	font-weight: bold;
}
