#content h2.heading-border {
 	color:#f39200;
}

#content hr.heading-border {
	border-bottom-color:#f39200;
}

#content .licensetext.dropdown a i {
    font-size: 20px;
    margin: 5px 30px auto auto;
}

#content .dropdown-menu {
    position: relative;
    top:0;
    left: 0;
    z-index: 1000;
    float: right;
    padding: 0 10px 0 0;
    margin: 5px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: right;
    border:0;
}

.landingpage #content .licensetext.dropdown {
    right:0px; 
    max-width:767px;
}

@media (min-width: 768px) {
  .landingpage #content .licensetext.dropdown {
    right:15px; 
    max-width:560px;
  }
}

@media (min-width: 992px) {
  .landingpage #content .licensetext.dropdown {
    right:15px; 
    max-width:280px;
  }
}