.uvod-ramecek {
	border: #993333 1px solid;
	border-collapse: collapse;
	padding: 10px;
	background-color: #f9f9f9;
}

.kontakty-tabulka table {
	border: #29475c 1px solid;
	border-collapse:collapse;
	width: 100%;
}

.kontakty-tabulka th {
	border: #29475c 1px solid;
	background-color: #a2b9d2;
	text-align: center;
}

.kontakty-tabulka td {
	border: #29475c 1px solid;
	vertical-align: top;
	padding: 5px;
}




.tabulka1 {
	border: #29475c 1px solid;
	border-collapse:collapse;
	width: 100%;
}

.tabulka1 tr:first-child td {
	border: #29475c 1px solid;
	background-color: #a2b9d2;
	text-align: center;
	font-weight:bold;
}

.tabulka1 th {
	border: #29475c 1px solid;
	background-color: #a2b9d2;
	text-align: center;
}

.tabulka1 td {
	border: #29475c 1px solid;
	vertical-align: top;
	padding: 5px;
}




/**
 * https://www.adenylosuccinatelyasedeficiency.com/
 */

/* even/odd table */ 
.aden_table1 table {
    border-collapse: collapse;
}
.aden_table1 tr {
    background-color: #fff7f7;
	vertical-align: top;
}
.aden_table1 tr:nth-child(even){
  background-color: #e6e0e0;
}
.aden_table1 tr:first-child {
    background-color: #ffcccc;
	font-weight: bold;
}

/* table with bottom borders */
.aden_table2 table {
    border-collapse: collapse;
}
.aden_table2 tr {
    border-bottom: 1px solid #221717;
    background-color: #fff7f7;
	vertical-align: top;
}
.aden_table2 tr:first-child {
    background-color: #ffcccc;
	font-weight: bold;
}

/* even/odd table - less colors */ 
.aden_table3 table {
    border-collapse: collapse;
}
.aden_table3 tr {
    background-color: #ffffff;
	vertical-align: top;
}
.aden_table3 tr:nth-child(odd){
  background-color: #d6dce4;
}
.aden_table3 tr:first-child {
    background-color: #acb9ca;
	color: #585858;
	font-weight: bold;
}


/* VIZITKY - kolegium, AS, vedecka rada */
.vizitky td { 
	vertical-align:top;
	padding:8px;
	border-right:2px solid white;
	border-bottom:2px solid white;
	border-top-width: 0;
	border-left-width: 0;
	background-color: #e1e9f1;
}

.tlacitko {
	padding: 2px 8px;
	background-color: #396ab5;
	color: white;
	font-size: 18px;
	text-decoration: none;
	border-radius: 4px;
	margin: 10px;
}

.ikona-odkaz {
	display:inline-block;
	position:relative;
	top:9px;
}
