.special-text
{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.special-h3-text
{
    display: inline;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.right-align
{
    text-align: right;
}

.full-width
{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

.text-wrapper
{
    height: 250px;
    width: 40%;
    margin: 0 auto;
    overflow: auto;
}

.search-parameters-div
{
    height: 80px;
 
    display: -webkit-flex;
    display: flex;
    align-items: center;
 
    margin: 0 auto;
    /* border: 2px solid black; */
}

.selected-network
{
    font-size: 1.05em;
    font-style: normal;
    font-weight: bold;
    color: rgb(30, 30, 30);
}

.not-selected-network
{
    font-size: 0.95em;
    font-style: normal;
    font-weight: bold;
    color: rgb(180, 180, 180);
}

.network-type-span:hover
{
    cursor: pointer;
    color: rgb(105, 105, 105);
}

.blue-button-text
{
    font-size: 0.95em;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    text-decoration: underline;
    color: rgb(51, 102, 200);
}

.blue-button-text:hover
{
    cursor: pointer;
    color: rgb(88, 129, 210);
}

.interactive-wrapper
{
    background-color: #F8F8F8;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;

    padding-top: 25px;
    padding-bottom: 25px;
}

.interactive-divider-div
{
    display: inline-block;
    width: 90%;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.close-images-wrapper
{
    height: 400px;
    width: 60%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.titles-div
{
    height: unset;
    line-height: 100%;
    padding-bottom: 25px;
    padding-left: 2px;
}

.alongside-equal-divs-left
{
    width: 50%;
    padding-right: 10px;
    padding-left: 1px;
}

.alongside-equal-divs-right
{
    width: 50%;
    padding-left: 10px;
    padding-right: 1px;
}

.chosen-image-div
{
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 10px;
}

.closest-images-div
{  
    overflow: auto;
    overflow-y: scroll;
}

.closest-image-row-div
{
    float: left;
    width: 33.333%;
    padding-bottom: 1.0%;
    padding-right: 1.0%;
}

.closest-image-row-div img
{
    width: 100%;
}

.image-choice-title-div
{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.image-choice-wrapper-div
{
    width: 60%;
    height: 400px;
    margin: 0 auto;
    overflow: auto;
    overflow-y: scroll;
}

.image-choice-div
{
    float: left;
    width: 16.666%;
    padding-left: 0.3%;
    padding-right: 0.3%;
    padding-top: 5px;
}

.image-choice-div img
{
    width: 100%;
}

.image-choice-div img:hover
{
    outline: 3px solid #323232;
    outline-offset: 1px;
}

@media only screen and (max-width: 1440px)
{
    .close-images-wrapper, .search-parameters-div
    {
        width: 70%;
        min-width: 900px;
    }

    .close-images-wrapper#container-a
    {
        height: 300px;
    }

    .image-choice-wrapper-div
    {
        width: 70%;
        min-width: 900px;
        height: 300px;
    }

    .image-choice-title-div
    {
        width: 70%;
        min-width: 900px;
    }
}

@media only screen and (max-width: 1000px)
{

    .close-images-wrapper, .search-parameters-div
    {
        width: 90%;
        min-width: unset;
    }

    .close-images-wrapper#container-a
    {
        height: 300px;
    }

    .closest-image-row-div
    {
        width: 50.0%;
        padding-bottom: 1.0%;
        padding-right: 2.0%;
    }

    .image-choice-wrapper-div
    {
        width: 90%;
        height: 300px;
        min-width: unset;
    }

    .image-choice-title-div
    {
        width: 90%;
        min-width: unset;
    }

    .image-choice-div
    {
        width: 33.333%;
        padding-top: 1.3%;
        padding-left: 0.5%;
        padding-right: 0.5%;
    }
}

@media only screen and (max-width: 500px)
{
    .special-h3-text
    {
        font-size: 1.05em;
    }

    .blue-button-text
    {
        font-size: 0.85em;
    }

    .search-parameters-div
    {
        width: 100%;
    }

    .chosen-image-div
    {
        padding-left: 0px;
    }

    .closest-images-div
    {  
        padding-right: 0px;
    }

    .close-images-wrapper#container-a
    {
        height: 200px;
    }

    .closest-image-row-div
    {
        width: 100.0%;
        padding-bottom: 1.0%;
        padding-right: unset;
    }
    .image-choice-div
    {
        width: 50.0%;
        padding-top: 1.8%;
        padding-bottom: 1.8%;
        padding-left: 1.1%;
        padding-right: 1.1%;
    }
}

/* Apparent 'magical' property for smooth scrolling: https://stackoverflow.com/questions/37313872/vertical-scrolling-in-ios-not-smooth */
* {
    -webkit-overflow-scrolling: touch;
}