/* docFinder.css */

body {
    font-family: Arial, sans-serif;
}

.logo {
    width: 70px;
    height: 70px;
}

.nav-link {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

div#headleft {
    align: left;
}

#killButton{
    background-color: indianred;
}
img#userpic {
    border-radius: 30%;
    width: 30px !important;
    height: 30px !important;
}

div#userpicDiv {
    background-color: white;
    display: inline-block;
    vertical-align: bottom;
    horiz-align: center;
}

div#navbarSupportedContent {
    vertical-align: middle!important;
}

/*  PREFERENCES */

.radio-buttons {
    list-style: none;
    padding: 0;
}

#sumSize {
    width: 100px;
}

.radio-buttons div {
    margin-bottom: 10px; /* Adjust margin as needed */
    display: flex; /* Align input and label horizontally */
    align-items: center; /* Vertically center input and label */
    gap: 10px; /* Space between input and label */
}


