/*** File CSS chứa style cho gợi nhớ bookmark và slogan ***/

.bookmark-tip {
    background: #fff;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}

.bookmark-tip .bookmark-instruction {
    font-weight: 700;
}

.bookmark-tip .keyboard-shortcut {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    background-color: #ececec;
    border-radius: .25rem;
    color: #333;
    font-size: .875em;
    font-weight: 500;
    padding: .15rem .3rem;
    white-space: nowrap;
}

.bookmark-tip .site-name {
    color: #000;
    font-weight: 700;
    white-space: nowrap;
}

.bookmark-tip.slogan {
    font-weight: bold;
    font-size: 110%;
    text-align: center;
}

.bookmark-tip .brand-recall {
    color: #4353ff;
    font-weight: bold;
}

