<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* */

html {
     overflow-y: scroll;
     overflow-x: hidden;
}

/* Bootstrap 5 has a new widest breakpoint that's pretty wide. Overriding it to match
   Bootstrap 4 for visual continuity: */
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

/** Workaround for IE */
div.clickable { /* Containing div must have a position value */
    position:relative;
}
div.clickable a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    z-index:10; /* raises anchor tag above everything else in div */
    background-image: url('../images/1px.png'); /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
/** End of Workaround for IE */


#fake_bg
{
	background-image: url('../images/background.png');
	position: absolute;
	left: -15%;
	top: -15%;
	height: 200%;
	width: 130%;
	/*-webkit-transform: rotate(7.5deg);*/
	     -moz-transition: all 1.0s linear;  /* FF4+ */
       -o-transition: all 1.0s linear;  /* Opera 10.5+ */
  -webkit-transition: all 1.0s linear;  /* Saf3.2+, Chrome */
      -ms-transition: all 1.0s linear;  /* IE10? */
          transition: all 1.0s linear;  
}

#fake_bg_wrapper
{
	overflow-y: hidden;
	z-index: -5;
}

#wrapper { 
	/*width: 643px;*/ 
	width: 960px;
	position:relative; 
	margin-left:auto; 
	margin-right:auto;
	background-color: #FFFFFF;
	/*z-index: 0;*/
     /*-moz-box-shadow: 0px 15px 15px #444444; !* FF3.5+ *!*/
  /*-webkit-box-shadow: 0px 15px 15px #444444; !* Saf3.0+, Chrome *!*/
          /*box-shadow: 0px 15px 15px #444444; !* Opera 10.5, IE9, Chrome 10+ *!*/
    padding: 0px;
    /*border: 1px grey solid;*/
    min-height: 700px;
} 

/*@font-face {*/
/*    font-family: 'Muli';*/
/*    src:url('/fonts/Muli.ttf.woff') format('woff'),*/
/*        url('/fonts/Muli.ttf.svg#Muli') format('svg'),*/
/*        url('/fonts/Muli.ttf.eot'),*/
/*        url('/fonts/Muli.ttf.eot?#iefix') format('embedded-opentype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

@font-face {
  font-family: 'Mulish';
  src: url('/fonts/Mulish-VariableFont_wght.woff2') format("truetype-variations");
  font-weight: 1 999;
}


body {
  /*font-family: verdana, helvetica, arial, sans-serif;*/
  	font-family: 'Mulish', arial, serif;
  /*font-size: 73%;   Enables font size scaling in MSIE */
	/*background-image: url('../images/background2b.png');*/
    /*
    background-color: #eeeeee;
    */

}

#header_logo_bg
{
	position: absolute;
	width: 350px; /*600px for osc5*/
	margin-left: 8px; /*20px for osc5 */
	height: 63px; /*100px for osc5*/
	background-image: url('../images/header_bg_anim.gif');
	z-index: -1;
	background-size: 25%;
}

#header_logo
{
	/*border: 1px solid;*/
	/*height: 96px;*/
	/*background-color: #7d7d7d;*/
    margin-left: -20px;

	/*height: 96px; width: 400px;*/
}

#header_tagline
{
}

#header_tagline p
{
    font-size: 1.2rem;
    font-weight: 100;
    color: #606060;
}

/*
#header_navbar
{
	border-radius: 5px;
    border: 1px #e0e0e0 solid;
    padding: 5px;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}*/

/* Groups the product buttons so they don't overflow onto the page links */
#header_products
{
    margin-bottom: 5px;
    height: 32px;
}

/* Product page buttons */
.header_product_button
{
    position: relative; /** Need this for the span link trick */
    float: left;
    margin-right: 4px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    height: 32px;
    width: 235px;
    text-align: center;
}

#header_products :last-child
{
    margin-right: 0px;
}

#header_navbar
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px; 
}    


