/* Header */
#header {
    background-color: white;
    border-top:3px solid #dcd3c4;
    width:100%;
    height: 56px;
    overflow: hidden;
}

#header .content {
    width:950px;margin:0 auto;
    margin-top: 15px;
}

#head-social{
	position:absolute;
	right:-59px;
	right:25px;
	top:3px;
}
#head-social a{
	margin-right:5px;
}

marquee{
    height:30px;
    border:#999 1px solid;
    background:#E6E6E6;
    margin:0 10px;
    width:920px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:18px;
    font-style:italic;
    font-weight:bold;
    color:#999;
}

#header .dropshadow {
    background: url('/assets/images/header_shadow.png') repeat-x;
    width: 100%;
    position: absolute;
    height: 5px;
    top: 65px;
    z-index:20;
}

/* commonly used across many pages */
.grey{background:#dddddd}
.grey-spacer{background:#dddddd; line-height:20px;}
.bold{font-weight:bold;}

/*Home page */
.margin-left-neg2{margin-left:-2px}

.topHomeBoxHeight {
    height: 501px;
}
.middleHomeBoxHeight {
    height: 377px;
}
.footerHomeBoxCustom {
    height: 165px;
    font-size: 0.8em;
    margin-right: 10px;
}

.right_border_img {
    background: url(/assets/images/home_box/right_border_reverse.gif) top right repeat-y;
    padding:0px 10px 0px 0px;
    height: 153px;
    margin:5px 10px 0 0;
}
.first_footer {
    padding-left: 10px;
}
.last_footer {

    margin:5px 10px 0 0;
}

div.homeBox {
    font: 12px;
    background: url(/assets/images/home_box/custom_corners_topleft.gif) top left no-repeat;
    border:none;
    position:relative;
}

div.home_box_240 {
    background: url(/assets/images/home/rectangle_bg_240.gif) center no-repeat;
    padding:10px;
    font-size: 10px;
    margin:0px 6px 5px 10px;
    height: 220px;
	margin-top:5px;
	font-size:14px;
}

div.homeBox h3 {
    font-size:1.3em;
    background: url(/assets/images/home_box/custom_corners_topright.gif) top right no-repeat;
    padding:2px 2px 2px 2px;
    color: #ffffff;
    margin:0;
}
div.homeBoxBody {
    background: url(/assets/images/home_box/custom_corners_rightborder.gif) top right repeat-y;
    padding:2px 2px 0px 2px;

    margin:0;
    margin-top:0em;
}

#home-content{
    padding:10px 20px;
    width:590px;
    float:left;
}
#home-content img#highest-level{
    margin-bottom:8px;
}
#home-sidebar{
    width:310px;
    margin-top:30px;
    float:left;
}
#home-sidebar #dyb-img{
    padding-left:14px;
}
#home-sidebar .sb-link{
    display:block;
    margin-top:10px;
    height:57px;
    float:right;
    margin-right:8px;
}
div.blogBoxBody {
    background: url(/assets/images/home_box/custom_corners_rightborder.gif) top right repeat-y;
	padding-top:20px;
}

div.blogBoxBody p {
	font-size:14px;	
}

div.homeBoxFooter {
    background: url(/assets/images/home_box/custom_corners_bottomleft.gif) bottom left no-repeat;
}
div.homeBoxFooter p {
    background: url(/assets/images/home_box/custom_corners_bottomright.gif) bottom right no-repeat;
    padding:2px 2px 2px 2px;
    margin:0em 0 0 0;
}

div.feature {
    font-size: 12px;
    background: url(/assets/images/feature/custom_corners_topleft.gif) top left no-repeat;
    border:none;
    position:relative;
}
div.feature h3 {
    font:1.3em Georgia,serif;
    background: url(/assets/images/feature/custom_corners_topright.gif) top right no-repeat;
    padding:21px 20px 20px 15px;
    color: #ffffff;
    margin:0;
}

div.feature h3 a {
    color: #ffffff;
    text-decoration: none;
}

