﻿/*Added by Harish*/
.selectdiv {
    position: relative;
    float: left;
    min-width: 8px;
}



    .selectdiv:after {
        content: '<>';
        font: 17px "Consolas", monospace;
        color: #333;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 15px;
        top: 10px;
        padding: 0 0 2px;
        border-bottom: 1px solid #999;
        position: absolute;
        pointer-events: none;
    }

    .selectdiv select {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        width: 16%;
        max-width: 200px;
        height: 30px;
        float: right;
        margin: 5px 0px;
        padding: 0px 24px;
        font-size: 16px;
        line-height: 1.75;
        color: #333;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 0.25rem;
    }
/*Added by Harish*/
.course_card_height {height:400px;}
.course_card {background-color:white;float: left;	overflow:auto;}
