.InformationButton {
    background-Color: #ffffff;
    border: 1px solid #ccc;
}

.InformationButtonSelected {
    background-Color: #B5BDD6;
    border: 1px solid #ccc;
}

.InformationButtonOver {
    background-Color: #B5BDD6;
    border: 1px solid #ccc;
}

.InformationButtonClick {
    background-Color: #8494B5;
    border: 1px solid #ccc;
}

.tblAdminHeader {
    font-weight: bold;
    color: #555555;
    background-image: url(../images/adminheaderbg_blue.gif); /*	background-image: url(/images/adminheaderbg.gif);*/
}

.adminheadertd, adminheadertbl {
    font-weight: bold;
    color: #555555; /*	background-image: url(/images/adminheaderbg.gif);*/
}

.adminheadertd_btn {
    font-weight: bold;
    color: #555555;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.adminheadertd_btn_Over {
    font-weight: bold;
    color: #555555;
    background-color: #FFD497;
    padding-left: 3px;
    padding-right: 3px;
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    cursor: pointer;
}

.adminheadertd_btn_Click {
    font-weight: bold;
    color: #555555;
    background-color: #FF9E15;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #cccccc;
}

.admin_header_smalltext {
    font-size: small;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

.admin_header_bg {
    background-position: right top;
    background-image: url(../images/admin/adminheader.gif);
    background-repeat: no-repeat;
    background-color: white;
}

.TableEditors {
    border: #e6e6e6 1px solid;
    background-color: #e6e6e6;
}

.tdReportTitle {
    font-weight: bold;
    font-size: 12px;
    border-bottom: #000000 1px solid;
}

.InfoBoxTable {
    background-color: #e6e6e6;
}

.InfoBoxContentTd {
    background-color: #fbfbfb;
}

.InfoBoxHeaderText {
    font-weight: bold;
    color: black;
}
/*The Link Text in the link asset, used for all the types: li tag in the bullet list , for the title in the Title+Desc and Title layout types*/
.AdminXPtableBorders {
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
}

.LinkListItemTitle {
    font-weight: bold;
    color: navy;
}
/*The Header cell row in the xpboxes*/
.XPBoxHeaderRow {
    color: #000000;
    background-color: #e6e6e6;
    padding: 5px;
}
/*The text in the header cell row in the xpboxes*/
.XPBoxHeaderRowText {
    color: #000000;
}
/*General style set for all the datagrids used in the client*/
.DataGridGeneralClass {
    color: #000000;
    width: 100%;
    background-color: White;
    border: none 1px #e0e0e0;
}
/*General style set for all the AlternatingItems in the datagrids in the client*/
.DataGridAlternatingItemStyle {
    background-color: #F3F2F2;
}
/*General style set for all the Items in the datagrids in the client*/
.DataGridItemStyle {
    background-color: white;
    color: Black;
}
/*General style set for all the headers in the datagrids in the client*/
.DataGridHeaderStyle {
    font-weight: bold;
    color: White;
    background-color: #006699;
}
/*General style set for all the text in headers in the datagrids in the client*/
.DataGridHeaderStyleText {
    font-weight: bold;
    color: White;
    background-color: #006699;
}
/*General style set for all the linking text(sort orders) in headers in the datagrids in the client*/
a.DataGridHeaderStyleText:visited {
    font-weight: bold;
    color: White;
    background-color: #006699;
}
/*General style set for all the linking text(sort orders) in headers in the datagrids in the client*/
a.DataGridHeaderStyleText:hover {
    font-weight: bold;
    color: White;
    background-color: #006699;
}
/*General style set for all the linking text(sort orders) in headers in the datagrids in the client*/
a.DataGridHeaderStyleText:link {
    font-weight: bold;
    color: White;
    background-color: #006699;
}
/*General style set for all the linking text(sort orders) in headers in the datagrids in the client*/
a.DataGridHeaderStyleText:active {
    font-weight: bold;
    color: White;
    background-color: #006699;
}
/*General style set for all the text in Footer in the datagrids in the client*/
.DataGridFooterStyle {
    font-weight: bold;
    color: #000066;
    background-color: White;
}
/*General style set for all the text in Selected Items in the datagrids in the client*/
.DataGridSelectedItemStyle {
    font-weight: bold;
    color: White;
    background-color: #669999;
}
/*General style set for all the text in Page setter in the datagrids in the client*/
.DataGridPagerStyle {
    color: #000066;
    background-color: White;
    text-align: left;
}
/*Std. black text which remain black*/
.StdBlack {
    color: #000000;
}
/*The XPBox Table container*/
.XPBoxTable {
    background-color: #e6e6e6;
    width: 98%;
    padding: 6px;
    margin: 2px;
}
/*The XPbox Content text*/
.XPBoxContentCellText {
    color: #000000;
}
/*The XPBox Content box*/
.XPBoxContentCell {
    padding-left: 10px;
    background-color: #fbfbfb;
    color: #000000;
}
/* The News item headings*/
.NewsHeading {
    color: #000000;
    font-weight: bold;
}
/* The News text*/
.NewsText {
    color: #000000;
}
/*The date text in the news items*/
.NewsDateText {
    color: #000000;
    font-weight: bold;
}
/*Newschannel Heading text*/
.NewsChannelTitleText {
    color: #990000;
    font-weight: bold;
}

.NewsChannelTitle {
    color: #990000;
    font-weight: bold;
}
/*the block container for each news item*/
.NewsItemBlock {
    padding-left: 10px;
    padding-top: 4px;
}
/*News Link Class*/
.NewsLinkCssClass {
    color: blue;
    font-weight: bold;
    padding-left: 15px;
}
    /*News Link Class link*/
    .NewsLinkCssClass:link {
        color: blue;
        font-weight: bold;
        padding-left: 15px;
    }
    /*News Link Class visited*/
    .NewsLinkCssClass:visited {
        color: blue;
        font-weight: bold;
        padding-left: 15px;
    }
    /*News Link Class hover*/
    .NewsLinkCssClass:hover {
        color: blue;
        font-weight: bold;
        padding-left: 15px;
        text-decoration: underline;
    }

.BtnNavLink:link {
    color: #555555;
    font-weight: bold;
}

.BtnNavLink {
    color: #555555;
    font-weight: bold;
}

    .BtnNavLink:visited {
        color: #555555;
        font-weight: bold;
    }

    .BtnNavLink:hover {
        color: #555555;
        text-decoration: underline;
        font-weight: bold;
    }

.BtnNavLinkBlack:link {
    color: Black;
    font-weight: bold;
}

.BtnNavLinkBlack {
    color: Black;
    font-weight: bold;
}

    .BtnNavLinkBlack:visited {
        color: Black;
        font-weight: bold;
    }

    .BtnNavLinkBlack:hover {
        color: Black;
        text-decoration: underline;
        font-weight: bold;
    }

html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #FFFFFF;
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #000000;
    margin: 0%;
    text-decoration: none;
    overflow: auto;
    height: 100%;
    width: 100%;
}

