/* Examples */

.example input[type="button"], .example .button a {
    border: 2px solid #737373;
    background-color: #737373;
    margin-right: 2px;
    color: #fff;
    padding: 6px 12px;
    font-weight: normal;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    font-family: unset;
}

.example select, .example input {
    border: 1px solid #ccc;
    padding: 6px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    font-size: 1em;
    line-height: initial;
    border-radius: 2px;
    cursor: pointer;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stats > div {
    flex: 1;
    max-width: 320px;
}

.stats p {
    margin: 0;
}