@charset "UTF-8";
/* CSS Document */
#tech {font-family:'Open Sans'; -webkit-font-smoothing: antialiased; width:100%;}
#tech > div > div {
max-width: 800px;
margin: 0 auto;
width: 85%;
}
#tech .no-image{
max-width:800px;
width:100%;
margin:0 auto;}
#tech .text:nth-child(odd) {padding-right:20px}
#tech .no-image img{width:100%!important;}
#tech > div:not(.vlastnosti):nth-child(even) {border-top:1px solid #EFEFEF; border-bottom: 1px solid #EFEFEF; box-shadow: inset 0px 11px 11px -10px rgba(204, 204, 204, 0.39), inset 0px -11px 11px -10px rgba(204, 204, 204, 0.39); }
#tech > div.vlastnosti.first {border-top:1px solid #EFEFEF; border-bottom: none; box-shadow: inset 0px 11px 11px -10px rgba(204, 204, 204, 0.39); }
#tech > div > div {display:-webkit-flex;display:-ms-flexbox;display:flex;
padding: 20px 0;
}
.img {-webkit-flex: none;-ms-flex: none