@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------
    size.css
---------------------------------------------------------------------------------------------------------------------
*/

.cl_size {
    display: inline-block;
    position: fixed;
    right: 8px;
    bottom: 8px;
    margin: 0;
    padding: 1px 8px;
    border: 0;
    border-radius: 2px;
    font-family: sans-serif;
    font-size: 8px;
    line-height: 12px;
    height: 12px;
    color: #000000;
    background: white;
    z-index: 10000;
}