div.featureBody {
    background: url(/assets/images/feature/custom_corners_rightborder.gif) top right repeat-y;
    padding:15px 20px 0px 20px;
    height: 185px;
    margin:0;
    margin-top:-1.7em;
}
div.featureFooter {
    background: url(/assets/images/feature/custom_corners_bottomleft.gif) bottom left no-repeat;
}
div.featureFooter p {
    background: url(/assets/images/feature/custom_corners_bottomright.gif) bottom right no-repeat;
    padding:20px 20px 17px 20px;
    margin:-3em 0 0 0;
}

div.home_box {
    background: url(/assets/images/home/rectangle_bg.gif) center no-repeat;
    padding:10px;
    font-size: 10px;
    margin:0px 6px 5px 10px;
    height: 60px;
}

div.blog_box {
    background: url(/assets/images/blog/box_mid.gif) center repeat-y;
    padding:10px;
    font-size: 10px;
    margin:0;
	padding-left:20px;
}

div.grey_top{
	background: url(/assets/images/blog/box_top.gif) center repeat-y;
    margin:0;
	height:2px;
}

div.grey_btm{
	background: url(/assets/images/blog/box_btm.gif) center repeat-y;
    margin:0;
	height:2px;
}

div.home_box img {
    float: left;
    padding:5px 7px 0 0;

}

div.home_box_middle {
    background: url(/assets/images/home/testimonials_box.gif) center no-repeat;
    width: 319px;
    height: 244px;
    margin-top: 3px;
    margin-left: -5px;
}

div.home_box_middle_body {
    padding: 7px 20px 0 24px;
}

#home_box_middle_button {
    padding: 10px 0 0 20px;
}
#home_box_middle_button {
    position:absolute;
    top: 270px;
    left: 399px;
    /* dimensions */
    width:221px;
    height:24px !important;
    margin:0 !important;
    padding:0;
    z-index:1;
    /* IE6 specific branch (prefixed with "_") */
    _margin-bottom:-2px;
}
#home_box_middle_button li {
    float:left;
    margin:0;
    padding:0;
    text-indent:0;
    list-style-type:none;
    margin-bottom: -1px;
}

#home_box_middle_button li a {
    background: url(/assets/images/home/testimonials_button.gif) no-repeat;
    display:block;
    height: 24px;
    padding:0px;
    /* font decoration */
    color:#000;
    font-size:12px;
    line-height:24px;
    text-align:center;
    text-decoration:none;
    outline: none;
}

/* adjust the background image position on each tab */
#home_box_middle_button #testimonial_link 			{ background-position: 0 0; width: 221px;}

/* mouseover state */
#home_box_middle_button a:hover 		{ color:#fff;	 }
#home_box_middle_button #testimonial_link:hover 	{ background-position:      0 -24px; }




#home_pressed_large_image {
    padding-top: 12px;
    padding-bottom: 5px;
}

.home_pressed_small_image {
    padding-top: 10px;
    text-align: center;
}

#content_header_text {
    text-align: center;
    padding-top: 25px;
    font-size:1.2em;
}

#breadcrumb_bar {
    background: url(/assets/images/breadcrumbs_bg.gif) no-repeat;
    position: relative;
    height: 30px;
    width: 100%;
    margin-top: -5px;
    z-index: 1;
}
#breadcrumb_bar_items {
    padding: 4px 0 0 15px;
    color: #ffffff;
    font-size: 1.2em;
}
#breadcrumb_bar_items .nonActiveBreadCrumbs {
    font-weight: bold;
}

#breadcrumb_bar_items .activeBreadCrumbs {
    text-decoration: none;
    color: #ffffff;
}

#breadbrumb_bar_cart a {
    float: right;
    color: #ffffff;
    padding-right: 10px;
	*margin-top:-22px;
}

#breadcrumb_bar_items .activeBreadCrumbs:hover {
    text-decoration: underline;
}

#getting_started_brochure {
    padding-right: 10px;
}

#login_form {
    width: 600px;
    height: 425px;
    margin: 15px;
}

#fb_image {
    float: left;
    padding: 5px;
}

#fb_body_content {

}

#fb_body_content h3 {
    font:1.3em Georgia,serif; 
    font-size: 16px;
    font-weight: bold;
    margin:0;
    padding:0;
}

#fb_body_content h4 {
    font:1.3em Georgia,serif;
    font-size: 14px;
    font-weight: bold;
}