#header_navbar p
{
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

img { 
    border: 0px; 
    vertical-align: bottom; /** fixes blank space at bottom */
}

p {

}
p.product_name
{
	display:inline;
	font-size: 1.2em;
	/** Move it down slightly to better align with the icon */
	position: relative;
	top: 2px;

}
p.description
{
	display:inline;
	font-size: 1.2em;
	color: #ffffff;
	/** Move it down slightly to better align with the icon */
	position: relative;
	top: 2px;
}


.biglinks {
  color: #202020; /*rgb(61,92,122);*/
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 150%;
  margin: 0;
  padding: 1ex 0 0 0;
  text-align: center;
}

#screenshot_wrapper
{
    margin: 0 auto;
}

.screenshot_shadow
{
     -moz-box-shadow: 0px 4px 8px #222; /* FF3.5+ */
  -webkit-box-shadow: 0px 4px 8px #222; /* Saf3.0+, Chrome */
          box-shadow: 0px 4px 8px #222; /* Opera 10.5, IE9, Chrome 10+ */
}

.screenshot_shadow img
{
    vertical-align: bottom; /* fixes blank space at bottom */
}

.lighten_hover img:hover /*, input:hover*/
{
    /*opacity: 0.85;*/
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}
.lighten_hover img:active 
{
    -webkit-filter: saturate(80%);
    filter: saturate(80%);
}

.icon
{
    vertical-align: middle;
   /* padding-bottom: 4px;*/
    padding-right: 10px;
}

.feature_icon
{
    vertical-align: middle;
    padding: 5px;
    padding-right: 15px;
}


a {
  color: #606060 !important;
  /* color: #000099; */
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  /*color: rgb(117,144,174);*/
  text-decoration: none;
}


#footer a:hover {
  color: rgb(117,144,174);
  text-decoration: none;
}

.frontpage_main_splash
{
    height: auto; 
    padding-top: 50px; 
    padding-bottom: 50px; 
    background-image: url('../images/beatcleaver_tilt.png'); 
    background-color: #0a0a0a;
    background-repeat:no-repeat;
    background-position: right;
}

.instant_checkout {
    cursor: pointer;
}

.product_box_wrapper
{
	height: 130px;
	width: 55%;
	margin: auto;
	border: 0px solid;
}

.product_box
{
	float: left;
	text-align: center;
	border: 0px solid;
	width: 175px;
}

.product_box_right
{
	float: right;
	text-align: center;
	border: 0px solid;
	width: 160px;
	margin-left: 30px;
}

.product
{
	border-radius: 5px;
	margin-bottom: 10px;
	/*background-color: #F7F7F7;*/
	border: 1px solid #e0e0e0;
}

.product_header
{
    position: relative;
 /*   z-index: -2; Need this for IE dropshadow fix :-(  */
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}

.splash_box
{
    padding-left: 20px;
    padding-right: 20px;
}
.splash_box h2
{
    font-family: 'Helvetica';
}

