body {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
  background-color: #edf0f2;
}

.bg-info{
  background-color: transparent !important;
  border-bottom: darkgray 1px solid;
}

a{
    color: black;
    text-decoration: none!important;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(50%, transparent),color-stop(0, rgba(154, 49, 252,.5)));
    background-image: linear-gradient(180deg,transparent 50%,rgba(154, 49, 252,.5) 0);
    background-position-y: 5px;
    background-position-x: 0px;
    background-repeat: no-repeat;
    transition: 0.3s!important;
}

a:hover{
  color: black!important;
  background-position-y: 9px!important;
}

.site-wrapper-inner {
  vertical-align: middle;
}


body.lucinda-cover{
  width:90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#browser {
  height:auto; overflow:auto
}
#browser_info{
  min-height: 200px;
  float:left;
  display: inline-block;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  max-width: 70%;
}

#browser_header{
  border-color: black;
  border-width: 1px;
  border-style: solid;
  padding-bottom: 10px;
  border-left:none;
  border-top:none;
  border-right:none;
}
#browser_header .cites-container{
  padding-left: 10px;
  padding-right: 10px;
  color: gray;
  font-size: 120%;
}

.browser-metrics{
  background-color: white;
  display:inline;
  float:right;
  width: 25%;
  min-height: 200px;
  border: solid 0.5px;
  border-color: black;
  border-radius: 10px;
  margin: 2%;
  padding: 10px;
}

#browser_view div{
  padding: 2%;
  float:left;
}

#browser_view_switch {
  float:right;
  margin-bottom: 10px;
}
#browser_view_switch > li {
  display:inline-block;
}
#browser_view_switch > li + li {
  margin-left: 20px;
}
#browser_view_switch > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: darkgrey; /* IE8 proofing */
  border-bottom: 2px solid transparent;
}
#browser_view_switch > li > a:hover {
  background-color: transparent;
  border-bottom-color: darkgrey;
  text-decoration: none;
}
#browser_view_switch > .active > a,
#browser_view_switch > .active > a:hover,
#browser_view_switch > .active > a:focus {


}


.browser-header-tab {
  table-layout: auto;
  margin-top: 20px;
  border-collapse: collapse;
  border-color: #f2f2f2;
  text-align:left;
  word-wrap:break-word;
}
.browser-header-tab tr:first-child th{
  border: none;
}
.browser-header-tab tr td {
  border-top: none !important;
  font-size: 125%;
  padding-bottom: 10px;
}
.browser-header-tab tr th {
  font-size: 230%;
}


.browser-details-tab {
  table-layout: auto;
  border-top:solid;
  border-color: #f2f2f2;
  text-align:left;
  word-wrap:break-word;
  width: 100%;
  border: none !important;
}
.browser-details-tab tr{
}
.browser-details-tab tr td {
  font-size: 120%;
  padding-bottom: 5px;
}
.browser-details-tab tr th {
  font-size: 140%;
}
.browser-details-tab td.resource-info {
  color: #9931FC;
  font-size: 100%;
}

.browser-metrics-tab {
  margin-left:10px;
  table-layout: auto;
  border-collapse: collapse;
  text-align:left;
  word-wrap:break-word;
  border: none !important;
}
.browser-metrics-tab tr td {
  font-size: 120%;
}
.browser-metrics-tab tr th {
  font-size: 160%;
}


/*customize dynamic elems added*/
.imp-value{
  /* color: #336699; */
  font-size: 135%;
}

.metric-entry{
  font-size: 105%;
}

.header-title{
  font-size: 200%;
}

.metrics-title{
  font-size: 165%;
}

.subtitle-title{
  color: gray;
  font-size: 110%;
  margin-right: 10px;
}
.title-entry{
  color: gray;
  font-size: 110%;
  padding-bottom: 20px;
  margin-right: 10px;
}

#oscar_nav {
  margin-top:5%;
}
#oscar_nav li a{font-size:150%;}
#oscar_nav li {margin-right: 20px;}
#oscar_nav > .active > a,
#oscar_nav > .active > a:hover,
#oscar_nav > .active > a:focus {
  color: black;
  border-bottom-color: grey ;
  background-color: transparent;
}

#loader_container{
  margin-top: 1.5%;
}
.oscarLoader{
 color: grey;
 font-size:130%;
}

/*re-define search css components*/
/*modify search css*/
#search{
  padding-top: 2%;
}
#search_results{
  width:100%;
}
.table.tab-footer tr{
  text-align:center;
}
#rows_per_page{
  margin-left:0%;
}
:root {
  --main-bg-color: #336699;
  --hover_color: #19334d;
}


/*general fix*/
.no_selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

@media only screen and (max-width: 1200px) {
  #browser {
    width: 100%;
  }
  #browser_info{
    max-width: 100%;
    width: 100%;
  }
  .browser-details{
    width: 100%;
  }
  #browser_header{
    width: 100%;
    padding-bottom: 10px;
    font-size: 80%;
  }
  .browser-metrics{
    margin-top: 3%;
    display:block;
    width: 100%;
    background-color: white;
    border-left: none;
    border-top: solid;
    border-color: #f2f2f2;
  }
  .browser-metrics-tab {
    margin-left:0px;
    table-layout: auto;
    border-collapse: collapse;
  }
  .browser-metrics-tab tr td {
    font-size: 100%;
  }

  #search{
    padding-top: 8%;
  }
  #oscar_nav {
    width: 100%;
    margin-top:0%;
    text-align:center;
    margin-bottom:0%;
  }
  #oscar_nav li a{
    font-size:130%;
  }
}


@media only screen and (max-width: 700px) {
  #oscar_nav {
    width: 100%;
    margin-bottom:5%;
  }

  #browser_view div{
    width: 100%;
    display: block;
  }
}
