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

/*
#text_oneBlur{
    height: 600px;
    width: 500px;
    
}
*/
    #terms {
        position: absolute;
        bottom: -251px;
        left: 0px;
        cursor: pointer;
        z-index: 500;
        font-size: 10px;
        line-height: 1.4;
        transition: bottom 100ms ease-out;
    }

    #terms:hover {
        bottom:0;
    }

.terms-title {
    padding: 6px 13px 6px 13px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    color: #000000;
    position: absolute;
    left: 205px;
    top: -24px;
    font-size: 10px;
    }

    .terms-content {
        height: 230px;
        padding: 10px;
        background-color: #f7f7f7;
        overflow-y: scroll;
    }

    :focus {
        outline: none;
    }

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