html { font-size: 55.5%; }
h1 { font-size: 1.75em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.15em; }
h5 { font-size: 1.00em; }

.identpath .identpath .identpath { margin-left: 1.5%; }
.search-content { position: relative; width: 100%; }
.select_box:hover::after { color: #4286f4; }
.dependencydetailview { max-height: 25%; overflow: scroll; padding-left: 0rem;}
.renderinfo { font-size: 1.6rem; }
.kernversion_description { margin-top: 0.4em; }
.architecture_description { margin-top: 0.4em; width:10rem; margin-left: 8em; }
.button {position:absolute; z-index:5; cursor:pointer; color:#4286f4; }
.resultfont {font-family: Verdana, Geneva, sans-serif; }
.search { height: 3em; margin-top: 0.5em; margin-bottom: 0.5em; }
.searchhelper { word-spacing: 4rem; text-align: center; }
.image { text-align: center; }
.img { width: 100%; }

#archselectbox { width: 12rem; }
#kernelversion_description { margin-top: 0.2em; }
#kernelversionselect { display: inline; width: 22rem;}
#kernelversionselect_box { width: 22rem; }
#architecture_description { margin-top: 0.2em; }
#architectureselect  { max-width: 13rem; display: inline;}

body {
    font-size: 1.8rem;
    line-height: 1.618;
    margin: auto;
    color: #4a4a4a;
    background-color: #f9f9f9;
}

h1, h2, h3, h4, h5 {
    line-height: 1.1;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #f9f9f9;
    padding: 0 .5em;
    cursor: pointer;
    width: 12em;
    height: 2em;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.8rem;
}

.qr-code .qr-image
{
    width: 0px;
    height: 0px;
    display: none;
    position: absolute;
}

.qr-code:hover .qr-image
{
    width: 300px;
    height: 300px;
    display: inline;
    top: 20em;
    left: 85rem;
    position: absolute;
}

.tagcontent {
    text-align: center;
    width: 100%;
    margin-top: 5rem;
}

.tagcontent .tagcloud {
    display: inline-block;
    margin: 20px;
}

.tagcloud--item {
    padding: 2px 4px;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
}

.tagcloud--item:hover {
    background-color: rgba(12, 65, 156, 0.1);
    border: 1px solid #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 1 !important;
    z-index: 100 !important;
}

.light .tagcloud--item:hover {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
}

.select_box {
  background: #f9f9f9;
  position: relative;
  display: flex;
  overflow: hidden;
  line-height: 1.25;
  border-radius: .25em;
}

.select_box::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  background: #f9f9f9;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.search input[type=text] {
    padding: 0.9em;
    font-size: 1.06em;
    border: none;
    float: left;
    width: 100%;
    background: #f1f1f1;
}

.searchbutton button {
    float: left;
    width: 100%;
    padding: 0.9em;
    color: #f9f9f9;
    background: #4286f4;
    font-size: 1.06em;
    border: none;
    cursor: pointer;
    background: url(buttonbackground.png) repeat;
}

.nosearchbutton button{
    float: left;
    width: 100%;
    padding: 0.9em;
    color: #f9f9f9;
    font-size: 1.06em;
    border: none;
    cursor: pointer;
}

.footer {
    background: none repeat scroll 0 0 transparent;
    background-color: #ededed;
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 3%;
    z-index: 2;
    left: 0;
}

.invalidarch {
    color: #000 !important;
    background-color: #ffffcc !important;
    border: 1px solid #ccc !important;
    border-radius: 3px;
}

@media only screen and (max-width: 1023px) {
html { font-size: 30.5%; }
}
