.tabel-a
{
	font-size: 16px;
	margin: 10px auto;
	width: 99%;
	text-align: left;
	border-collapse: collapse;
}
.tabel-a th
{
	font-size: 18px;
	font-weight: 700;
	padding: 8px;
	background: #34abee;
	border-top: 4px solid #22a3ec;
	border-bottom: 1px solid #fff;
	color: #000;
}
.tabel-a td
{
	padding: 8px;
	background: #6ac1f2; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}
.tabel-a tr:hover td
{
	background: #34abee;
	color: #000;
}


/* separator simpozion */
/* divider */

.container_emc {display:block; text-align:center;color:#333333;margin:15px auto;padding:20px 0;overflow:hidden;}
.container_emc h5 {font-size:22px; margin:5px 0 25px 0;padding:0;color:#333333;}
.container_emc h6 {font-size:16px; margin:5px 0 5x 0;padding:0;color:#333333;}
.astrodivider {
  margin:30px auto 20px auto;
  width:400px; 
  max-width: 100%;
  position:relative;
}

.astrodividermask { 
    overflow:hidden; height:20px; 
}

.astrodividermask:after { 
      content:''; 
      display:block; margin:-25px auto 0;
      width:100%; height:25px;  
        border-radius:125px / 12px;
       box-shadow:0 0 8px #333333;
}
.astrodivider span {
    width:50px; height:50px; 
    position:absolute; 
    bottom:100%; margin-bottom:-25px;
    left:50%; margin-left:-25px;
    border-radius:100%;
   box-shadow:0 2px 4px #333333;
    background:#fff;
}
.astrodivider i {
    position:absolute;
    top:4px; bottom:4px;
    left:4px; right:4px;
    border-radius:100%;
    border:1px dashed #333333;
    text-align:center;
    line-height:40px;
    font-style:normal;font-size:30px;
     color:#333333;
}

/* index */
 .ateliere {display:block;background:#fefefe;padding:20px;position:relative;}
.atelier {display:inline-block; margin:10px auto; width:450px; padding:10px 10px 20px 10px; border-bottom:1px solid #ececec; background:#fff;position:relative;overflow:hidden;color:#333}
 .atelier:hover {background:#ececec;}

.atelier .emc {width:100px;height:auto; text-align:center;font-size:14px;padding-top:15px;float:left;display:block;margin:5px 20px 5px 5px;position:relative;text-align:center;color:#888;}
.atelier .emc span {font-size:42px;font-weight:700;}
.atelier a {color:var(--baza1); }
.atelier h3 {padding:10px 0;margin:5px 0;font-size:22px;}
.atelier h4 a {color:#000;}
.atelier h4 {color:#000;font-size:14px;}

.index {background-image:url(img/transp-albastru2-80.png);background-repeat:repeat;padding:100px 0 20px 5px; display:block; overflow:hidden; position:relative;text-align:center;margin:0;}
.background-index {background-image:url(img/transp-verde-10.png);background-repeat:repeat;border-bottom:1px solid #ececec;}
.resurse-container {background-image:url(bg/bg6.jpg); background-repeat:no-repeat; background-size:cover; background-position:top; background-color:#fcfcfc; display:block;position:relative;overflow:hidden;}
.resurse {background:url(img/transp-alb-75.png);display:block;overflow:hidden;padding:10px;}
.video {display:inline-block;padding:10px;margin:10px;text-align:center;width:400px;max-width:100%;height:auto;background:#fff; border-radius:10px;
-webkit-box-shadow: 0 16px 24px 2px rgba(176, 176, 176, 0.14), 0 6px 30px 5px rgba(176, 176, 176, 0.12), 0 8px 10px -5px rgba(176, 176, 176, 0.2); 
box-shadow: 0 16px 24px 2px rgba(176, 176, 176, 0.14), 0 6px 30px 5px rgba(176, 176, 176, 0.12), 0 8px 10px -5px rgba(176, 176, 176, 0.2); }
.video:hover {background:var(--baza3);}