.fb_wrapper {
    width: 650px;
}

#fb_cover_material_options {
    position: relative;
    width: 590px;
    padding-left: 6px;
}

#fb_cover_material_options li {
    display: inline;
    text-indent:0;
    list-style-type:none;
    padding-right: 5px;
    height: 150px;
}

#fb_cover_material_options li a {
        position: relative;
        outline: none;
        text-decoration: none;
        font-size: 11px;
        color: black;
}

#fb_cover_material_options li img {
    background-color: white;
    padding: 3px 3px 30px 3px;
}

.fb_cover_material_options_label {
    position: absolute;
    width: 107px;
    height: 10px;
    text-align: center;
    left: 0px;
    top: -25px;
}

.fb_cover_material_options_label2 {
    position: absolute;
    width: 107px;
    height: 10px;
    text-align: center;
    left: 0px;
    top: -13px;
}

.non_active_material_style {
    border: 1px solid #A0A0A0;
    margin-bottom: 5px;
    padding: 15px;
}

.home_start_button {
    position: absolute;
    display: block;
    width: 192px;
    height: 38px;
    top: 228px;
    left: 750px;
    background: url(/assets/images/sidebar/start_small_button2.png) no-repeat 0 0;
}

.home_start_button:hover {
    background-position: 0 -38px;
}

#tooltip_content {
    overflow: auto;
    width: 400px;
}

.layout_type_label {
    width: 140px;
    padding-top: 3px;
}
.layout_type_label label {
        font-weight: normal;
        font-size: 11px;
}

.layout_type_img {
    padding-bottom: 30px;
}

.layout_start_button {
    display: block;
    width: 192px;
    height: 38px;
    float: right;
    padding-right: 28px;
    background: url(/assets/images/sidebar/start_small_button.png) no-repeat 0 0;
}

.layout_start_button:hover {
    background-position: 0 -38px;
}

.submit_right_button {
  position: relative;
  display: block;
  width: 96px;
  height: 24px;
  margin: 0 0 0 210px;
  padding:0;
  background: url(/assets/images/submit_button.gif) no-repeat 0 0;
  border: none;
  cursor: pointer;
}

.submit_right_button:hover {
    background-position: 0 -24px;
}

.submit_left_button {
  position: relative;
  display: block;
  width: 96px;
  height: 24px;
  margin: 0 0 0 0px;
  padding:0;
  background: url(/assets/images/submit_button.gif) no-repeat 0 0;
  border: none;
  cursor: pointer;
}

.submit_left_button:hover {
    background-position: 0 -24px;
}

.sidebar_link_header {
  text-decoration: none;
  color: black;
}

.blogBox{
	padding:0 0 20px 0;
	
}

.sitebarTitle{
	width:283px;
	height:24px;
	overflow:hidden;
	text-indent:9999px;
	display:block;
	margin-top:20px;
	margin-bottom:0;
}

.searchTitle{
		margin-top:0px;
		background:url(/assets/images/blog/search_the_site.gif) no-repeat center top;
}

.archivesTitle{
			background:url(/assets/images/blog/archives.gif) no-repeat center top;
}

.categoriesTitle{
			background:url(/assets/images/blog/categories.gif) no-repeat center top;
}

.blog_box ul li{
	list-style:none;
}

.sidebarList li{
	font-size:14px;
	font-weight:bold;
}

.blogTitle{
	font-size:22px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	color:#a8342c;
	clear:both;
}

.commentsTitle{
	font-size:18px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	color:#a8342c;
	clear:both;
}

.postInfo{
	font-size:10px;
	margin:3px 0 10px 0;
	padding:0;
}

.postHr{
	margin:1px;
}

ul.searchResultsList{
	list-style:none;
	margin-top:20px;
}


    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }
	
	.clear{
		clear:both;
		width:100%;
	}
	
	.formDiv{

	}
	
	.formDiv label{
		clear:both;
	}
	.formDiv input{
		clear:both;
	}
	
	#comment{
		width:100%;
		height:80px;
	}


#captchaImgDiv{
	clear:both;
	margin-bottom:20px;
}


