.coursePanel {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-top: 20px;
    margin-left: 2px;
    padding-bottom: 5px;
    background: /* gradient can be an image */
    linear-gradient(90deg,#792259 0,#db4433) left bottom no-repeat;
    background-size: 100% 5px;
    text-decoration: none;
    transition: background-color .3s linear;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.courseTitle {
    font-weight: bold;
    font-size: 110%;
    margin: 0;
    padding: 15px 20px;
    background-color: #f6f6f6;
    font-family: akzidenz-grotesk,sans-serif;
    font-size: 21px;
    line-height: 25px;
    color: #622567;
    font-weight: 700;
}


.courseContent {
    margin: 0;
    padding: 15px 20px;
    text-align: justify;
}



.courseInput {
    width: 350px;
}

.courseDdl {
    box-sizing: border-box;
    width: 100%;
    height: 4.2em;
    font-size: 1rem;
    padding: 26px 42px 8px 16px;
    border: 3px solid #eaeaea;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .2s ease;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
}

body {
    overflow-x: visible !important;
    font-family: akzidenz-grotesk,sans-serif;
}

.align_text_right {
    text-align:right;
}

.course_table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    margin-top:40px;
}

.course_table_header {
    font-weight: 700;
    line-height: 1.125em;
    letter-spacing: 0;
    background-color: #333;
    color: #fff;
    border-bottom: 1px solid #666;
    font-size: 20px;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.course_table_header > th {
    padding:15px;
}

.course_table_sub_header {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.125em;
    letter-spacing: 0;
    background-color: #adadad;
    border: 1px solid #666;
}

.course_table_sub_header > th {
    padding: 15px;
}

.course_table_sub_header > th > a {
    color: #622567 !important;
    border-bottom: 1px dotted #622567 !important;
}

.course_table_sub_header > th > a:hover {
    color: #db4433 !important;
    border-bottom: 1px dotted #db4433 !important;
}
    
.course_table_row {
    background-color: #f6f6f6;
}

.course_table_row > td {
    padding: 15px;
    border: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
}

.td-40 {
    width: 25%;
}

.td-60{
    width:60%;
}