html * {
font-family: Arial;
}
a {
font-family: Arial;
text-decoration: none;
color: black;
}
.hashmatch {
color: green;
}
#header {
margin: auto;
}
#header:hover {
cursor: pointer;
}
main {
display: flex;
justify-content: center;
width: 80%;
margin: auto;
flex-wrap: wrap;
}
.file-entry {
padding: 0.2rem 0.5rem;
width: 100%;
border: 1px solid black;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.file-entry h2:hover {
cursor: pointer;
}
.subtitles {
width: 100%;
max-height: 24rem;
overflow-y: scroll;
}
.sub-container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border-box: content;
border-bottom: 1px dotted gray;
padding-bottom: 0.2rem;
}
.sub-container-title {
width: 50%;
text-align: center;
}
.sub-container-info {
width: 50%;
}
.sub-files {
}
.guess {
width: 100%;
}
.dir:hover {
cursor: pointer;
}