/* panes */
#flowpanes {
    background: #6F070E no-repeat 0 -100px;
 }
/* single pane */
#flowpanes div {
    display:none;
    color:black;
    margin:0px 0px;
    z-index:0;
}

/* override the root element to enable scrolling */
#flowpanes {
    position:relative;
    overflow:hidden;
    clear:both;width:950px;
    height:200px;
}
.emily #flowpanes{
    background:#fff;
}
/* single pane */
#flowpanes div {
    display:none;
    color:#505050;
    margin:0px 0px;
    z-index:0;
}
/* override the root element to enable scrolling */
#flowpanes {
    position:relative;
    overflow:hidden;
    clear:both;
}

/* override single pane */
#flowpanes div {
    float:left;
    display:none;
    width:950px;
    height:200px;
    font-size:14px;
}
#flowpanes div:first-child{
    display:block;
}

.slide{position:absolute;display:none;}
.slide:first-child{
    z-index:10 !important;
}

.emily .copy-contain{
    width:653px;
    height:550px;
    background:url(/assets/images/book_ideas/slide-cover.png) right top repeat-y;
    display:block;
    position:absolute;
    right:-10px;
}
.slide .copy{
    display:block;
    width:500px;
    height:160px;
    padding:20px;
    overflow: hidden;
    line-height:1.25;
	*margin-top:-65px;
}
.slide .copy h2{
    color:#fff;
    width:300px;
    margin:0;
}
.slide .copy h3{
    color:gold;
    width:300px;
    margin-bottom:5px;
}
.slide .description{
    color:#fff;
    width:300px;
}
#flow-nav{
    height:10px;
    background:#6f070e;
    padding:8px 10px 12px;
}

#flow-nav a{
    color:#fff;
    padding:2px 4px;
}
#flow-nav a:hover, #flow-nav a.current{
    background:#ba3c2e;
    text-decoration:none;
}

#flow-nav div{
    display:inline;
}

/* adjust slider height for emily-post page */
.emily{
    height:585px;
}
.emily #flowpanes{
    height:550px;
}
.emily #flowpanes div{
    height:550px;
}
.emily .copy{
    width:310px;
    height:510px;
    position:absolute;
    top:0px;right:0;
}
.emily #flow-nav{
    height:10px;
    background:#939393;
    padding:8px 10px 12px;
}
.emily #flow-nav a:hover, .emily #flow-nav a.current{
    background:#a80532;
    text-decoration:none;
}

.emily .slide h2, .emily .slide h3, .emily .slide a{
    font-family:Georgia,sans-serif;
    color:#505050;
    font-variant:small-caps;
    text-align:center;
    line-height:1.25;
}
.emily .slide li{
    text-align:left;
    font-family: Georgia, serif;
    line-height:1.4;
}
.emily a.ep-fs{
    text-align:left;
    display:block;
    font-size:2em;
    padding-left:50px;
    color:#a80532 !important;
}
.emily a.ep-fs:hover{
	text-decoration:none;
	color:#666 !important;
}
a#distinctive-link:hover, a#legendary-link:hover{
    color:#a80532 !important;
    text-decoration: none;
}
.emily .slide img{
    display:block;
    margin:20px auto;
}
.ep#page_wrap{
    background:#fff;
    width:948px;
    border-bottom:1px solid #a1a1a1;
    float:left;
    position:relative;
	min-height:260px;
}
.ep#page_wrap h3{
    font-family:Georgia,serif;
    font-size:22pt;
    color:#af0535;
}
.ep .page-content{
    width:520px;
    /*min-height:350px;*/
    padding:20px;
	background:#fff;
}
.ep .page-content.guestbook{
	/*min-height:225px !important;*/
}
.ep .page-content.ep-dis-leg{
    /*min-height:120px;*/
}
#ep-sidebar{
    position:absolute;
    top:0;right:0;bottom:0;
    width:350px;
    padding:20px;
    padding-top:16px;
    background:#fff;
    /*border-left:1px solid #dfdfdf;*/
}
#ep-sidebar.emily-sidebar{
	border-left:none;
}
#ep-sidebar .sb-price{
	width:350px;
	margin-left:0px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
