 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: 728px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffffff;
    overflow: hidden;
    opacity: 0;
    box-sizing: border-box;
    border: 1px solid black;
}
.size{
    position:absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 728px;
}



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

    #terms:hover {
        bottom:-17px;
    }

.terms-title {
    padding: 8px 14px 8px 14px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 10px 10px 0 0;
     
    color: #000000;
    position: absolute;
    left: 637px;
    top: -28px;
    font-size: 10px;
    }

    .terms-content {
        height: 90px;
        padding: 10px;
        background-color: #f7f7f7;
    }

    :focus {
        outline: none;
    }

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