.flex {
display: flex
}
#kereses_szerzo_szerint_form input[type="submit"] {
display: inline-block;
flex: initial;
margin: 0 0 0 2px;
padding: 0.3em 0.5em;
background: #38a3a5;
color: white;
}
#szerzok_talatok {
max-height: 400px;
overflow: auto;
}
#szerzok_talatok.show {
border-bottom: 1px solid #E6E6E6;
}
#szerzok_talatok table td {
color: #38a3a5;
font-weight: bold;
padding: 0;
}
#szerzok_talatok table td:hover {
cursor: pointer;
background: #38a3a5;
color: #FFF;
transition: all ease-in-out 0.12s;
-webkit-transition: all ease-in-out 0.12s;
}
#szerzok_talatok table td a {
color: inherit!important;
padding: 5px 10px;
width: 100%;
position: relative;
float: left;
border-bottom: 1px solid #f5f5f5;
} #szerzok_talatok {
scrollbar-color: #dddddd;
scrollbar-width: thin; scrollbar-color: #dddddd #f1f1f1;
}
#szerzok_talatok::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: #f1f1f1;
}
#szerzok_talatok::-webkit-scrollbar-thumb {
background: #dddddd;
}