#ep-sidebar .sb-price .sidebar_start_button{
	margin:auto;
}
#ep-sidebar h3{
    margin-bottom:10px;
}
#ep-sidebar img{
    border:1px solid #a0a0a0; 
    float:left;
    margin:0 20px 5px 0;
    width:136px;
}
#ep-testimonials, #home-testimonials{
    width:948px;
    height:99px;
    overflow:hidden;
    position:relative;
	border:1px solid #a0a0a0;
	border-top:1px solid #dfdfdf;
	margin-top:-1px;
}
#home-testimonials{
    height:164px;
    margin-left:-5px;
    margin-top:11px;
    padding:0;
    border:none;
    background:transparent;
}
#home-testimonials .testimonial{
	padding:0 5px;
}
#ep-testimonials-content, #home-testimonials-content{
    background:#bfbfbf;
    position:absolute;
    top:1px;right:1px;bottom:1px;left:1px;
    padding:10px;
}
#testimonial-content{
    padding:4px;
    background:#fff;
	width:100%;
    height:55px;
    float:left;
    overflow:hidden;
	background:url(/assets/images/book_ideas/emily_post/testimonials-bg.jpg) 0 2px no-repeat;
}
#home-testimonials #testimonial-content{
    height:120px;
	background:#fff;
}

.testimonial{
    overflow:hidden;
    height:115px;
	font-family:Georgia, Times, serif;
	font-size:14px;
	padding:0 65px 0 60px;
	line-height:1.25;
}
#home-testimonials #testimonial-content .testimonial{
	height:118px;
}
.testimonial p{
	margin:0;
    margin-top:8px;
}
#vm-testimonials{
    float:right;
    margin-top:4px;
    margin-right:4px;
}
#testimonial-nav-contain{
    border: 1px solid #A0A0A0;
	background: #D2D1D0;
	overflow: hidden;
	width: 950px;
	height: 30px;
	margin-left: -1px;
	padding: 2px 0 3px;
}
#home-testimonials #testimonial-nav-contain{
    width:602px;
}
ul#testimonial-nav{
    list-style:none;
    float:left;
}
#testimonial-nav li{
    float:left;
    margin-top:7px;
    margin-right:4px;
}
#testimonial-nav li a{
    color:#939292;
}
#testimonial-nav li a.active{
    color:#111;
}

/* TABBED CONTENT */
    #tabbed-content{
            width:530px;
            height:150px;
            background:#fff;
            position:relative;
            margin-left:-5px;
    }
    #tabbed-content.home{
        width:600px;
    }
    #tabbed-content #tabs{
            width:230px;
            height:150px;
    }
    #tabbed-content #tabs .tab{
            height:51px;
            background:url(/assets/images/book_ideas/tab-bg.png);
            margin:-1px 0 0 -1px;
            border-right:1px solid #a0a0a0;
			border-bottom:1px solid #a0a0a0;
    }
    #tabbed-content #tabs .tab.active{
            border:none;
            background:#fff;
			border:1px solid #a0a0a0;
            margin:-1px 0 0 -1px;
            height:50px;
    }
    #tabbed-content .tab a{
            font-size:1.5em;
            width:224px;
            height:35px;
            background: url(/assets/images/book_ideas/nonactive-tab.png) 0 4px no-repeat;
            color:#fff;
            position:absolute;
            margin-top:6px;
            margin-left:-7px;
            padding-top:7px;
			font-size:16px;
            padding-left:12px;
            text-decoration:none;
            text-shadow:0px 1px 3px #000;
            font-family:Georgia, serif;
    }
    #tabbed-content #tabs p{
            color:#000;
            position:absolute;
            top:5px;right:10px;
            width:280px;
            height:225px;
			overflow:auto;
            display:none;
    }
    #tabbed-content.home #tabs p{
            top:10px !important;right:15px !important;
            width:340px !important;
    }
    #tabbed-content .tab.active a, #tabbed-content #tabs .tab a:hover{
            margin-top:6px;
            margin-left:-7px;
            background: url(/assets/images/book_ideas/active-tab.png) 0 4px no-repeat;
			border-right:none;
			font-size:16px;
			padding-top:7px;
    }

