/*--------------------------------- CONTAINER OVERRIDES (Global) ------------------------------------*/

.content-container {
  font-size: 14px;
  line-height: 1.618em;
  min-height: 500px;
}

.content-container a, .content-container a:hover {
  text-decoration: underline;
  color: #035CA6;
}


.content-container h1, .content-container h2, .content-container h3 {
  border-bottom: 1px solid #CCC;
  padding: 0;
  margin: 1.2em 0 0.6em;
  float: none;
  text-shadow: none;
  line-height: 1.5em;
}

.content-container h1 {
  float: none;
  font-size: 28px;
  text-shadow: none;
  padding: 0;
  margin: .5em 0 0.5em;
}

.content-container h2 {
  font-size: 20px;
  margin: 1.8em 0 0.5em;
  padding: 0;
  border-bottom: 1px solid #CCC;
  letter-spacing: 0;
}

.content-container h3 {
  padding: 0;
  margin: 20px 0 10px;
  font-size: 18px;
  border-bottom: 0;
}

.content-container h4 {
  padding: 15px 0 5px 0;
  margin: 0;
}

.content-container .content a[href^="http"] {
  background: url(/https/dev.iron.io/images/external-link.png) no-repeat 100% 3px;
  padding-right: 14px;
  white-space: nowrap;
  position:relative;
}

/*
.content-container a[href^="http"]:hover {
  background-position: 100% 100%;
}
*/

.content-container table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #DDD;
}

.content-container table thead {
  background: #EEE;
}

.content-container table tbody tr:nth-child(2n) {
  background: #f9f9f9;
}

.content-container ul li {
  margin: 10px 0;
}

.content-container .blue-box {
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 3px;
}

.content-container .grey-box {
  background: #EEE;
  padding: 5px 10px;
}

.content-container .language-switcher.selected {
  font-weight: bold !important;
  text-decoration: none;
  color: #363636;
  cursor: default;
}

.content {
  padding-bottom: 40px;
}

.content li > p {
  margin: 0px;
}

/*--------------------------------- FORMS ------------------------------------*/

:active, :focus,
input:active, input:focus {
  -moz-outline-style: none !important;
  outline: none !important;
}

input[type="text"]:focus,
textarea:focus {
  border-color: rgb(51, 163, 242);
  background: rgb(245, 251, 255);
}

input::-webkit-input-placeholder {
  color: #bbb;
  font-weight: lighter;
  font-style: italic;
}

input:-moz-placeholder {
  color: #bbb;
}

/*--------------------------------- SIDE MENU ------------------------------------*/

nav.sidebar-nav {
  position:relative;
  width: 215px;
  padding:0px 0 30px;
  /*margin:11px 0 0;*/
  float:left;
  overflow-y:auto;
  overflow-x:none:;

}
.sidebar-content {
  overflow-y:auto;
  padding:0 0 10px;
}
.sidebar-content.pinned {
  position: fixed;
  top: 10px;
  padding-top: 0px !important;
  max-height:100%;
  overflow-y:auto;
}
.sidebar-content.stuck {
  position: absolute;
  padding-top: 0px !important;
}
/*
#sidemenu-links {
  max-height:400px;
  min-height:400px;
}
*/
.sidebar-content a, .sidebar-content a:hover {
  text-decoration: none;
  width: 190px;
  display: block;
  font-size: 14px;
}

.sidebar-content a:hover {
  background-color: #DDD;
}

.sidebar-content ul li {
  margin: 0;
}

.sidebar-content ul li a {
  padding: 0 0 0 16px;
}
.sidebar-content ol {
  margin: 0;
}
.sidebar-content ol li {
  padding: 0;
}

.sidebar-content a.selected {
  color: #000000;
  background-color: #DDD;
  font-weight: bold;
}

.sidebar-content h4 a, .sidebar-content h4 a:hover{
  font-size: 16px;
  padding: 0 0 0 5px;
  margin: 0;
}