.news_box
{
    /*width: 260px;*/
    /*float: right;*/
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    /*padding-bottom: 20px;*/
    /*font-size: 16px;*/
    /*margin-top: 20px;*/
    /*margin-left: 20px;*/
    /*margin-bottom: 20px;*/

    @media (min-width: 768px) { border-left: 1px solid #ddd; }
    @media (max-width: 768px) { border-top: 1px solid #ddd; padding-top: 30px; }

}

.news_box h3
{
    margin-top: 0px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
}
.news_box p
{
    margin-bottom: 0px;
}

.brag_box
{
    float: left;
    width: 132px;
    height: 132px;
    margin-left: 20px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background: #202020;
}

.testimonial
{
    margin-left: 10%; 
    margin-right: 10%;
}
.t_q /** testimonial_quote */
{
    font-size: 1.2em;
    margin-bottom: 0px;
}
.t_a /** testimonial_author */
{
    margin-top: 0px;
    text-align: right;
}

.press_box {
    float: left;
    text-align: center;
    width: 280px; 
    margin-left: 30px;
}


.product_header_soda
{
	background-color: #ff9c1d; /** Fallback for old browser and Firefox 3 :/ */
	background-image: url("../images/splash_soda_bg.svg");
}

.product_header_beatcleaver
{
	background-color: #171717; /** Fallback for old browser and Firefox 3 :/ */ 
	background-image: url("../images/splash_beatcleaver_bg5.svg");
	/*
    background-color: #eeeeee; 
	background-image: url("../images/splash_beatcleaver_bg4.svg");
    */
}

.product_header_analogextracts
{
	background-color: #71c42b; /** Fallback for old browser and Firefox 3 :/ */ 
	background-image: url("../images/splash_analogextracts_bg1.svg");
}

.product_header_songstarter
{
	background-color: #ff3333; /** Fallback for old browser and Firefox 3 :/ */ 
	background-image: url("../images/splash_songstarter_bg1.svg");
}

.product_header_jamdeck
{
	background-color: #202020; /** Fallback for old browser and Firefox 3 :/ */ 
	background-image: url("../images/splash_jamdeck_bg1.svg");
}

.product_header_ultimate
{
	background-color: #222222; /** Fallback for old browser and Firefox 3 :/ */ 
	background-image: url("../images/splash_ultimate_bg.svg");
}

.product_header_toolsbundle
{
	background-color: #222222; /** Fallback for old browser and Firefox 3 :/ */ 
	/* background-image: url("../images/splash_toolbundle_bg.svg"); */
	background-image: url("../images/splash_ultimate_bg.svg");
}

.product_header p
{
	/* Font: */
	font-size: 1.8em;
	color: #ffffff;

	text-shadow: #111111 1px 1px 7px;
}

.product_header a
{
    color: #ffffff;
}

.initial_pitch
{
}

.initial_pitch_screenshot
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.initial_pitch_lead
{
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 10px;
}

.initial_pitch_blurb
{
    float: left;
    width: 570px;
    padding-left: 20px;
}

.product_subheader
{
    padding-left: 20px;
	background-color: #a3a3a3; /** Fallback for old browser and Firefox 3 :/ */
	background-image: url("../images/splash_soda_sub_bg.svg");
    background-size: cover;
}

.product_subheader_analogextracts
{
	background-color: #71c42b; /** Fallback for old browser and Firefox 3 :/ */ 
	background-image: url("../images/splash_analogextracts_bg1.svg");
}

.product_subheader_songstarter
{
	background-color: #ff3333; /** Fallback for old browser and Firefox 3 :/ */ 
    background-image: url("../images/splash_songstarter_bg1.svg");
}


.product_splash
{
	/*height: 300px;*/
    position: relative; /* Need this to make the whole div clickable */
}

.product_splash_dropshadow
{
    -moz-box-shadow: 0px 15px 15px #000000; /* FF3.5+ */
    -webkit-box-shadow: 0px 15px 15px #000000; /* Saf3.0+, Chrome */
    box-shadow: 0px 5px 25px #000000; /* Opera 10.5, IE9, Chrome 10+ */
    behavior: url('/css/PIE.php');
    position: relative; /* Sucks but needed for CSS3 Pie / IE8 */
}


.product_splash_button
{
	border-radius: 5px;
    border: 1px solid #e0e0e0;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    
    /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.1);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000)";
}

.product_splash_button p
{
    margin: 10px;
}

.product_splash_button:hover
{    
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.05);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C000000, endColorstr=#0C000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C000000, endColorstr=#0C000000)";
}




.product_screenshot
{
	margin: 0px;
	padding: 0px;
	border: 0px solid;
	display: inline;
}

.product_name
{
	width: 200px;
	margin: 0px;
	font-size: 2.9em;
	border: 0px solid;
	display: inline;
}

.product_description
{

	width: 150px;
	padding-left: 20px;
	margin: 0px;
	border: 0px solid;
	vertical-align: top;
	text-align: left;
}

.product_points
{
	width: 130px;
	border: 0px solid;
	display: inline;
	vertical-align: top;
}

.product_link
{
	text-decoration: none;
	color: #0f0f0f;
}

.product_badges
{
	text-align: center;
	margin-left: 10px;
	padding-right: 5px;
	border: 0px solid;
	width: 120px;
	float: right;	
}


.product:hover
{
   /*border: 1px #AFAFAF solid;*/
}

.triplebox /* also inherit from .product */
{
    float: left;
    margin-right: 10px;
    width: 311px;
    height: 220px;
    overflow: hidden;
}

.triplebox_fat
{
    width: 635px;
}
.triplebox_halfheight
{
    height: 104px;
}

.triplebox_logo
{
    text-align: center;
    margin-top: 20px;
}

.triplebox_screenshot
{
    text-align: center;
    margin-top: 5px;
}

.triplebox h2 
{
    font-size: 2.0em;
}
.triplebox a
{
    text-decoration: none;
}

h2 {
    font-size: 18pt;
}

.uh2 { /** under h2, description */
    font-size: 1.0em;
    color: #666;
    margin: 0px;
    margin-bottom: 12px;
}

.fbxt { /** feature_box title */
   margin-bottom: 0px; 
}

.fbph { /** placeholder */
    width: 100%;
    background-color: #ccc;
}

.hbl /* halfbox_left */
{
    width: 460px;
    float: left;
    margin-right: 20px;
}

.hbr /* halfbox_right */
{
    width: 480px;
    float: right;
}

.ra
{
    text-align: right;
}

.indent { 
    margin-left: 32px;
    margin-right: 32px;
}

