/* Styling Runestone Library */
.book_title {
    font-size: 5em;
    background-color: #037ef7;
    color: rgb(252, 240, 240);
    width: 45em;
    height: 7mm;
    line-height: 1.8em;
    text-align: left;
    padding-left: 5px;
    /* border: 1px solid rgb(36, 35, 35); */
    overflow-wrap: break-word;
    font-size: 1em;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}

.book_title:hover {
    background-color: #c94d23;
}

.sectionName {
    margin-top: 20px;
}

.book_descript {
    font-size: 5em;
    background-color: #f3f3f3;
    color: rgb(3, 2, 2);
    width: 45em;
    height: 5em;
    line-height: 3em;
    text-align: left;
    border: 2px solid rgb(36, 35, 35);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: unset;
    font-size: 1em;
    font-family: Helvetica, Arial, sans-serif;
    /* cursor: pointer; */
    position: relative;
    border-radius: 0px 0px 5px 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.book_descript {}

.book_descript:hover {
    height: unset;
}

.link1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    color: white;
    margin-left: 1%;
}

.searchbar {
    background-image: url("../_images/searchicon2.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 15mm;
    background-color: transparent;
    border-image-width: 3mm;
    width: 100%;
    font-size: 25px;
    padding: 0px 0px 0px 45px;
    margin: 1px;
    border: 0.1px solid black;
    border-radius: 20px 20px 20px 20px;
    border-color: black;
    margin-bottom: 20px;
}


input {
    outline-style: none;
}

.library_entry {
    margin-bottom: 5pt;
}



.metaquestion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.griditem {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.questionblock {
    background-color: #ddd;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.overdue {
    color: #ff0000;
    font-size: larger;
}