.sidebar-content h4 {
  margin: 10px 0 3px 0;
  padding: 0;
}
.sidebar-content .sub-sidemenu-header{
  margin: 10px 0 3px 5px;
  padding: 0;

}
.sidebar-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-content form {
  margin: 0 0 10px;
}
.sidemenu-box {
  margin: 10px 0 10px 0;
  /*border: 2px outset silver;*/
  /*width: 75%;*/
  font-size: 80%;
}
.sidemenu-box a {
  background: none;
  font-size: 80%;
}
.sidemenu-box a:hover {
  font-size: 80%;
  background: none;
}


/*--------------------------------- BREAD CRUMB ------------------------------------*/

ul#breadcrumbs {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  border: none;
}

ul#breadcrumbs li {
  margin-left: 0;
  padding-left: 2px;
  border: none;
  list-style: none;
  display: inline;
  color: #999;
}

#breadcrumbs a {
  text-decoration: none;
  color: #444;
  border-bottom: 1px dotted;
}

/*--------- TOC ------------*/
.content-container #toc h3 {
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #CCC;
  padding: 0 0 5px;
}

.content-container #toc > ul {
  padding-left: 20px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}

.content-container #toc ul li {
  margin: 0 0 5px;
  position: relative;
  list-style: none;
}

.content-container #toc ul li ul {
  padding-left: 17px;
  margin-bottom: 3px;
}

.content-container #toc ul li:before {
  content: '▶';
  position: absolute;
  top: 1px;
  left: -17px;
  font-size: 10px;
  color: #CCC;
}

/*--------------------------------- TABLES ------------------------------------*/

.content table.reference,
.content table {
  font-size: small;
  width: 100%;
}

.content table.reference tbody,
.content table tbody {
  border: 1px solid #ccc;
}

.content table td {
  padding: 5px 0 5px 10px;
  text-align: left;
}

#newsletter-subscribe table td {
  padding: 5px 0 5px 10px;
  text-align: left;
  color:#e6e7e6;
}

.content table.reference td:last-child,
.content table td:last-child {
  border-right: none;
}

.content table.reference thead,
.content table thead {
  background: #EEE;
  border: 1px solid #CCC;
  color: #888;
}

.content table.reference th,
.content table th,
.content table.reference th,
.content table th {
  text-align: left;
  border-left: 1px solid #CCC;
  padding: 5px 10px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
}

.content table.reference_list {
  font-size: small;
  width: 100%;
}

.content table.reference_list td {
  padding: 5px 10px;
  text-align: center;
}

.content table.reference_list th {
  text-align: center;
  border-bottom: 1px solid #000;
}

.variable {
  font-style: italic;
}

.variable.project_id {
  color: red;
}

.variable.cluster_id {
  color: orange;
}

.variable.code_id, .variable.schedule_id, .variable.task_id, .variable.queue_name, .variable.cache_name {
  color: blue;
}

.variable.item_key, .variable.message_id, .variable.alert_id {
  color: green;
}

/*--------------------------------- MISC ------------------------------------*/

a.next_item {
  font-size: 18px;
  font-weight: bold;
  margin: 0 60px 0 0;
}

a.tag, a.tag:hover {
  background-color: #41A3D8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 18px 18px 18px 18px;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0 2px;
  padding: 4px 10px 2px;
  text-decoration: none;
}


#search-form {
  padding:2px;
  margin-top: -10px;
  border: none;
  padding: 4px 10px 3px 10px;
  font-weight: light;
  width: 240px;
  position: fixed;
  right:0;
  display: block;
  overflow: visible;
  float: right;
  height:25px;
  margin-right: 20px;
}

#search-form:focus {
  /*border-color: rgb(51, 163, 242);*/
  /*background: rgb(245, 251, 255);*/
}

a.language-switcher.selected {
  color: #000000;
  text-decoration: none;
}

.highlight {
  overflow-x: auto;
}

span.fixed-width {
  font-family: courier;
  color: green;
}

