/*
    CSS for large_view.asp
 */
div.card_img img {
    border: 1px solid #CCC;
}

div.pinch_note {
    padding: 0px 0px 0px 5px;
    margin: 35px 0px 15px 5px;
    font-size: 36px;
}

div.large_view_popin,
div.large_view {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 5px auto 15px auto;
    padding: 0px;
    width: fit-content;
}
div.large_view {
    border: 1px solid #CCC;
}

div.action_buttons {
    display: flex;
    justify-content: center;
}
div.large_view_header {
    background: #8FD0C9;
    font-size: 1.35em;
    color: #FFF;
    margin: 0px 0px 3px 0px;
    padding: 2px 0px 2px 4px;
    border-bottom: 1px solid #CCC;
    width: 1000px;
}
div.view_menu {
    text-align: center;
}
a.vm_text {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
div.large_view_ui {
    text-align: center;
}

#card_front_img {
    margin-top: 3px;
}