/* =====================================
   VESELĪBAS KARTE
   ===================================== */

#healthContainer{

    max-width:900px;
    margin:60px auto;

}

#healthContainer h2{

    text-align:center;

    font-family:"Cormorant Garamond",serif;

    font-size:42px;

    color:#7b5a33;

    margin-bottom:35px;

}


/* =====================================
   TABULA
   ===================================== */

.health-table{

    width:100%;

}

.health-table table{

    width:100%;
	table-layout:fixed;

    border-collapse:collapse;

    background:#fff;

    font-family:"Montserrat",sans-serif;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    border-radius:12px;

    overflow:hidden;
	
	

}


/* =====================================
   GALVENE
   ===================================== */

.health-table thead th{

    background:#ab9953;

    color:#fff;

    font-size:18px;

    font-weight:600;

    padding:16px;

}


/* =====================================
   ŠŪNAS
   ===================================== */

.health-table td{

    border:1px solid #ddd;

    padding:10px;

    text-align:center;

    font-size:18px;

}

.health-table td:first-child{

    width:45%;

    text-align:left;

    color:#fff;

    font-weight:200;

    padding:9px 9px;

}

.health-table col:first-child{

    width:50%;

}

.health-table col:nth-child(2),
.health-table col:nth-child(3),
.health-table col:nth-child(4){

    width:13.33%;

}

/* =====================================
   APAKŠA
   ===================================== */

.health-table tfoot th{

    background:#f5f1e6;

    padding:15px;

    font-size:17px;

    font-weight:700;

}


/* =====================================
   ČAKRU KRĀSAS
   ===================================== */

.chakra7 td:first-child{

    background:#7b4bc1;

}

.chakra6 td:first-child{

    background:#3658d8;

}

.chakra5 td:first-child{

    background:#31a9d8;

}

.chakra4 td:first-child{

    background:#5cae52;

}

.chakra3 td:first-child{

    background:#d9b13f;

}

.chakra2 td:first-child{

    background:#f08b42;

}

.chakra1 td:first-child{

    background:#d54a42;

}


/* =====================================
   APRAKSTS
   ===================================== */

.health-table strong{

    display:block;

    font-size:15px;

    margin-bottom:5px;

}

.health-table span{

    display:block;

    font-size:14px;

    line-height:1.45;

    font-weight:400;

}