@charset "UTF-8";

.md-typeset code {
    word-break:normal;
}

.md-select__list {
    font-size: .7rem;
}

img[src*='#w40'] {
    width: 40px;
}
img[src*='#w24'] {
    width: 24px;
}
img[src*='#w100'] {
    width: 100px;
}
img[src*='#w200'] {
    width: 200px;
}

/* HPP Sample */
.hpp_container {
    margin-left: auto;
    margin-right: auto;
    width: 375px;
    box-shadow: 0 8px 20px 4px rgba(128, 128, 128, 0.56);
    display:flex;
    justify-content: center;
    border-radius: 10px;        
    overflow: hidden;
}

.hpp_container iframe {
    border-radius: 10px;        
}
