.button {
        display: inline-block;
        margin: 1px 0px 1px auto;
        padding: 3px;
        border: 1px solid #2196F3;
        border-radius: 10px;
        min-width: 120px;
        text-align:center;
        font-weight: bold;
}
.button:hover {
        opacity: 0.8;
        cursor: pointer;
}
.cookie_div {
        background-color: white;
        color: black;
        margin: auto;
        padding: 0px 10px;
        border: 1px solid #CCC;
        border-radius: 5px;
}
.topdiv {
	display: none;
        font-family: sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 1.20;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        padding: 0px;
        margin: 0px;
        z-index: 999;
        background-color: rgba(60,60,60,0.8);
        overflow: scroll;
}

