#folio_cr {
    padding:10px;
    background: #EEEEEE;
    border: #000000 thin solid;
}
#folio_cr h3 {
    font-size:20px;
}
#close_cr_link {
    font-size: 11px;
    float: right;
    margin-top: -31px;
}
.cr_show_links {
    float:right;
    cursor:pointer;
}
.cr_expand {
    /* cursor: pointer;
    color: blue;
    text-decoration: underline; */
    font-size: 11px;
}
.cr_item {
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
}
.cr_title {
    font-size:16px;
}
.cr_termName {
    font-size: 11px;
    font-style: italic;
    color: #333333;
}
.cr_course {
    background: #FFFFFF;
    margin: 10px;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
}
.cr_table_heading {
    background: #DDDDDD;
}
.cr_course_details {
    font-size: 11px;
    font-style: italic;
}
span.cr_item_detail_link {
    font-size: 11px;
}
span.cr_item_detail_link img {
    max-height: 11px;
    vertical-align: text-top;
}
span.cr_online_link img {
    max-height: 11px;
}
span.cr_online_link {
    font-weight: bold;
}
span.cr_department {
    font-style: italic;
    font-size: 11px;
}
span.cr_courseName {
    font-weight: bold;
    font-size: 14px;
}
table.cr_holdings {
    border-collapse: collapse;
}
table.cr_holdings, .cr_holdings th, .cr_holdings td {
    border: 1px solid #333333;
    padding: 3px 10px;
}
.cr_holdings td {
    background-color: #FFFFFF;
}
#folio_cr_loader {
	font-weight:bold;
}