/*
 * Modified alert boxes from Bootstrap
 */

 .alert {
  vertical-align: center;
  padding: 5px 10px 5px 10px;
  margin: 10px 0 30px;
  min-height: 53px;
  background: #FCFFE4;
  border: 2px solid #EBC089;
  border-radius: 5px;
  color: #3D3D3D;
}

.alert-mqv3 {
  font-size: 20px;
  text-align: center;
  padding-top: 12px;
}

.alert p {
  margin: 5px 0;
}

.alert-heading {
  color: inherit;
}
.alert-success {
  color: #468847;
  border-color: #468847;
}

.alert-subtle {
  color: black;
  border-color: black;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  border-color: #b94a48;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 10px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.product-box {
  float: left;
  text-align: left;
  width: 295px;
  margin:20px 20px 0 0;
}

.product-box img {
  height:30px;
  display:block;
  text-align:left;
}

.product-box.last {
  margin-right: 0px;
}

.product-box p {
  display:block;
}

.product-box a {
  text-decoration: none;
  color: inherit;
}

.product-box a:hover {
  text-decoration: none;
  color: inherit;
}

.product-box a.btn {
  float: left;
}

.product-box a.btn:hover {
  color: white;
}

.subtitle {
  font-size: 16px;
}

/*
 * CSS Arrows
 */

 a span.arrow-link {
  position:relative;
  font-size: 16px;
  display:inline-block;
  margin:0 6px 0 0;
  display:inline-block;
}
a span.arrow-link:hover {
  margin:0 15px 0 0;
}
a span.arrow-link > span.arrow {
  position:relative;
  display: inline-block;
  font-size: 30px;
  margin: -3px 0 0 0;
  vertical-align: middle;
}
.arrow.red {
  background:url(/https/dev.iron.io/images/btn/red-sprite.png) top repeat-x;
  color:#ffffff;
  text-shadow:-1px -1px #6f001d;
}
.arrow.red .point {
  position:absolute;
  right:0;
  top:0;
  z-index:99;
  background:url(/https/dev.iron.io/images/btn/red-sprite.png) bottom right no-repeat;
  width:19px;
  height:34px;
}
.arrow.gray {
  background:url(/https/dev.iron.io/images/btn/gray-sprite.png) top repeat-x;
  color:#ffffff;
  text-shadow:-1px -1px #6f001d;
}
.arrow.gray .point {
  position:absolute;
  right:0;
  top:0;
  z-index:99;
  background:url(/https/dev.iron.io/images/btn/gray-sprite.png) bottom right no-repeat;
  width:19px;
  height:34px;
}

#github-block {
  display:block;
  margin:20px 0;
  width:200px;
}

#github-block img,
#github-block img:hover {
  display:block !important;
  text-align:center !important;
  width:50px !important;
  margin: 0 auto !important;
}
#github-block a.git:hover {
  background:transparent;
}

#github-block p {
  color:#929292;
  font-style:italic;
  margin:3px 0 0;
  padding:0 10px;
  line-height:14px;
  font-size:12px;
  display: block;
  text-align: center;
}

#github-block p a {
  font-size: 12px;
  display:inline;
}

#github-block p a:hover {
  background-color: transparent;
  font-size:12px;
  display:inline;
}


