td {
    color:black;
    vertical-align: middle;

}

th {
    color: white;

}

tr {
    height: 2em;
}

table {
    width: 100%;

    border-spacing: 0px;
}


.title {
    width: auto;
    text-align: left;
    padding-left: 5px;
}
.type {
    width: 30ch;
    text-align: left;
}


.title, .type, .page {
    vertical-align: middle;
}

.head_alpha {
    background-color: rgb(21, 96, 130);
    color: white;

}

.head_type {
    /* border-bottom: rgb(79, 137, 46);
    border-bottom-style: solid;
    border-bottom-width: 5px; */
    background-color: rgb(58, 100, 34);
    font-weight: bold;
    color: white;
    padding-left: 5px;
}

.odd {
    background-color: white;

}
.even {
    background-color: lightgrey;
}

.tunelink, .alternate_sort {
    color: black;
}
.tunelink:hover, .alternate_sort:hover {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    filter:brightness(-50%);
    transform: scale(1.5em);
}

.tunelink:visited, .alternate_sort:visited {
    text-decoration: none;
}

.typeheader {
    background-color: rgba(197, 197, 197, 0.671);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.alternate_sort{
    font-size:smaller;
    color: rgb(21, 96, 130);
    font-style: italic;
    font-weight: normal;
}
.right {
    text-align: right;
}
.move_up {
    font-size: smaller;
    text-decoration: none;
    cursor:pointer;
    color: black;
    /* line-height: 3; */
}
.move_up:hover{
    text-decoration: none;
}
.screenlock {
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height:100%;
    background-color: rgba(146, 146, 146, 0.253);
    z-index: 10000;
    backdrop-filter: blur(1px);
  }

.detailscontainer {
    position:fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-60%, -50%);
    width: 50%;
    height: 95%;
    background-color:white;
    z-index: 10001;
    box-shadow: #00000075 10px 10px 5px;
    display: flex;
    flex-direction: column;


}

.control {
    width: 100%;
    padding-bottom: 10px;
    
    height: 2.5em;
    background-color: lightgrey;
}

.image{
    position: static;
    width: 100%;
    /* max-width: 100%; */
    height: 100%;
    /* max-height: 100%; */
    /* height: 100%; */
    padding-top: 10px;
    top: 3em;
    z-index: 10002;


}

.downloads {
    position: fixed;
    top: 2em;
    width: 50px;

    flex-grow: auto;


}
.close_icon {
    width: 1.5em;
    height: 1.5em;
    cursor:pointer;

}
.download_icon{
    height: 1.5em;
    width: 1.5em;
    padding-top: 10px;
}
.list_icon {
    height: 1em;
    width: 2em;
    padding-top: 0.3em;
}

.iconsize:hover {
    transform: scale(1.5);
}
.tuneimage {
    width: 100%;
    max-height: 90%;
    object-fit: scale-down;
    vertical-align: text-top;

}

/* Responsive layout */
@media screen and (orientation: portrait) {
    .detailscontainer {
    top: 0;
    left: 0;
    margin-right: unset;
    transform: unset;
    width: 100%;
    height: 100%;

    }
@media screen and ((max-width: 600px) or (orientation: portrait)) {
    .type {
    width: 15ch;
    }
}
}
