  .modal{
left:10% !important;
margin-left: 0% !important;
width: 80% !important;
}


.prereq_comp_page_bottom_full_section {
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 20px 0;
    width: 99%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,f9f9f9+100 */
background: rgb(246,246,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(249,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

    border-radius: 5px;
    
    padding:20px;
    box-sizing:border-box;
}
.prereq_comp_page_full_left_secion img {
    width: 150px;
}
.prereq_comp_page_full_left_secion {
    float: left;
    margin-right: 2%;
    text-align: center;
    width: 16%;
}
.prereq_comp_page_full_right_secion {
    float: left;
    width: 82%;
}
.prereq_comp_page_main li {
    list-style: outside none none;
}
.prereq_comp_page_top_section h3 {
    font-size: 20px;
}
.prereq_comp_page_brreadcrumb ul li {
    display: inline;
    margin-right: 2px;
}
.prereq_comp_page_brreadcrumb span {
    margin-left: 6px;
}
.prereq_comp_page_brreadcrumb ul li a, .prereq_comp_page_brreadcrumb ul li span {
    color: #555;
}
.prereq_comp_page_bottom_full_section h3 {
   font-size: 20px;
   line-height:normal;
}
.prereq_comp_page_main a:hover
{
color:#0070a8 !important;
}

.prereq_comp_page_main h3
{
color:#0070a8;
 line-height:normal;
}

.bottom_section {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.prereq_comp_page_full_right_secion ul {
    margin: 15px 0;
}
.prereq_comp_page_full_right_secion ul {
    color: #0070a8;
    padding-left: 30px;
}
.prereq_comp_page_main .prereq_comp_page_full_right_secion ul li {
    list-style:disc !important;
    margin: 5px 0;
}
.prereq_comp_page_brreadcrumb {
    margin: 5px 0;
}

@media (max-width:640px)
{
.prereq_comp_page_full_left_secion {
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.prereq_comp_page_full_right_secion {
    float: left;
    width: 100%;
}

.prereq_comp_page_main h3
{
font-size:16px;
}
}
.modal.fade { display: none; }