.image_save_button{
    color: #fff;
    background: #333;
    cursor: pointer;
    display: none;
    width: 100px;
    text-align: center;
    height: 20px;
    padding-top: 5px;
    border-radius: 4px;
    letter-spacing: normal;
}

code{
    color:#515151;
    background:#eee;
    border:1px solid #ccc;
    padding:3px 5px;
    display:inline-block;
}

span.green{
    background:#8FE784;
}

span.yellow{
    background:#83E2E5;
}

#open-info{
    color:#777;
    border-bottom:1px dashed #777;
    display:inline-block;
    cursor:pointer;
}

#open-info:hover{
    color:#353535;
    border-bottom:1px dashed #fff;
}