﻿body {
}


#pick-type
{
    -webkit-flex-direction: column;
    flex-direction: column;
}

#pick-type .väljare {
    width: 80%;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #AAA;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#pick-type .väljareSelected {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-order: 1;
    order: 1;
}

#sokfalt-och-knapp {
    width: 100%;
}

#pick-sorting
{
    display: -webkit-flex;
    display: flex;
}

#pick-sorting .väljare {
    width: 30%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#sökrute_div {
   /* padding-bottom: 75px; */
}

#sökruta
{
    
}

#söktyp
{
    display: none;
}


#visa_typ
{
    padding-right: 10px;
}

#result-text
{
    margin-top: 30px;
}

#browse-text-dictionaries
{
    display: inline-block;
}

#visa_alla
{
    margin-top: 0;
}

#visa_alla_button
{
    padding-right: 10px;
}

#databaslista
{
    
}

#sökresultat
{
   
}


#bara-bocker
{
    margin-top: -10px;
}

#switch-container
{
    margin-top: 15px;
    margin-bottom: 0px;
}

.switch-button
{
    left: 60%;
}

.hitListItem {
    padding-top: 10px;
    
}

#auto-suggest 
{
    /*margin-top: -54px;*/
}