html {
    font-size: 62.5%;
    line-height: 1.4em;
    font-family: sans-serif;
    background-color: #6d2323
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

body {
    /*@include font-size($default-font-size); */
    font-size: 160%;
    /*we are using a percentage in order to fix a Chrome bug that sometimes increase text size using rems */
    line-height: 1.4em;
    z-index: 2;  
   font-weight: bold; 
}

.header {
    height: 110px;
    width: 100%;
    background-color: #6d2323;
}

a {
    border-bottom: 1px solid #000000;
}
a:hover {
    border-bottom: 3px solid #6d2323;
}

.page-text {
    padding: 5px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}

.page-text a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}


    ;
}

.mcm img {
    width: 25px;
    vertical-align: middle;
}

.mcm a {
    text-decoration: none;
    color: #6d2323;
}

.mcm a:hover {
    text-decoration: underline;
}

.mcm.div-table {
    border-spacing: 0px;
    border: 0px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    padding: 10px 10px 0px 0px;
}

.mcm .sticky {
    position: fixed;
    z-index: 500;
}

.mcm .div-table-col {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 6px 8px;
    overflow: hidden;
    list-style: none;
    border: solid 1px #6d2323;
    background-color: #ffffff;
}

.mcm .div-table-col h1,
.mcm .div-table-col h2,
.mcm .div-table-col h3,
.mcm .div-table-col h4,
.mcm .div-table-col h5,
.mcm .div-table-col h6 {
    margin: 0;
}

.mcm.div-table .div-table-col.date,
.mcm.div-table .div-table-col.time,
.mcm.div-table .div-table-col.agenda,
.mcm.div-table .div-table-col.adahtmlagenda,
.mcm.div-table .div-table-col.packet,
.mcm.div-table .div-table-col.adahtmlpacket,
.mcm.div-table .div-table-col.minutes,
.mcm.div-table .div-table-col.multimedia {
    width: 7%;
}

.mcm .dark {
    background-color: #6d2323;
    color: #fff;
    border-color: #6d2323;
}

.mcm .med {
    color: #000;
    width: 20%;
}

@media only screen and (max-width: 675px) {

    .mcm.div-table {
        display: block;
    }

    .mcm tr,
    .mcm tbody {
        display: block;
        width: 100%;
    }

    .mcm.div-table .div-table-col {
        width: 100% !important;
        padding-left: 50%;
        position: relative;
        display: block;
    }

    .mcm.div-table .div-table-col.agenda,
    .mcm.div-table .div-table-col.adahtmlagenda,
    .mcm.div-table .div-table-col.packet,
    .mcm.div-table .div-table-col.adahtmlpacket,
    .mcm.div-table .div-table-col.minutes,
    .mcm.div-table .div-table-col.multimedia {
        text-align: center;
        height: 40px;
    }

    .mcm.div-table .div-table-col:before {
        position: absolute;
        left: 2%;
        top: 15%;
        border: none;
    }

    .mcm .div-table-col.end {
        margin-bottom: 25px;
    }

    .mcm .dark,
    .mcm thead {
        display: none;
    }

    .mcm .meeting:before {
        content: 'Meeting';
        width: 50%;
    }

    .mcm .venue:before {
        content: 'Venue';
    }

    .mcm .date:before {
        content: 'Date';
    }

    .mcm .time:before {
        content: 'Time';
    }

    .mcm .agenda:before {
        content: 'Agenda';
    }

    .mcm .htmlagenda:before {
        content: 'HTML Agenda'
    }
    .mcm .packet:before {
        content: 'Packet';
    }

    .mcm .htmlpacket:before {
        content: 'HTML Packet'
    }
    .mcm .minutes:before {
        content: 'Minutes';
    }

    .mcm .multimedia:before {
        content: 'Multimedia';
    }

}