.cmnstr{
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    color: #FFF;
    font-size: .825em;
    font-weight: 400;
    position: relative;
    top: 0;
    left: 0;
    z-index: 20002;
    box-shadow: 0 -5px 10px rgba(0,0,0,.3);
}

.cmnstr-inner {
    padding: .5rem .5rem 1.5rem;
    margin: auto;
    max-width: 800px;
}

.cmnstr-inner details{
    font-size: 1em;
}

@media all and (min-width: 786px) {
    .cmnstr {
        position: fixed;
        font-size: .9rem;
    }
    .cmnstr-inner {
        padding: 1.5rem 2rem;
    }
}

.cmnstr-title {
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 1.5em;
    color: #fff;
}

.cmnstr summary{
    text-align: right;
    color: #fff;
    display: list-item;
}

.cmnstr summary:hover {
    cursor: pointer;
}

.cmnstr-body{
    padding: 0;
    margin: 0 1.5em 1em 0;
    font-size: .95em;
    line-height: 1.55;
}

.cmnstr-body a{
    color: #FFF;
}

.cmnstr-options {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1em;
}

.cmnstr-options li {
    margin-right: 1em;
    font-size: 1.05em;
    color: #FFF;
}

.cmnstr-options input{
    margin-right: .25em;
}

.cmnstr-btn-set{
    display: flex;
    margin-top: 1em;
    justify-content: end;
}

.cmnstr-button{
    box-sizing: border-box;
    border: 1px solid #FFF;
    padding: 1em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-size: .85em;
    margin-top: 1em;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 700;
    background: #000;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.cmnstr-button.highlight{
    background-color: #fff;
    color: #000;
    margin-left: .5em;
    border: 1px solid transparent;
}

.cmnstr-button:hover,
.cmnstr-button:focus {
    color: 	#000;
    background-color: #fff;
    text-decoration: none;
}

.cmnstr-button.highlight:hover,
.cmnstr-button.highlight:focus {
    color: #fff;
    border: 1px solid #fff;
    background-color: #000;
}

@media all and (min-width: 786px) {
    .cmnstr-button {
        font-size: .85em;
    }
}

.cmnstr-tabs {
    margin-top: 1em;
    font-size: .85em;
}

.cmnstr-tabs-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    z-index: 2;
}

.cmnstr-tabs-nav li {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.cmnstr-tabs-nav li:last-child {
    border-right: 1px solid #CCC;
}

.cmnstr-tabs-nav li a{
    color: #000;
    display: block;
    padding: .25em 1em;
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
}

.cmnstr-tabs-nav li a.is-active {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
}

.cmnstr-tabs-container {
    position: relative;
    z-index: 1;
    top: -1px;
    border-top: 1px solid #CCC;
}

.cmnstr-tabs-container > div {
    padding: .5em;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    display: none;
}

.cmnstr-tabs-container > div.is-active {
    display: block;
}

.cmnstr-table {
    width: 100%;
    color: #fff;
}

.cmnstr-table th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #CCC;
    padding: .25em .5em;
}

.cmnstr-table th:first-child {
    padding-left: 0;
}

.cmnstr-table th:last-child {
    padding-right: 0;
}

.cmnstr-table td {
    vertical-align: baseline;
    padding: .25em .5em;
    border-bottom: 1px dotted #CCC;
    font-size: .85em;
}

@media all and (min-width: 786px) {
    .cmnstr-table td {
        font-size: 1em;
    }
}

.cmnstr-table td:first-child {
    padding-left: 0;
}

.cmnstr-table td:last-child {
    padding-right: 0;
}
