
/* Overrides */

.permalink {
    display: none;
}

.wh_search_button {
    background-color: #8c8c8c;
}

.wh_publication_title {
    display: inline;
    margin-left: 10px;
    font-size: xx-large;
}

.topictitle2 {
    font-style: normal;
}

.topictitle3 {
    font-style: normal;
}

.wh_search_input {
    padding: 10px 0 10px 0;
    background: #005a8c;
/*     background: url('images/bgr_right_small.png') right no-repeat #005A8C; */
}

.wh_main_page .wh_search_input {
    padding: 10px 0 10px 0;
    background: #005a8c;
/*  background: url('images/bgr_right_small.png') right no-repeat #005A8C; */
}

.wh_publication_title > a {
    font-size: 2em;
    margin: 0 0 0 0;
}

.wh_top_menu {
    margin: 1em 0 0 0;
}

.wh_header {
    padding: 1em 0 1em 0;
}

.pre {
	margin-left: 1em;
}

/* 
 * Example of removing ToC item with given id
 * 
.wh_top_menu *[data-id='topic_introduction'] {
    display:none;
}
*/

/* Custom elements */

.wh_alternative_links {
    display: inline;
    margin-left: 1em;
}

.wh_alternative_link {
}

#wh_download_links {
    display: inline-flex;
    position: absolute;
    top: 0px;
    right: 10px;
}

#wh_forkme_banner {
  padding: 5px 50px 5px 5px;
  color: #fff;
  margin-right: 5px;
  background: url('images/blacktocat.png') #005a8c no-repeat 95% 50%;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

#wh_download_pdf {
 padding: 5px 50px 5px 5px;
  color: #fff;
  margin-right: 5px;
  background: url('images/pdf_file_format_symbol.png') #005a8c no-repeat 95% 50%;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

#wh_download_banner {
 padding: 5px 50px 5px 5px;
  color: #fff;
  margin-right: 5px;
  background: url('images/icon_download.png') #005a8c no-repeat 95% 50%;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

#wh_download_beta_banner {
 padding: 5px 50px 5px 5px;
  color: #fff;
  margin-right: 5px;
  background: url('images/icon_download.png') #005a8c no-repeat 95% 50%;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.userinput {
    background: #005A8C;
}

.keyword {
    font-style: italic;
}

