body {
    background-color: #333;
    color: white;
}

.searchblock {
    display: none;
    background-color: black;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.searchicon {
    width: 16px;
    height: 16px;
    justify-self: flex-end;
    cursor: pointer;
    color: whitesmoke;
    margin: 0em .5em 0em .5em;
}

.searchinput {
    border-radius: .5rem;
    max-height: 2rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.searchlabel {
    margin-left: 2rem;
    margin-right: .5rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
    text-align: center;
}

.searchbutton {
    margin-left: 3rem;
    margin-right: 0rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
    max-height: 2rem;
}

.searchlist {
}

.searchpic {
    margin: .3rem;
    aspect-ratio: 2 / 3;
    min-width: 10rem;
    max-width: 10rem;
    cursor: pointer;
    border-radius: 1rem;
}
.showmoviebox {
    margin: 0;
}

.imgmoviebox {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    padding: 0rem;
    border-radius: 1.5rem;
    cursor: pointer;
}

.imgmoviesmallbox {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    padding: 0rem;
    border-radius: 1rem;
}

.imgmovietinybox {
    max-width: 5rem;
    aspect-ratio: 2 / 3;
    padding: .5rem;
    border-radius: 1rem;
    cursor: pointer;
}

.showtext {
    color: #2FA4E7;
}

.rating {
    max-width: 1.1rem;
    max-height: 1.1rem;
    margin-top: .3rem;
    padding: .1rem;
}

.page-header {
    background-color: steelblue;
    color: white;
    padding: .3rem 1rem;
    margin: 0rem;
    border: double;
    min-width:1024px;
}

.labeltext {
    text-align: left;
    font-weight: 700;
    margin-top: .5rem;
}

.displaytext {
    text-align: left;
    color: lightblue;
    margin-top: .3rem;
}

.genre {
    border: solid;
    border-color: steelblue;
    margin: 1rem .25rem;
    text-align: center;
    font-weight: 200;
    border-radius: 1rem;
}

.row-odd {
    display: flex;
    background-color:lightgray;
    border: solid;
    border-radius: .53rem;
    color: black;
    font-weight:700;
}

.row-even {
    display: flex;
    font-weight: 700;
}

.tinypic {
    max-width: 1.5rem;
}

.smallpic {
    max-width: 3rem;
}

.ajm-paginator {
    display: flex;
    max-height:2.5em;
}

.btn-block {
    cursor:pointer;
    margin-left : .2rem;
}

.pager-btn {
    margin: 0px 3px 0px 3px;
}

.pager-select{
    max-width:4em;
}

.sortitem{
    cursor:pointer;
}

.ajmbtn-pad{
    margin-left: .5em;
}

#mydiv {
    position: fixed;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
    top:140px;
    left:400px;
    display:none;
}

#mydivheader {
    padding: 5px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}