.hbli /* halfbox_left, indented */
{
    width: 420px;
    float: left;
    margin-right: 20px;
    margin-left: 32px;
    margin-bottom: 60px;
}
.hbri /* halfbox_right, indented */
{
    width: 420px;
    float: right;
    margin-right:  32px;
    margin-bottom: 60px;
}

.lbm {
    margin-bottom: 30px;
}
.nbm {
    margin-bottom: 0px;
}


.dual_buttons
{
    width: 80%;
    text-align: center;
    border: 0px solid black;
}
.dual_buttons td
{
    text-align: center;
    border: 0px solid black;
    position: relative;
}

.dual_buttons p
{
    margin-bottom: 6px;
}

.dual_buttons_pricetag
{
    right: 16px;
    bottom: 0px;
    height: 32px;
    width: 55px;
    background-image: url('../images/pricetag2_sh.png');
    background-repeat: no-repeat;
    float: left;
    position: absolute;
    padding: 6px;
    padding-left: 4px;
    margin-right: -68px;

    /*
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    background-color: #e2e2e2;
    */
    /** box-shadow: 0px 3px 2px rgba(88, 88, 88, 0.5); */
}
.dual_buttons_pricetag_inner
{
    height: 18px;
    line-height: 19px;
    min-width: 34px;
    position: absolute;
    right: 13px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border: 1px solid #000;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #fff;
}

.left_price
{
    float: right; 
    border: 1px solid #444;
    border-radius: 3px;
    background: #fff;
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 29px; 
    margin-right: 25px; 
    line-height: 40px;
    font-size: 1.3em;
    color: #000;
    font-family: 'Arial';
    font-weight: bold;
}

.feature_link a
{
    color: #222;
    display: block;
}

.feature_link
{
    width: 200px;
    /*height: 48px;*/
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid #aaa;
    float: left;
    /*margin-right: 28px;*/
    margin-top: 10px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; 
    background: rgb(220,220,220);
    background: linear-gradient(0deg, rgba(220,220,220,1) 0%, rgba(235,235,235,1) 26%, rgba(245,245,245,1) 64%, rgba(222,222,222,1) 100%);
}

.download_button
{
	padding: 0px;
	width: 160px;
	/*background-color: #EEEEDD;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.buy_button
{
	padding: 0px;
	width: 160px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #EEEEDD;*/
	text-align: center;
}

.doublebox_left
{
    float: left;
    width: 440px;
    overflow: hidden;
    margin-right: 30px;
}

.doublebox_right
{
    float: left;
    width: 440px;
    overflow: hidden;
    margin-left: 30px;
}

.shop_right_col
{
    float: right;
    border-left: 1px solid #ddd;
}

.shopbox_horiz
{
    /* margin: 0 auto; */
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative; /* Children positioned relative */
    text-align: center;
    width: 100%;
    padding: 15px;
    /* border: 1px #eee solid; */
    border-radius: 3px;
    width: 400px;
}

.shopbox_horiz p
{
    margin-top: -5px;
}

.shopbox_horiz_left
{
    float: left;
}

.shopbox
{
}

.shopbox_vert
{
    margin-top: 5px;
    position: relative; /* Children positioned relative */
    float: left;
    text-align: center;
    width: 200px;
    padding: 15px;
    border: 1px #cccccc solid;
    height: 500px;
}

.shopbox_left
{
    margin-left: 132px;
}

.shopbox_toolsbundle
{
    height: auto;
}


.shopbox_highlight_header
{
    background-color: #a6a6a6;
    background-image: url("../images/splash_bundle_bg.svg");
}

.shopbox_highlight
{
    margin-top: 0px;
    height: 508px;
    z-index: 5;
     -moz-box-shadow: 0px 5px 15px #444444; /* FF3.5+ */
  -webkit-box-shadow: 0px 5px 15px #444444; /* Saf3.0+, Chrome */
          box-shadow: 0px 5px 15px #444444; /* Opera 10.5, IE9, Chrome 10+ */
    border: 1px #aaaaaa solid;
    background-color: #a6a6a6;
    background-image: url("../images/splash_bundle_bg.svg");
	
    font-size: 1.0em;
	/** text-shadow: #111111 1px 1px 4px; **/
}


.shopbox p
{
	/* Font: */
	font-size: 1.0em;
	color: #000;
}

.shopbox a 
{
	/* Font: */
	font-size: 1.0em;
	color: #eeeeee;
	text-shadow: #111111 1px 1px 4px;
    border: 0px;
}

