

/* table tr:first-child td, table tr td:first-child { /\* selects the first row and the first column *\/ */
/*   background-color: #F6DCA7; */
/* } */


table tr:first-child th, table tr th:first-child {
  background-color: #F6DCA7;
}


table, th, td {
  border-width: 2px; /* change this value to adjust the thickness */
  border-style: solid;
}

    .flex-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
    }
    .block {
        width: 400px;
        height: 400px;
        margin: 10px;
	padding: 20px;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* .block2 { */
    /*     width: 400px; */
    /*     height: 200px; */
    /*     margin: 10px; */
    /* 	padding: 20px; */
    /*     color: black; */
    /*     display: flex; */
    /*     justify-content: center; */
    /*     align-items: center; */
    /* } */

    .block4 {
        width: 400px;
        height: 100px;
        margin: 10px;
	padding: 20px;
        color: black;
    }

    .block4a {
        width: 300px;
        height: 70px;
        margin: 10px;
	padding: 20px;
        color: black;
    }
    .text {
        display: block;
        text-align: center;
    }
    .block2 {
        width: 400px;
        height: 230px;
        margin: 10px;
	padding: 20px;
        color: black;
    }
    .block3a {
        width: 400px;
        height: 150;
        margin: 10px;
	padding: 20px;
        color: black;
    }

    .block2a {
        width: 300px;
        height: 230px;
        margin: 10px;
	padding: 20px;
        color: black;
    }
    .block3 {
        width: 400px;
        height: 300px;
        margin: 10px;
	padding: 20px;
        color: black;
    }
    .text {
        display: block;
        text-align: center;
    }
    .red {
        background-color: #E3C2C2;
    }
    .green {
        background-color: #DBEFD0;
    }
    .yellow {
        background-color: #FCFFCB;
    }
    .blue {
        background-color: #e8fdfc;
    } 
    .yellow1 {
        background-color: #FAE6BE;
    }
    .yellow2 {
        background-color: #F6DCA7:
    }
    .yellow3 {
        background-color: #F8D488;
    }
    .gray {
        background-color: #DCDCDC;
    }
    .gray {
        background-color: #DCDCDC;
    }


/* th { */
/*     font-weight: bold; */
/* } */

/* .reveal th { */
/*     font-weight   : bold; */
/*     text-align    : left; */
/*     padding       : 0.1em 0.5em 0.1em 0.5em; /\*top right bottom left *\/ */
/*     border-top    : 1px solid; */
/*     border-right  : 1px solid transparent; */
/*     border-bottom : 1px solid; */
/*     border-left   : 1px solid transparent; */
/* } */

/* .reveal td { */
/*     text-align: left; */
/*     padding: 0.1em 0.5em 0.1em 0.5em; /\*top right bottom left *\/ */
/*     border-left: 1px solid transparent; */
/*     border-right: 1px solid transparent; */
/* } */

/* .reveal table { */
/*     margin: auto; */
/*     border-collapse: collapse; */
/*     border: 0; */
/*     border-top: 1px solid; */
/*     border-bottom: 1px solid; */
/*     border-left: 1px solid ; */
/*     border-right: 1px solid ; */
/*     border-spacing: 0; */
/* } */



.reveal ol,
.reveal dl,
.reveal ul {
    display: block;
    text-align: left;
    margin: 0 0 0 1em; }

#left {
  left:-8.33%;
  text-align: left;
  float: left;
  width:50%;
  z-index:-10;
}

#right {
  left:31.25%;
  top: 75px;
  float: right;
  text-align: right;
  z-index:-10;
  width:50%;
}

.multiCol {
    display: table;
    table-layout: fixed; 
    width: 100%;
    text-align: left; 
    .col {
        display: table-cell;
        vertical-align: top;
        width: 50%;
        padding: 2% 0 2% 3%; // some vertical, and between columns
        &:first-of-type { padding-left: 0; } // there's nothing before col1
    }
}


/* img.a { */
/*     vertical-align: baseline; */
/* } */

/* img.b { */
/*     vertical-align: text-top; */
/* } */

/* img.c { */
/*     vertical-align: text-bottom; */
/* } */

/* img.d { */
/*     vertical-align: sub; */
/* } */

/* img.e { */
/*     vertical-align: super; */
/* } */

/* body:after { */
/*     content: url(/home/misha/Nextcloud/mnotes/media/auc2.png); */
/*     position: fixed; */
/*     top: 1.5em; */
/*     right: 1.5em; */
/*     /\* box-shadow: 5px 5px 10px #000; *\/ */
/* } */



