.mmcc .amu-calculator {
    font-family: Tahoma,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    min-height: 150px;
    max-width: 800px;
    padding: .5em;
    border: 1px solid #333;
    border-radius: .5em;
    margin: 0
}

.mmcc .amu-calculator .header {
    display: flex;
    padding: 0
}

.mmcc .amu-calculator .header .title {
    background: none;
    text-align: left;
    color: #333;
    font-weight: 700
}

.mmcc .amu-calculator .widget-block-inputs-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between
}

.mmcc .amu-calculator .widget-block-inputs-wrapper .widget-block-select {
    margin-top: .1em;
    max-width: 155px;
    display: flex;
    flex-direction: column;
    margin-right: 1em
}

@media(max-width: 450px) {
    .mmcc .amu-calculator .widget-block-inputs-wrapper .widget-block-select {
        max-width:30%
    }
}

.mmcc .amu-calculator .widget-block-inputs-wrapper .widget-block-select:first-of-type {
    text-align: left
}

.mmcc .amu-calculator .widget-block-inputs-wrapper .widget-block-select:last-of-type {
    text-align: center
}

.mmcc .amu-calculator .widget-block-inputs-wrapper .widget-block-select select {
    margin-top: .5rem;
    max-width: 90%;
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding: .1rem
}

.mmcc .amu-calculator .widget-block-inputs-wrapper .widget-block-formula {
    display: flex;
    flex-direction: column;
    text-align: right;
    overflow: auto
}

.mmcc .amu-calculator .widget-block-inputs-wrapper .widget-block-formula .input-formula {
    flex-wrap: wrap
}

.mmcc .amu-calculator .widget-block-inputs-wrapper .widget-block-formula .input-formula .search-box {
    max-width: 75%
}

.mmcc .amu-calculator .widget-block-inputs-wrapper .widget-block-formula .input-formula input {
    margin-top: .5rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    vertical-align: middle
}

.mmcc .amu-calculator .widget-block-results .widget-result-top {
    margin-top: 1em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.mmcc .amu-calculator .widget-block-results .widget-result {
    padding: .1em;
    background-color: #57e9ac
}

.mmcc .amu-calculator .widget-block-results .widget-result .result-label {
    color: #333
}

.mmcc .amu-calculator .widget-block-results .widget-result .result-number {
    color: #333;
    font-weight: 700
}

.mmcc .amu-calculator .widget-block-results .widget-table {
    width: 100%;
    margin-top: 0;
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #19c17b;
    padding: 0 .5em .5em .5em
}

.mmcc .amu-calculator .widget-block-results .widget-table tr {
    display: table-row
}

.mmcc .amu-calculator .widget-block-results .widget-table tr td,.mmcc .amu-calculator .widget-block-results .widget-table tr th {
    border-bottom: 1px dashed grey;
    text-align: center
}

.mmcc .amu-calculator .widget-block-results .widget-table tr td:first-of-type,.mmcc .amu-calculator .widget-block-results .widget-table tr th:first-of-type {
    text-align: left
}

.mmcc .amu-calculator .widget-block-results .widget-table tr td:last-of-type,.mmcc .amu-calculator .widget-block-results .widget-table tr th:last-of-type {
    text-align: right
}

.mmcc .widget.widget-atomic-weight-calculator {
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin-top: 60px
}

.mmcc table tbody tr:first-of-type td {
    font-weight: normal;
    background: unset;
}