.art-article-table {
	border-collapse: collapse;
	border-color: #eee;
	border-style: solid;
    border-width: 1px;
  	background-color: #f9f9f9;
  	margin: 20px auto !important;
  	width: 100%;
}

.art-article-table thead {
  font-weight:bold;
  text-align:center;
  padding:5px;
  background-color: #0088CC !important;
  color:#ffffff;
}

.art-article-table td {
  padding: 10px;
  text-align: center;
  border:1px solid #ddd;
  line-height: 1.5em;
  font-size:0.9em;
  fo1nt-weight: 500;
}

.art-article-table th { 
	font-weight: 500;
	padding: 10px;
}

.art-article-table  tbody tr:nth-of-type(even) {
    background: #f1f1f1;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.art-article-table p { 
	padding-bottom: 0px;
}

p.alert-attent {
	border: 1px solid #ccc;
	padding: 20px 30px !important;
	margin: 20px 0px !important;
	background-color: #d8eafc;
	box-shadow: 1px 1px 1px #000;
}

p.alert-warn {
	padding: 10px 20px !important;
	margin: 20px 0px !important;
	background-color: #f0506e;
	box-shadow: 1px 1px 1px #000;
	color: #fff;

}

.word-big {
	font-size: 1.3em !important;
    font-family: 'Roboto Condensed', Arial, serif  !important;
    font-weight: 400;
}

.comment {
	color: #339900;
	font-weight: 400;
    font-size: 0.9em !important;
}


.uklightbox {
	text-decoration: none;
}