A:link {
    color: #000000;
    cursor: pointer;
    cursor: pointer;
    text-decoration: none;
}

A:active {
    color: #000000;
    text-decoration: none;
}

A:visited {
    color: #000000;
    text-decoration: none;
}

A:hover {
    color: #999999;
    text-decoration: underline;
}

H6 {
    color: #000000;
    font-size: 10pt;
    font-weight: lighter;
}

.greytext {
    color: #000000;
}

.navn {
    font-size: large;
    font-weight: bolder;
    color: #336699;
    font-style: oblique;
}

.greymed {
    font-size: small;
    color: #000000;
}

p {
    line-height: 150%;
    color: #000000;
}

.heading {
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

h2 {
}

.admin_menu {
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
}

.userlist {
    color: #000000;
}

.input1 {
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px #FFFFFF solid;
    border-color: #FFFFFF;
}

.headertext {
    font-weight: bold;
    color: #555555;
    background-color: #ededed;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}
/*
.headertext
{
	font-weight: bold;
	color: #555555;
	background-color: #17c1e5;

	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;}
*/

.blackheader {
    font-weight: bold;
    color: #000000;
    text-align: center;
    vertical-align: top;
}

.tdgrey {
    background-color: #CCCCCC;
    vertical-align: top;
}

.cleanbluetext {
    color: #336699;
}

td {
}

.stdtextblack {
    color: #666666;
}

.stdtextblack_link {
    color: #000000;
    text-decoration: underline;
}

.TopMenuGroup {
    border: 1px;
    border-style: outset;
    border-color: Gray;
}

.MenuGroup {
    background-color: white;
    border: 1px;
    border-style: solid;
    border-color: Gray;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= 'dimgray', Direction=135, Strength=3);
}

.MenuItem {
    color: black;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.MenuItemOver {
    color: black;
    background-color: silver;
    color: black;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.DisabledMenuItem {
    color: Gray;
    background-color: white;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.DisabledMenuItemOver {
    color: Gray;
    background-color: silver;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.MenuBreak {
    padding: 0px;
}

.ND {
    border-style: none;
    padding-left: 19px;
    margin: 3px;
}

.StdMenuText {
    color: #333333;
}

.itemNone {
    margin: 3px;
    display: block;
    cursor: pointer;
    cursor: pointer;
    padding-left: 19px;
}

.itemFile, .itemFile_over, .itemFile_selected, .itemFile_over_selected, .itemFile_open, .itemFile_open_selected {
    margin: 3px;
    display: block;
    padding-left: 33px;
    background-image: url(../images/icons/file.gif);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

.itemFolderOpen, .itemFolderOpen_open, .itemFolderOpen_selected, .itemFolderOpen_over_selected, .itemFolderOpen_selected {
    margin: 3px;
    display: block;
    padding-left: 33px;
    background-image: url(../images/icons/open_folder.gif);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

.itemFolderClosed, .itemFolderClosed_over {
    margin: 3px;
    display: block;
    padding-left: 33px;
    background-image: url(../images/icons/closed_folder.gif);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

.CustomMenuCSSClass5, .CustomMenuCSSClass5_open, .CustomMenuCSSClass5_over, .CustomMenuCSSClass5_over_selected, .CustomMenuCSSClass5_selected, .CustomMenuCSSClass5_open_selected {
    margin: 3px;
    padding: 3px;
    background-color: #F4F4F4;
    border-color: #FFFFFF #000000 #000000 #FFFFFF;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    cursor: pointer;
    font-weight: bold;
    color: #333333;
}

.CustomMenuCSSClass6, .CustomMenuCSSClass6_open, .CustomMenuCSSClass6_over, .CustomMenuCSSClass6_over_selected, .CustomMenuCSSClass6_selected, .CustomMenuCSSClass6_open_selected {
    margin: 3px;
    padding: 3px;
    width: 80%;
    background-color: #333333;
    border-color: #FFFFFF #000000 #000000 #FFFFFF;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
}

.CustomMenuCSSClass7, .CustomMenuCSSClass7_open, .CustomMenuCSSClass7_over, .CustomMenuCSSClass7_over_selected, .CustomMenuCSSClass7_selected, .CustomMenuCSSClass7_open_selected {
    margin: 3px;
    padding: 3px;
    background-color: #F4F4F4;
    border-color: #FFFFFF #000000 #000000 #FFFFFF;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    cursor: pointer;
    font-weight: bold;
    color: #333333;
}

.itemImage, .itemImage_open, .itemImage_over, .itemImage_over_selected, .itemImage_selected, .itemImage_open_selected {
    margin: 3px;
    cursor: pointer;
}

.CustomMenuCSSClass8, .CustomMenuCSSClass8_open, .CustomMenuCSSClass8_over, .CustomMenuCSSClass8_over_selected, .CustomMenuCSSClass8_selected, .CustomMenuCSSClass8_open_selected {
    margin: 3px;
    padding: 3px;
    background-color: #F4F4F4;
    border-color: #FFFFFF #000000 #000000 #FFFFFF;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    cursor: pointer;
    font-weight: bold;
    color: #333333;
}

.linktopmenu {
    color: #FFFFFF;
    font-weight: bold;
}

.headertextnumbers {
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
}

.headertextnumbersmarked {
    font-weight: bold;
    color: #FF0000;
    vertical-align: middle;
}

.layer1 {
    background-color: #333333;
    position: absolute;
    z-index: auto;
    height: 35px;
    width: 100%;
    left: 0px;
    top: 0px;
    overflow: auto;
}

.tdblack {
    background-color: #000000;
    vertical-align: top;
}

.tdboxmain {
    color: #FFFFFF;
    background-color: #B2B6A8;
    font-style: normal;
    font-weight: bold;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.std_td {
    border: 1px #000000 solid;
}

.std_bottom {
    color: #000000;
}

.input_textbox {
    color: #000000;
}

.Small_Heading {
    font-weight: bold;
    color: #000099;
}

.input_dropbox {
    color: #000000;
}

.CssClassMediatype_6 {
    background-color: #CCCCCC;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.CssClassMediatype_2 {
    background-color: #FFFFFF;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.std_tdGreyBg {
    border: 1px #000000 solid;
    background-color: #CCCCCC;
}

.CssClassMediatype_1 {
    background-color: #CCCCCC;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.CssClassMediatype_7 {
    background-color: #FFFFFF;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.std_bottomdiagram {
    color: #000000;
}

.tblSCO_mediatypes_4 {
    background-color: #CCCCCC;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.CssClassMediatype_3_question_column {
}

.CssClassMediatype_3_answer_column {
}

.CssClassMediatype_3_tip_column {
}

.CssClassMediatype_3_question_column_text {
}

.CssClassMediatype_3_answer_column_text {
}

.CssClassMediatype_3_tip_column_text {
}

.CssClassMediatype_3 {
    background-color: #CCCCCC;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.buttonFixedWidth {
    width: 140px;
}

.bordersGrey {
    border-color: #FFFFFF #666666 #666666 #FFFFFF;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.bg_MEheader {
    background-image: url(../images/bg_MEheader.gif);
    background-repeat: repeat-x;
    background-position: top left;
    vertical-align: middle;
}

.bg_MEsubheader {
    background-image: url(../images/bg_MEsubheader.gif);
    background-repeat: repeat-x;
    background-position: top left;
    vertical-align: middle;
    border: 1px;
}

.bg_MEsubheaderX {
    background-image: url(../images/bg_MEsubheader.gif);
    background-repeat: repeat-x;
    background-position: top left;
    vertical-align: middle;
}

.MEbutton {
    background-image: url(../images/bg_MEbutton.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.bg_MEsubsubheader {
    background-image: url(../images/bg_MEsubsubheader.gif);
    background-repeat: repeat-x;
    background-position: top left;
    vertical-align: middle;
    color: #000000;
}

.winBG {
    background-color: #D4D0C8;
}

.CssClassMediatype_8 {
    background-color: #CCCCCC;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.bordersWhite {
    border-color: #666666 #FFFFFF #FFFFFF #666666;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.input_smalldropbox {
}

.xtraSmall_heading {
    color: #000099;
    font-weight: bold;
}

.CssClassMediatype_4 {
    background-color: #FFFFFF;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.stdtextblack_small {
    font-size: small;
    color: #000000;
}

.CssClassMediatype_8 {
    background-color: #CCCCCC;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.CssClassMediatype_9 {
    background-color: #CCCCCC;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.CssClassMediatype_10 {
    background-color: #CCCCCC;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.CssClassMediatype_11 {
    background-color: white;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.CssClassMediatype_12 {
    background-color: white;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.CssClassMediatype_13 {
    background-color: white;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.slideEditorActionBlack {
    color: #000000;
    font-weight: bold;
}

.slideEditorActionGrey {
    color: #999999;
    font-weight: bold;
}

.slideEditorActionBlack:link {
    color: #000000;
    font-weight: bold;
}

.slideEditorActionGrey:link {
    color: #999999;
    font-weight: bold;
}

.slideEditorActionBlack:visited {
    color: #000000;
    font-weight: bold;
}

.slideEditorActionGrey:visited {
    color: #999999;
    font-weight: bold;
}

.slideEditorActionBlack:hover {
    color: #000000;
    font-weight: bold;
}

.slideEditorActionGrey:hover {
    color: #999999;
    font-weight: bold;
}

.singleBorder {
    border: solid 1px #cccccc;
}

.sectionheadertext {
    font-weight: bold;
    color: #000000;
    text-align: left;
    background-color: #cccccc;
    padding: 5px 5px 5px 5px;
}

.sectionheadertextbg {
    font-weight: bold;
    color: #000000;
    text-align: left;
    background-image: url(../images/assetadmin_bg.jpg);
    padding: 5px 5px 5px 5px;
}

.bordercustombody {
    border-color: #bbbec2;
    border-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 1px;
}

.bordercustomheader {
    border-color: #bbbec2;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.bgTDBlock {
    border-top: #333333 1px solid;
    font-weight: bold;
    color: black;
    border-bottom: #333333 1px solid;
    background-color: #ece9d8;
}
/*Style for the percent status bar in the my course collection*/
.CourseProgressText {
    color: #000000;
    background-color: #CCEAFF;
}
/*Style for the Percent viewer table*/
.PercentViewerTableCssClass {
    background-color: #ffffff;
    border: 1px solid #999999;
}

.categoryHeaderRow {
    border-bottom: #e8e8e8 1px solid;
    font-weight: bold;
    background-color: #efefef;
}

.categoryRowDDL {
    width: 100px;
    background-color: #cccccc;
}

.categoryRowDDL_NoWidth {
    width: 100px;
    background-color: #cccccc;
}

.CompetenceRowDDL {
    width: 100px;
    background-color: #cccccc;
}

.categoryRow {
    border-bottom: #e8e8e8 1px solid;
}

.CompetenceRow {
    border-bottom: #e8e8e8 1px solid;
}

.cpmTbx_btn {
    font-weight: bold;
    color: #555555;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.cpmTbx {
    font-weight: bold;
    color: #555555;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 1px;
}

.cpmTbx_btn_Over {
    font-weight: bold;
    color: #555555;
    background-color: #FFD497;
    padding-left: 3px;
    padding-right: 3px;
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}

.cpmTbx_btn_Click {
    font-weight: bold;
    color: #555555;
    background-color: #FF9E15;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #cccccc;
}

.container {
    background-image: url(../images/ControlImages/tab_center.gif);
    background-repeat: repeat-x;
}

.mpBorder {
    border: solid 1px #666666;
}

.QuestionFeedbackText {
    color: red;
    font-style: italic
}

.tblBorders {
    border: #ccc 1px solid;
}

.nlc_infoheader {
}

.sectionline {
    background-color: #2254b1;
}
/* Feedback Viewer CSS */

.feedbackHeader {
    color: #565656;
    font-weight: bold;
    float: left;
    margin: 5px 0 10px 0;
}

.feedbackContent {
    background: #deeefa;
    border: 1px #afd3f2 solid;
    padding: 2%;
    color: #565656;
    font-weight: bold;
    float: left;
    width: 96%;
    margin: 0 0 10px 0;
}

.feedbackClose {
    background: #f6f6f6;
    padding: 3px 5px;
    border: 1px solid #cdcdcd;
    margin: 0 0 10px 0;
    float: right;
}

    .feedbackClose img {
        border: 0;
        margin: 0;
        padding: 0;
    }

.lc-client-feedback-icon {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 500%;
    color: #ff6961;
    line-height: 100%;
}

    .lc-client-feedback-icon:before {
        content: "\26A0";
    }

.ca-prereq-feedback-error {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 105%;
}

.ca-prereq-items {
    text-align:left;
}

.lc-client-feedback-wrap {
    width: 90%;
    margin: 0 5%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    background: #eee;
}