/* Angiologiebrno.cz (portia.cz) ================================================== */	.ordinacnidoba {	color: white;	list-style: none; 	font-family: Courier; 	text-transform:uppercase; 	font-size: 2em; 	text-align: center; /*	line-height:2.5em; */	background:white; 	padding: 20px 20px; 	font-weight: 700; 	border-style: solid; 	border-width: 2px; 	border-color:#47addf;	background-color: #47addf; 	border-radius: 10px;	max-width: 80%;   margin: auto;	}	.modratabulka {	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#47addf+0,207cca+67,207cca+67,2989d8+99,7db9e8+100,207cca+101 */	background: #47addf;	background: -moz-linear-gradient(top,  #47addf 0%, #2989d8 99%, #207cca 100%, #207cca 100%, #7db9e8 100%, #207cca 101%);	background: -webkit-linear-gradient(top,  #47addf 0%,#2989d8 99%,#207cca 100%,#207cca 100%,#7db9e8 100%,#207cca 101%);	background: linear-gradient(to bottom,  #47addf 0%,#2989d8 99%,#207cca 100%,#207cca 100%,#7db9e8 100%,#207cca 101%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47addf', endColorstr='#207cca',GradientType=0 );}	.bilapruhledna {	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */}	.blue3D {	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6f9ff+0,9ee8fa+100;Blue+3D */	background: rgb(214,249,255); /* Old browsers */	background: -moz-linear-gradient(top,  rgba(214,249,255,1) 0%, rgba(158,232,250,1) 100%); /* FF3.6-15 */	background: -webkit-linear-gradient(top,  rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* Chrome10-25,Safari5.1-6 */	background: linear-gradient(to bottom,  rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 ); /* IE6-9 */}div.blueTable {  font-size: 2em;  background-color: #EEEEEE;  width: 100%;  text-align: left;  border-collapse: collapse;}.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {  padding: 3px 2px;}.divTable.blueTable .divTableBody .divTableCell {  font-size: 13px;}.divTable.blueTable .divTableRow:nth-child(even) {  background: #47ADDF;}.blueTable .tableFootStyle {  font-size: 14px;}.blueTable .tableFootStyle .links {	 text-align: right;}.blueTable .tableFootStyle .links a{  display: inline-block;  background: #1C6EA4;  color: #FFFFFF;  padding: 2px 8px;  border-radius: 5px;}.blueTable.outerTableFooter {  border-top: none;}.blueTable.outerTableFooter .tableFootStyle {  padding: 3px 5px; }/* DivTable.com */.divTable{ display: table; }.divTableRow { display: table-row; }.divTableHeading { display: table-header-group;}.divTableCell, .divTableHead { display: table-cell;}.divTableHeading { display: table-header-group;}.divTableFoot { display: table-footer-group;}.divTableBody { display: table-row-group;}/*  #Mobile (Portrait)================================================== */    /* Note: Design for a width of 320px */    @media only screen and (max-width: 767px) {		.ordinacnidoba {font-size: 1.2em; line-height:2.5em;}    }/* #Mobile (Landscape)================================================== */    /* Note: Design for a width of 480px */    @media only screen and (min-width: 480px) and (max-width: 767px) {		.ordinacnidoba {font-size: 1.2em; line-height:2.5em;}    }