.strg-title {
    position: relative;
    padding: 10px 0;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: #ccc 1px solid;
}

.strg-title span + span {
    position: absolute;
    right: 0;
}

.strg-title span {
    text-transform: uppercase;
    display: inline-block;
}

.strg-entry {
    font-size: 12px;
    color: #1e1e1e;
    line-height: 28px;
    clear: both;
}

.smart.strg-entry .brief {
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    font-family: monospace;
    width: 100%;
}

.regular.strg-entry:nth-child(even) {
    background-color: #f9f9f9;
}

.smart.strg-container > .brief {
    background-color: #f9f9f9 !important;
}

.strg-entry .details {
    padding: 0;
}

.smart.strg-entry {
    padding-left: 20px;
    position: relative;
}

.strg-key, .strg-value {
    display: inline-block;
    width: 49%;
}

.strg-key {
    padding: 0;
    text-align: right;
}

.smart.strg-value {
    width: 400px;
}

.strg-entry .switcher {
    margin-top: 5px;
}

.strg-key > .switching {
    padding: 0 6px 0 15px;
}

.switcher {
    display: inline-block;
    padding: 0.125em 0.25em;
    color: #ee1010;
    cursor: pointer;
    border: 0.125em solid #ccc;
    background-color: #eee;
}

.strg-key > .switcher {
    float: left;
}

.strg-value > .switcher {
    float: right;
}

i.disabled, .switcher.disabled {
    color: grey;
    cursor: default;
}

.strg-entry .expand-btn {
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: #fff #fff #fff #ccc;
    cursor: pointer;
}

.strg-entry .expand-btn.expanded {
    border-width: 10.4px 6px 0 6px;
    border-color: #ccc #fff #fff #fff;
}

.strg-sep {
    display: inline-block;
    float: right;
    font-size: 20px;
    position: relative;
    top: -1px;
    padding: 0 5px;
}

.strg-switch {
    margin-left: 185px;
    padding: 0 5px;
    background-color: #f3f3f3;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
}
.strg-switch .flip-switch {
    height: 25px;
    vertical-align: middle;
    margin-left: 10px;
}

.strg-switch .flip-switch * {
    line-height: 25px;
}

.strg-switch .flip-switch .state {
    background-color: white;
}

.removed {
    background-color: white;
    border-color: #ee1010;
}

.strg-data-addr {
    text-decoration: underline;
}
