﻿fieldset, legend {
    all: revert;
}

.btn, .btnx {
    padding: 5px 6px !important;
    border-radius: 3px !important;
}

.btn-anothercolor {
    background-color: magenta !important;
}

.fssmall {
    font-size: small;
    font-weight: bold;
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none !important;
}

legend {
    margin-bottom: 0px !important;
}


.xartitioned {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
}

.partitioned {
    font-size: 22pt;
    letter-spacing: 5px;
}

.phstyle {
    font-size: 1.2em;
    margin-bottom: 20px;
}