 body, body * {
        vertical-align: baseline;
        border: 0;
        outline: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
        font-family: "Roboto",  "Helvetica", Helvetica Neue, Arial, serif;
    }



#content{
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    background-color:#ed1c24;
    overflow: hidden;
    opacity: 0;
    box-sizing: border-box;
    border: 1px solid black;
}
    
#content-inner {
    position: relative;
    z-index: 200;
    top: 0;
    left: 0;
    width: 320px;
    height: 50px;
    }
.size{
	position:absolute;
	top: 0px;
	left: 0px;
    height: 50px;
    width: 320px;
}

/* #man, #manBlur{
    z-index: 1;
} */
.opacity0{
    opacity: 0;
}


#terms {
        position: absolute;
        bottom: -52px;
        left: 0px;
        cursor: pointer;
        z-index:500;
        font-size: 7.5px;
        line-height: 1;
        transition: bottom 100ms ease-out;
    }

    #terms.active {
        bottom:0;
    }

 .terms-title {
    padding: 4px 6px 5px 6px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 7px 7px 0 0;
    /* font-weight: lighter; */
    font-size: 8.0px;
    color: #000000;
    position: absolute;
    right: 9px;
    top: -16px;
    }

    .terms-content {
        height: 30px;
        padding: 10px;
        /* padding: 5px 15px 5px 5px; */
        background-color: #f7f7f7;
        overflow-y: scroll;
        position: relative;
    }

    .terms-close {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .terms-close svg {
        width: 20px;
        height: 20px;
    }

    :focus {
        outline: none;
    }

    ::-moz-focus-inner {
        border: 0;
    }


    

    