
form {
    height: 100%;
}

.title {
    margin-bottom: 1.3rem;
}


.btn, .btn.show, .btn:hover, .btn:first-child:active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 3.1em;
    margin-top: 0.5em;
    background: #283135;
    border-width: 0;
    border-radius: 0.3rem;
    color: white;
}
.btn .text-left {
    flex-grow: 1;
    text-align: left;
}
.btn .icon-right {
    font-size: 2em;
    color: #FFDF43;
    vertical-align: middle;
    position: relative;
    left: 0.1em;
}


.footer-button {
    background: #FFDF43;
    color: #283135;
}

.inches {
    display: inline-block;
    width: 7em;
}
.invisible {
    color: transparent;
}

.dropdown-menu {
    width: 100%;
    background: #283135;
}
.dropdown-menu a, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2em;
    text-decoration: none;
    color: white;
    width: 100%;
}

