.table{
    width: 100%;
    margin-bottom: 18px;
}

.table tr{
    border: none;
}

.table td, .table th{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}

.learningmodulelisting {
    border-bottom: 1px dotted #666666;
    clear: both;
}
.learningmodulelisting .home_feature {
    padding: 10px;
}
table {
    border-collapse: collapse;
}

#lm_full .learningmodule_title, #lm_full .learningmodule_description, #lm_full .learningmodule_data_table {
    float: left;
    padding-right: 10px;
    width: 405px;
}
.learningmodule_title {
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-left: 0px !important;
}

#lm_full .learningmodule_price {
    float: right;
    width: 344px;
}

.learningmodule_data_table, .learningmodule_access_time, .learningmodule_description {
    /*font-size: 10px !important;*/
}

.learningmodule_moreinformation {
    float: right;
}

#lm_full a:hover{
    color: #bcbb82;
    text-decoration: none;
}

.application-description {
    border-bottom: 1px solid #275285;
    margin-bottom: 10px;
}

.home_feature .learningmodule_title {
    font-size: 18px;
    margin-right: 10px;
}

.learningmodule_icon_ondemand {
    background-image: url("../images/icon_vid.gif");
}
.learningmodule_icon_emonograph {
    background-image: url("../images/icon_doc.gif");
}
.learningmodule_icon {
    display: block;
    float: left;
    height: 28px;
    margin-right: 4px;
    margin-top: -0.5em;
    width: 28px;
}

.home_feature .learningmodule_data_table {
    /*font-size: 12px !important;*/
    line-height: 24px;
    margin-left: 33px;
    margin-top: 10px;
    width: 600px;
}

.home_feature .learningmodule_moreinformation {
    bottom: 15px;
    position: absolute;
}
.home_feature .learningmodule_access_time {
    /*font-size: 12px !important;*/
    line-height: 24px;
}

.home_feature .learningmodule_thumbnail img {
    height: 180px;
    margin-right: 20px;
    width: 180px !important;
}
.learningmodule_thumbnail{
    width: 180px !important;
    float: right !important;
    margin-right: 25px;
    height: 30px !important
}
.featured_activities h1 {
    color: #fc5d23;
}
#free-purchase-modal {
    width: 280px;
    margin-left: -140px;
    top: 40%;
    left: 50%;
    z-index: 2147483647;
    border: 5px transparent none;
    background: none;
    box-shadow: 0px 0px 0;
    border-radius: 0px;
    overflow: hidden;
}
#free-purchase-modal.free-purchase {
    border: 5px solid #807875;
    box-shadow: 0px 0px 0px;
    background-color: #fff;
}
#free-purchase-modal .free-purchase-body {
    text-align: center;
}
#free-purchase-modal .jz-modal-footer {text-align: center;}
#free-purchase-modal .asge_button {
    min-width: 75px;
    margin: 0px;
    display: inline-block;
}
#free-purchase-modal .asge_button:hover {
    color:#fff;
    text-decoration: none;
    background-color: #fc5d23;
}
.jz-modal-backdrop, .jz-modal-backdrop.fade.in {
    z-index: 2147483640;
    background: #fff;
}