        eztable table {
            border-collapse: collapse;
            table-layout: fixed;
            width: 100%;
        }

        eztable th {
            background: #F5F5F5;
            display: none;
        }

        eztable td,
        eztable th {
            height: 10px;
        }

        eztable td,
        eztable th {
            border: 1px solid #DDD;
            padding: 10px;
            empty-cells: show;
        }

        eztable td,
        eztable th {
            text-align: center;
            vertical-align: middle;
        }



        eztable {
            box-sizing: border-box;
            padding: 0;
            margin: 0;
            outline: 0;
            font-family: Verdana, Geneva, sans-serif;
            font-size: 13px;
            padding: 14px;
        }

        .templateDetail1s {
            display: flex;
        }

        .rowcontainer {
            display: flex;
            width: 100%;
            height: auto;
            vertical-align: middle;
        }



        .ezrow {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            vertical-align: middle;

        }

        .halfcol {
            /* display: flex !important; */
            /* float: left; */
            background-color: rgb(248, 246, 246);
            /* height: 200px; */
            position: relative;
            flex: 0 0 50%;
        }

        .ezcol30 {
            /* display: flex !important; */
            /* float: left; */
            background-color: rgb(0, 81, 128);
            height: 200px;
            position: relative;
            flex: 0 0 30%;
        }

        .ezcol40 {
            /* display: flex !important; */
            /* float: left; */
            background-color: rgb(252, 242, 153);
            /* height: 200px; */
            position: relative;
            flex: 0 0 40%;
        }


        .ezcol60 {
            /* display: flex !important; */
            /* float: left; */
            background-color: green;
            /* height: 200px; */
            position: relative;
            flex: 0 0 60%;
            vertical-align: middle;
        }

        .ezcol65 {
            /* display: flex !important; */
            /* float: left; */
            background-color: green;
            /* height: 200px; */
            position: relative;
            flex: 4 4 65%;
            min-width: auto;
            vertical-align: middle;
        }


        .ezcol35 {
            min-width: 400px;
            background-color: green;
            /* height: 400px; */
            position: relative;
            flex: 0 0 35%;
            vertical-align: middle;
        }

        .ezcol70 {
            /* display: flex !important; */
            /* float: left; */
            background-color: green;
            height: 200px;
            position: relative;
            flex: 0 0 70%;
        }

        .ezcol90 {
            /* display: flex !important; */
            /* float: left; */
            background-color: green;
            min-height: 1px;
            position: relative;
            flex: 0 0 90%;
        }

        .ezcol10 {
            /* display: flex !important; */
            /* float: left; */
            background-color: rgb(128, 30, 0);
            min-height: 1px;
            position: relative;
            flex: 0 0 10px;
        }

        .fullcol {
            background-color: rgb(239, 243, 239);
            position: relative;
            flex: 0 0 100%;
            max-width: 1200px;
            display: inline-block !important;


        }

        @media screen and (max-width: 800px) {

            .fullcol,
            .halfcol,
            .ezcol30,
            .ezcol40,
            .ezcol60,
            .ezcol70,
            .ezcol35,
            .ezcol65,
            .third {
                flex: 0 0 100%;
                margin: 0 auto;
                vertical-align: middle;

            }
        }
        @media screen and (max-width: 600px) {
    .myanchor{
    position: relative;
    top: -50px;
    } }
        .wrapper {
            display: grid;
            max-width: 1200px;
            margin: 0 auto;
            grid-template-columns: 350px 1fr;
            background: rgb(248, 248, 246);
            
        }

        @media screen and (max-width: 800px) {
            .wrapper {
                display: grid;
                grid-template-columns: 1fr;
            }
        }

        b {
            font-weight: bold;
        }
        img.img_borderx{
        border:1px solid;border-color: lightgrey;padding: 5px,  !important;}
        h2 b,h2,.card h2 {font-size: 1.5rem !important;font-weight: 400 !important;}
        h3 b,h3,.card h3 {font-size: 2.3 rem !important;font-weight: 400 !important;}
        h4 b,h4,.card h4 {font-size: 1.1 rem !important;font-weight: 400 !important;}
        .elist,.elist li  {list-style-type: disc !important;list-style-position: inside !important;padding-left: 5px;}
        .h1c {font-size: 1.9rem !important;font-weight: 500 !important;}
        .h2c {font-size: 1.5rem !important;font-weight: 500 !important;}
        .h3c {font-size: 1.4rem !important;font-weight: 500 !important;}
        .h4c {font-size: 1.3rem !important;font-weight: 500 !important;}
        .more {font-size:1.3rem; padding-bottom:10px; color: brown;}


        eztable table { border-collapse:collapse; table-layout:fixed; width:100%; }
eztable th { background:#F5F5F5; display:none; }
eztable td, eztable th {
  height:10px;
}
eztable td, eztable th { border:1px solid #DDD; padding:10px; empty-cells:show; }
eztable td, eztable th {
  text-align:center;
  vertical-align:middle;
}



eztable {
  box-sizing:border-box;
  padding:0;
  margin:0;
   outline: 0;
   font-family:Verdana, Geneva, sans-serif;
   font-size:13px;
   padding:14px;
     }