.article-list p {
  margin: 0px;
  padding:10px 10px 0;
}
.article-list a,
.article-list a:hover {
  color:#363636;
  text-decoration:none;
}
.article-block {
  width: 340px;
  margin: 0px 10px 20px 0px;
  display: inline-block;
  border: 1px solid #AAAAAA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align: top;
  height: 150px;
  position:relative;
}
.article-block:hover {
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
}
.article-block.right {
  margin:0 0 20px 0;
}
.article-block .featured-ribbon {
  position:absolute;
  width:108px;
  height:63px;
  top:-2px;
  right:-2px;
  background:url(/https/dev.iron.io/images/articles/featured-ribbon.png) no-repeat;
}
.article-block h3 {
  font-weight: normal;
  background:#efefef;
  padding:10px 0 10px 10px;
  border-bottom:1px solid #AAAAAA;
  margin:0 0 5px;
  font-size:16px;
  font-weight:bold;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-top-left: 10px;
  -moz-border-radius-top-right: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.article-block a {
  text-decoration:none;
  color:#363636;
}
.article-block h3 a,
.article-block h3 a:hover {
  text-decoration:none;
  color:#363636;
}


.article-list br {
  clear: both;
}

.featured img {
  margin: 0px auto;
  display: block;
}

a.grid-box {
  width: 340px;
  margin: 0px 10px 20px 0px;
  display:inline-block;
  border: 1px solid #AAA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align:top;
  height:150px;
}
a.grid-box:hover {
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
}
a.grid-box,
a.grid-box:hover {
  text-decoration:none;
  color:#363636;
}
a.grid-box.second {
  margin:0 0 10px;
}
a.grid-box .img-bg {
  display:inline-block;
  border-right: 1px solid #AAA;
  background:#000000;
  padding:0;
  margin:0;
  width:80px;
  height:150px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-top-left: 10px;
  -moz-border-radius-bottom-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
a.grid-box .img-bg.worker.api-bg {
  background:url(/https/dev.iron.io/images/worker/reference/api_screenshot.png) no-repeat;
}
a.grid-box .img-bg.worker.environment-bg {
  background:url(/https/dev.iron.io/images/worker/reference/environment_screenshot.png) no-repeat;
}
a.grid-box .img-bg.worker.configuration-bg {
  background:url(/https/dev.iron.io/images/worker/reference/configuration_screenshot.png) no-repeat;
}
a.grid-box .img-bg.worker.dotworker-bg {
  background:url(/https/dev.iron.io/images/worker/reference/dotworker_screenshot.png) no-repeat;
}
a.grid-box .img-bg.worker.cli-bg {
  background:url(/https/dev.iron.io/images/worker/reference/cli_screenshot.png) no-repeat;
}
a.grid-box .img-bg.worker.chat-bg {
  background:url(/https/dev.iron.io/images/worker/reference/chat_screenshot.png) no-repeat;
}
a.grid-box .img-bg.mq.api-bg {
  background:url(/https/dev.iron.io/images/mq/reference/api_screenshot.png) no-repeat;
}
a.grid-box .img-bg.mq.environment-bg {
  background:url(/https/dev.iron.io/images/mq/reference/environment_screenshot.png) no-repeat;
}
a.grid-box .img-bg.mq.configuration-bg {
  background:url(/https/dev.iron.io/images/worker/reference/configuration_screenshot.png) no-repeat;
}
a.grid-box .img-bg.mq.clouds-bg {
  background:url(/https/dev.iron.io/images/mq/reference/clouds_screenshot.png) no-repeat;
}
a.grid-box .img-bg.mq.beanstalk-bg {
  background:url(/https/dev.iron.io/images/mq/reference/beanstalk_screenshot.png) no-repeat;
}
a.grid-box .img-bg.mq.chat-bg {
  background:url(/https/dev.iron.io/images/mq/reference/chat_screenshot.png) no-repeat;
}
a.grid-box .img-bg.cache.api-bg {
  background:url(/https/dev.iron.io/images/cache/reference/api_screenshot.png) no-repeat;
}
a.grid-box .img-bg.cache.environment-bg {
  background:url(/https/dev.iron.io/images/cache/reference/environment_screenshot.png) no-repeat;
}
a.grid-box .img-bg.cache.configuration-bg {
  background:url(/https/dev.iron.io/images/cache/reference/configuration_screenshot.png) no-repeat;
}
a.grid-box .img-bg.cache.libraries-bg {
  background:url(/https/dev.iron.io/images/cache/reference/libraries_screenshot.png) no-repeat;
}
a.grid-box .img-bg.cache.memcache-bg {
  background:url(/https/dev.iron.io/images/cache/reference/memcache_screenshot.png) no-repeat;
}
a.grid-box .img-bg.cache.chat-bg {
  background:url(/https/dev.iron.io/images/cache/reference/chat_screenshot.png) no-repeat;
}
a.grid-box span.grid-box-text {
  display:inline-block;
  padding: 10px 0 0 20px;
  width:223px;
  vertical-align:top;
}
a.grid-box span.grid-box-text h3 {
  margin:0 0 10px;
}
.content-container .content a.grid-box[href^="http"] {
  background: none;
  padding-right: 0px;
  white-space: normal;
  position: static;
}

.flow-steps {
  position:relative;
  margin:30px 0 0;
  text-align:center;
}
.flow-steps .step {
  display:inline-block;
  text-align:center;
  width:120px;
  vertical-align:top;
  margin:0 0 0 0;
}
.flow-steps .step.last {
  margin:0;
}
.flow-steps a.title {
  font-weight:bold;
  text-decoration:none;
  color:#000000;
  font-size:12px;
  line-height:14px;
}
.flow-steps a.number {
  display: block;
  margin: 0 auto;
  /*border: 1px solid;*/
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  width: 58px;
  font-size: 30px;
  color: white;
  text-decoration: none;
  border-radius: 28px;
  padding-top: 16px;
  margin-top: -10px;
  background: #9f251f;
}
.flow-steps a.number:hover {
  /*background: none repeat scroll 0 0;*/
  /*border: 1px solid;*/
  /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  width: 58px;
  font-size: 30px;
  color: white;
  text-decoration: none;
  border-radius: 28px;
  padding-top: 16px;
  margin-top: -10px;
  background: #9f251f;
}

.information-area .solutions-list {
  list-style: none;
  padding: 0;
  margin: 0 -55px 0 0;
}

.information-area .solutions-list li {
  float: left;
  width: 292px;
  margin: 0 31px 20px 0;
  border-radius: 10px;
  padding: 20px;
  height: 200px;
  background: #F8F8F8;
  border: 1px solid hsl(0, 0%, 50%);
}

.information-area .solutions-list li img {
  float: left;
  margin: 30px 30px 40px 0;
}

.information-area a, .information-area a:hover {
  text-decoration: none;
}

.information-area a.btn:hover {
  color: white;
}

.information-area h3 {
  margin-top: 10px;
}

.information-area p {
  margin-bottom: 10px;
}

.information-area a {
  margin-top: 15px !important;
}

figcaption {
  text-align: center;
  font-weight: bold;
  border: 1px solid #CCC;
  background: #F8F8F8;
  background: -moz-linear-gradient(#F8F8F8, #E1E1E1);
  background: -webkit-linear-gradient(#F8F8F8, #E1E1E1);
  background: linear-gradient(#F8F8F8, #E1E1E1);
  font-size: 12px;
  padding: 5px;
}

figcaption a {
  display: inline-block;
  position: absolute !important;
  right: 2em;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: white;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/*h1 .btn {
  float: right;
  }*/

.dropdown a {
  text-decoration: none;
  vertical-align: text-bottom
}

.dropdown a:hover {
  text-decoration: none;
  color: white;
}

div .dropdown {
  display: inline;
}

.dropdown.pull-right {
  float: right;
}

.btn.orange .caret {
  border-top: 4px solid white;
}

.dropdown-menu {
  font-size: 14px
}

.dropdown ul li {
  margin: 0;
}

.second-level {
  padding-left: 15px;
  font-style: italic;
}

.overview {
  min-height: 400px;
}

.overview .content h2 {
  margin-top: 0px;
}

.overview-search #q {
  margin: 0 auto;
  width: 500px;
}

.overview-support {
  float: left;
  -moz-column-count:3; /* Firefox */
  -webkit-column-count:3; /* Safari and Chrome */
  column-count:3;
}

.overview-support ul {
  margin-top: -10px;
  margin-bottom: 26px;
  padding-left: 16px;
  list-style-type: none;
}

.overview-support ul li {
  padding-bottom: 4px;
}

.overview-support ul a {
  text-decoration: none;
}

.overview-support h4 {
  display: none;
}

.overview .product-box p {
  min-height: 135px;
}

p .notice-highlight {
  background-color: rgb(254, 254, 86);
}