.shopbox h2
{
	/* Font: */
	font-size: 1.6em;
	color: #000;
	/** text-shadow: #111111 1px 1px 4px; */
}

.shopbox_highlight h2 {
    color: #fff;
    text-shadow: 0px 0px 8px #222; 
}

.shopbox_highlight p
{
    color: #000;
}

.shopbox_inner /** It's insanely hard to line up the text below 3 different logos otherwise */
{
    position: absolute;
    top: 260px;
    width: 200px; /* must be same as .shopbox */
}

.double
{
    width: 45%;
    margin-left: 20px;
    float: left;
}

.download_boxes :last-child
{
    margin-right: 0px;
}

.download_box
{
    position:relative;
	color: #ffffff;
    /*width: 294px;
    min-height: 500px;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    /*margin-right: 5px;*/
}
.download_box a
{
    color: #ffffff;
}

.download_box_boxart {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100%;
}

.download_cta { 
    /* call to action */
    font-size: 1.3em;
}

p.price
{
	/*color: red;*/
	padding: 0px;
	margin: 0px;
    font-weight: bold;
	font-size: 1.0em;
	text-align: center;
}

#social_media
{
    padding-top: 15px;
    text-align: center;
    margin: 0 auto;
    width: 127px;
    /*width: 85px; /* the twitter button has a messed up width */
}

#footer_sitemap
{
	margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #888888;
    font-size: 0.9em;
	background-color: #f3f3f3;
}

.footer_sitemap_column h2
{
    font-size: 1.0em;
    font-weight: bold;
}

.footer_sitemap_column
{
    vertical-align: top;
    display: inline-block;
	width: 180px;
	margin: 0 auto;
	border: 0px dashed;
    text-align: left;
}
#footer_legal
{
    border-top: 1px solid #aaa;
    font-size: 0.7em;
    text-align: center;
    padding-top: 20px;
}

#footer_legal p
{
    margin: 0px;
}

#questions_chat
{
    position: fixed;
    float: left;
    padding: 0px;
    right: 50px;
    margin-bottom: -1px;
    bottom: 0%;
    z-index: 20;
    width: 169px;
    height: 48px;
    display: none;
    -moz-box-shadow: 0px 15px 15px #444444; /* FF3.5+ */
    -webkit-box-shadow: 0px 15px 15px #444444; /* Saf3.0+, Chrome */
    box-shadow: 0px 15px 15px #444444; /* Opera 10.5, IE9, Chrome 10+ */
    cursor: pointer;
}

#products_btn
{

}

#header_products_menu {
    /*position:relative;*/
    /*width:1000px;*/
    /*height:450px;*/
    /*background:red;*/
    /*overflow: hidden;*/
    /*display:none;*/
    z-index: 10000;
    visibility: hidden;
    position: absolute;
    background: #ffffff;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 100ms;
    box-shadow: #333 7px 7px 18px;
    font-family: "Mulish", "arial", "serif";
}
#header_products_menu &gt; ul &gt; li {
    list-style: none;
}

#header_products_menu &gt; ul{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#header_products_menu:hover {
    display: block;
    visibility: visible;
    opacity: 1.0;
}
#products_btn:hover + #header_products_menu {
    display:block;
    visibility: visible;
    opacity: 1.0;
}

#header_products_menu p.category{
    font-size: 1.0rem;
    text-align: left;
    margin-bottom: 10px;
    color: #6e6e6e;
}

#header_products_menu h2.header_product_name{
    font-size: 1.2rem;
    text-align: left;
    padding: 0;
    margin-left: 0px;
    margin-top: 0;
    display: inline-block;
    margin-bottom:0px;
}

#header_products_menu a h2.header_product_name {
    text-decoration: none;
}

#header_products_menu p.desc{
    font-size: 0.85rem;
    text-align: left;
    color: #5c5c5c;
    display: inline;
    margin-left: 10px;
}

#header_products_menu a {
    text-decoration: none !important;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
}
#header_products_menu a:hover {
    background: #fafafa;
}

#header_products_menu img {
    margin-right: 10px;
}


#header_products_menu hr {
    border: 1px #e0e0e0;
    border-style: solid;
    border-top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#header_navbar {
    margin-top:20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

#header_navbar &gt; a {
    margin-right: 20px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}


#header_navbar &gt; a:hover {
    margin-right: 20px;
    text-decoration: none;
    color: #5c5c5c;
}
</pre></body></html>