*
{
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: roboto;
}
body
{
    overflow: hidden;
}
#littleArrow
{
    left: 7.5vw;
    position: absolute;
}
#detailHead
{
    font-size: 6vw;
    margin-top: 30px;
    width: 100vw;
    height: 60px;
    border-top: 1px solid rgba(1, 150, 130, 0.3);
    border-bottom: 1px solid rgba(1, 150, 130, 0.3);
    border-radius: 10px 10px 0 0;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.options-container
{
    height: calc(100vh - 122px);
    display: block;
    overflow: auto;
    font-size: 4vw;
}
.size-head, .people-head
{
    font-size: 5vw;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.size-box, .people-box
{   
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow: auto;
    margin-left: 2.5vw;
    margin-top: 10px;    
    width: 95vw;    
}
.size-select, .people-select
{
    appearance: none;
    background: url('../../img/itemDetails/checkbox.png');
    background-size: 100%;
    height: 30px;
    width: 30px;
}
.size-select:checked, .people-select:checked
{
    
    background: url('../../img/itemDetails/checkboxSelected.png');
    background-size: 100%;
    height: 30px;
    width: 30px;
}
.size-description-box, .people-description-box
{
    float: right;
    height: 100%;
    width: 75vw;
}
.size-price
{
    font-size: 3.5vw;
}
#detailFoot
{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #019682;
    color: white;
    font-size: 3vw;
    position: fixed;
    bottom: 0;
    height: 30px;
    width: 100vw;
}
#nextButton
{
    appearance: none;   
    border: none;
    background-image: url('../../img/itemDetails/nextButton.png');     
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    position: fixed;
    right: 10px;
    bottom: 40px;
    height: 35px;
    width: 35px;
}
/* #EDBA2B */