#footer{
    text-align: center;
}
#footer ul{
    list-style:none;
    margin-bottom:10px;
    font-size:11px;
    overflow:hidden;
    padding-left:0;
    display:block;
}
#footer li{
    display:inline;
    padding:0 12px;
    border-left:1px solid #939292;
}
#footer li a{
    color:#555;
}
#footer ul li:first-child{
    border-left:none;
}

ul#ep-quicklinks{
    position:relative;
    right:15px;
    bottom:40px;
    float:right;
    z-index:900;
	*bottom: 75px;
}
ul#ep-quicklinks li{
    list-style:none;
    float:left;
    margin:0 10px;
}
ul#ep-quicklinks li a{
    color:#a80532;
}
ul#ep-quicklinks li a:hover{
    color:#fff;
}
#ep-quicklinks .disabled{
	color:#999;
}
#ep-quicklinks .disabled:hover{
	color:#999;
	background:transparent !important;
	cursor:default;
}



#home-testimonials{
    width:928px;
    height:121px;
    padding:10px;
    background:#fff;
    overflow:hidden;
    border:1px solid #a0a0a0;
    position:relative;
}
#home-testimonials{
    height:164px;
	width:602px;
    margin-left:-5px;
    margin-top:11px;
    padding:0;
	background:#fff;
	border:1px solid #a0a0a0;
}
#home-testimonials-content{
    background:#bfbfbf;
    position:absolute;
    top:1px;right:1px;bottom:1px;left:1px;
    padding:10px;
}
#testimonials-image{
    background:#c8c8c8;
    width:228px !important;
	border-right:1px solid #a0a0a0;
    height:130px !important;
    float:left;
}
#home-testimonials #testimonials-image{
    width:220px;
    height:120px;
}
#home-testimonials #testimonial-content{
    width:360px;
    height:115px;
}
#home-testimonials #testimonial-nav-contain{
    width:602px;
	position:absolute;
	bottom:0;
	margin:0;
	border:none;
	border-top:1px solid #a0a0a0;
	*margin-left:-597px;
}
ul#testimonial-nav{
    list-style:none;
    float:left;
}
#testimonial-nav li{
    float:left;
    margin-top:7px;
    margin-right:4px;
}
#testimonial-nav li a{
    color:#939292;
}
#testimonial-nav li a.active{
    color:#111;
}

li.annapost_feed{
    list-style: none;
}
.annapost_feed .feed_title{
	font-weight: bold;
    display: block;
}
.annapost_feed .feed_description{
	
}
/* POTENTIALLY TEMORARY EMILY POST LINK STYLES */
#emily-post-checkout {
	height:23px;
	border-top:1px solid #8f042c;
	border-bottom:1px solid #8f042c;
	padding-top:4px;
	padding:3px 8px 1px;
	position:absolute;
	color:#f0f0f0;	
	right:134px;
	font-family:Georgia;
	font-weight:bold;
	background:#9e0530;
	margin-top:-4px;
	*margin-top:-7px;
}
#emily-post-side{
	position:absolute;
	top:150px;
	left:-251px;
	width:230px;
	height:260px;
	background:#fff;
	border:1px solid #ccc;
	z-index:100;
	padding:10px;
}
#emily-post-side a{
	font-size:24px;
	text-align:center;
	border-bottom:10px;
}
#emily-post-sidelink{
	width:35px;
	height:110px;
	position:absolute;
	top:-1px;right:-35px;
	background:transparent url(/assets/images/emily-side-link.png) no-repeat;
	z-index:101;
}

#end_papers_options li img.premium_material{
    background-color: #ddd;
}
#flow-ready{
	height:20px;
	float:right;
	font-family:Georgia;
	font-size:14px;
	margin-top:-8px;
	margin-right:-10px;
	padding:5px 8px !important;
	background:#666;
	font-weight:bold;
}
#fancybox-title{
	text-align:left;
}

#ep_trademark{
    text-align: center;
    padding-bottom: 15px;
    color: #555;
}

.ep_slide_logolinks{
	position: absolute;
	bottom: 0px;*right:30px;
	margin-bottom: 80px;
	*margin-bottom:0;
}
.field-checkbox{
	width:auto !important;
}
