@charset "utf-8";

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 150%;
    padding: 2% 6%;
    text-align: justify;
}
/* Chapter Name */
h2 {
    color: #fff;
    font-size: 1.5em;
    background: #00aeef;
    padding: 10px;
}
h4 {
    color: #000;
    font-size: 1.5em;
}
/* Concept Heading */
.ConceptHeading,
.subHeading1,
.topicHeading {
    color: #00aeef;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 50px;
}
/* Sub Heading */
.SubHeading,
.highlight {
    color: #00aeef;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 40px;
}
.lining_box p.highlight {
    margin-top: 10px;
}
.Sub {
    color: #00aeef;
    font-size: 1em;
    font-weight: bold;
}
/* Sub Heading 2*/
.SubHeading2 {
    color: #d1640f;
    font-size: 1em;
    font-weight: bold;
}
/* Hightlisght Boxes */
.NewWordBox {
    background-color: #f7e7bd;
    padding: 15px;
    font-size: 0.9em;
    line-height: 120%;
}
.activityBox {
    background-color: rgba(206, 19, 55, 0.4);
    padding: 15px;
    font-size: 0.9em;
    line-height: 120%;
}
.caption {
    font-style: italic;
    font-size: 0.83em;
    color: #4d4d4d;
    text-align: center;
}
.box {
    background-color: #c7eafb;
    padding: 15px;
    font-size: 0.9em;
    border: 1px solid #00aeef;
}
.char-style-override-37,
.char-style-override-38,
.char-style-override-35,
.char-style-override-43 {
    color: #00aeef;
}
table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}
td {
    padding: 10px;
    border: 1px solid #000;
    border-collapse: collapse;
}
.no_border table,
.no_border td {
    border: 0px solid red;
}
table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}
.no_border table,
.no_border td {
    border: 0px solid red;
}
td {
    padding: 10px;
    border: 1px solid #000;
    border-collapse: collapse;
}

.underline_txt {
    font-decoration: underline;
}

.bold_txt {
    font-weight: bold;
}

.center_element {
    margin: auto;
}

.italics_txt {
    font-style: italic;
}

.block_element {
    display: block;
}

.img_rt {
    float: right;

    clear: both;
}

.img_lft {
    float: left;
}
.lining_box2 {
    border: 2px solid #000;
    padding: 15px;
    border-radius: 15px;
}

.cover_img_small {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    div.chapter_pos {
        top: 50%;
        font-size: 1em;
    }
    div.chapter_pos div {
        width: 70%;
    }
    .cover_img_small {
        width: 90%;
    }
}
img {
    max-width: 100%;
}
div.layout {
    text-align: center;
}
div.chapter_pos {
    text-align: center;

    width: 96%;

    position: absolute;

    top: 50%;
    line-height: 110%;
    font-weight: bold;

    font-size: 180%;

    color: #fff;
}

div.chapter_pos div {
    background: #266a2e;

    padding: 10px;

    width: 40%;

    margin: auto;
    opacity: 0.9;
}

div.chapter_pos div span {
    font-size: 0.7em;

    color: #eaeaea;

    font-weight: normal;
}
.activitybox2 {
    background-color: #f4a460;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}
.lining_box {
    border: 3px solid #00aeef;
    padding: 15px;
    font-size: 0.9em;
}
.lining_boxr {
    border: 3px solid #00aeef;
    padding: 15px;
    border-radius: 15px;
    margin-top: 40px;
}
.example1 {
    color: #00aeef;
    font-weight: bold;
}
.excercise {
    color: #00aeef;
    font-size: 1.3em;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
* {
    margin: 0;
    padding: 0;
}

.image {
    text-align: center;
    font-weight: bold;
}

.info {
    padding: 1% 15%;
    font-size: 90%;
    margin: 1% 0;
}

.superscript {
    vertical-align: super;
    font-size: 90%;
}

.subscript {
    vertical-align: sub;
    font-size: 90%;
}
div.layout {
    text-align: center;
}
div.chapter_pos {
    text-align: center;

    width: 96%;

    position: absolute;

    top: 50%;
    line-height: 110%;
    font-weight: bold;

    font-size: 180%;

    color: #fff;
}

div.chapter_pos div {
    background: #266a2e;

    padding: 10px;

    width: 40%;
    margin: auto;
    opacity: 0.9;
}

div.chapter_pos div span {
    font-size: 0.7em;

    color: #eaeaea;

    font-weight: normal;
}
.activitybox2 {
    background-color: #66ccff;
    padding: 20px;
    border-radius: 15px;
    margin: 5px 5px 5px 5px;
}
.lining_box {
    border: 3px solid rgb(0, 174, 239);
    padding: 5px;
}
.img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
}
.img_wid {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
}
ul {
    margin-left: 45px;
}

.caption {
    font-style: italic;

    font-size: 0.83em;

    color: #4d4d4d;

    text-align: center;
}

p {
    margin-top: 10px;
}

.footer {
    display: none;
}

table td {
    padding: 10px;
}
.activityBox {
    background-color: rgba(206, 19, 55, 0.4);
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}

@media only screen and (max-width: 767px) {
    div.chapter_pos {
        text-align: center;
        position: absolute;

        top: 40%;
        line-height: 100%;
        font-weight: bold;

        font-size: 0.8em;

        color: #fff;
    }

    div.chapter_pos div span {
        font-size: 0.5em;

        color: #eaeaea;

        font-weight: normal;
    }

    #oval {
        width: 240px;
        height: 120px;
        background: #bcf1ed;
        -moz-border-radius: 120px / 60px;
        -webkit-border-radius: 120px / 60px;
        border-radius: 120px / 60px;
    }

    #oval p {
        font-size: 0.7em;

        padding: 25px;
    }
}

.list {
    padding: 16px;
}
