@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");

span {
    display: inline-block;
}

a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    /* color: seagreen; */
    color: darkgreen;
    text-decoration: underline dotted;
}

a:hover {
    /* background-color: transparent; */
    /* color: #989247; */
    text-decoration: underline;
}

hr.black {
    border: none;
    height: 1px;
    color: black;
    /* old IE */
    background-color: black;
    /* Modern Browsers */
}

ul.circle {
    list-style-type: circle;
}

ul.square {
    list-style-type: square;
}

ol.upper-roman {
    list-style-type: upper-roman;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

div.main {
    /* max-width: 1300px; */
    width: 1300px;
    margin: auto;
    border: 0px solid transparent;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: inherit;
    letter-spacing: -0.0325em;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
}

p {
    text-indent: 25px;
    margin: 0;
    padding-top: 0;
}

/* R */
#R {
    width: 40px;
    vertical-align: text-bottom;
}

body {
    font-family: "Source Sans Pro", "sans-serif";
    font-size: 14pt;
    line-height: 1.75em;
    /* color: #39454b; */
    color: black;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 10px;
    border: 0;
    background-color: #f5f5f5;
}

.bag {
    background-color: #ffffff;
    border: 1px solid rgba(40, 62, 74, 0.6);
}

.bag.bagShadowed {
    box-shadow: 0px 3px 10px 1px rgba(40, 62, 74, 0.6);
}

.bag.bagSpaced {
    padding: 15px;
}

.bag.bagRounded {
    border-radius: 1.00rem;
}

/* .target { */
/* width:50%; */
/* height:200px; */
/* border:solid black 1px;  */
/* } */

/* .target > div {
        display:none;
    }
    
    .target > div:target {
        display:block;
    } */

/* .topic {
    font-weight: bold;
} */


/* .evaluation {
    color: red;
    text-decoration: underline dotted;
} */

a.topic {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: black;
    text-decoration: underline dotted;
}

a.topic:hover {
    /* background-color: transparent;
    color: red; */
    text-decoration: underline;
}

a.evaluation {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: darkred;
    text-decoration: underline dotted;
}

a.evaluation:hover {
    /* background-color: transparent;
    color: red; */
    text-decoration: underline;
}

/* .class {
    color: darkgreen;
    text-decoration: underline dotted;
    font-weight: bold;
} */

/* a.classe>ul>li {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: darkgreen;
    text-decoration: underline dotted;
}

a.classe:hover {
    text-decoration: underline;
} */

/* .classrec {
    color: darkred;
    text-decoration: underline dotted;
    font-weight: bold;
} */

/* a.classrec {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: darkred;
    text-decoration: underline dotted;
}

a.classrec:hover {
    color: black;
    background-color: transparent;
    color: brown;
    text-decoration: underline;
} */

/* .lab {
    color: darkgoldenrod;
    text-decoration: underline dotted;
    font-weight: bold;
} */

a.lab {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: darkgoldenrod;
    text-decoration: underline dotted;
}

a.lab:hover {
    /* background-color: transparent;
    color: crimson; */
    text-decoration: underline;
}

/* .documentTable {
} */

/* .documentTable th, .documentTable td {
    padding-left: 15px;
} */

.documentTable th {
    text-align: left;
    font-weight: normal;
}

.gradeTable {
    border-width: 1px;
    border-style: dotted;
    border-color: black;
    border-spacing: 0px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
}

.gradeTable th, .gradeTable td {
    /* padding-left: 15px; */
    border-width: 1px;
    border-style: dotted;
    border-color: black;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    
}

.gradeTable th {
    text-align: left;
    font-weight: normal;
}


.fa {
    color: gray;
}

.mainDiv {
    display: none;
}

#home {
    display: block;
}

.sopContent {
    display: block;
}

.expandDiv {
    display: none;
    font-size: 14px;

}

.expandDiv::before, .expandDiv::after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    clear: both;
    background-color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}

.grade{
    text-align: center;
}