input[type="search"]{
    -moz-appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: inline; !important
    font-family: inherit;
    font-size: 0.875rem;
    height: 1.3125rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    transition: border-color 0.15s linear 0s, background 0.15s linear 0s;
    width: 100%;
}

#doBox {
    width: 66px;
    margin: 5px 5px 10px 10px;
    line-height: 14px;
    clear: both;
	float: left;
}

#controlsDownload.guided-controls {
    float: left;
}

label.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    margin-top: 6px;
    float: left;
}

#unitBox {
    float: left;
}

#searchBox {
  height: 40px;
}

#result-progress {
  height: 50px;
}
h1#page-title {
  font-size: 20px;
}
.menu.clearfix:after {
  display: block;
}
input#edit-search-block-form--2 {
  display: inline;
}

.page-gbd-results-tool .region-content-top .block {
  margin-top:10px;
  margin-bottom:10px;
}

/*The Bases Button Group outlines are tricky (styles load in a different order in this context), so were helping out in our Drupal module*/
/*.page-gbd-results-tool #controls-container #app>div>div>div>div>div>button,*/
.page-gbd-results-tool #viz-container #app-container #app>div>div>div>div button,
.page-gbd-results-tool #app-container #app>div>div>div>div button
{
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

