body {
    font-family: Open Sans, sans-serif;
    background: #fcfcfc;
    font-size: 16px;
}

body, html, #content {
    height: 100%;
}

#rightwithnav {
    float: right;
    width: 350px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#right {
    position: absolute;
    overflow-x: hidden;
    top: 41px;
    bottom: 0;
    right: 0;
    width: 349px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ddd;
}

#rightContent {
    margin-top: 20px;
    margin-left: 10px;
}

#searchform {
}

#results {
}

#resultList {
    list-style-type: none;
    margin: 0 0 0 5px;
}

.result {
    left: 20px;
}

.httpMethodSearchResult {
    min-width: 52px;
    display: inline-block;
    text-align: right;
    margin-right: 4px;
}

.httpMethodSearchResult span {
    margin: 0;
}

#navigation {
    padding-left: 10px;
    border-left: 1px solid #ccc;
    background: #fff;
}

#left {
    position: absolute;
    overflow-x: hidden;
    top: 42px;
    bottom: 0;
    left: 0;
    right: 350px;
}

#left.withoutSidebar {
    right: 0px;
}

#left.reserve-free-space {
    top: 70px;
}

#leftwithnavbar {
    overflow-y: hidden;
    overflow-x: hidden;
}

.navbar .brand {
    margin-left: 25px;
}

#contentContent {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 25px 10px 10px;
}

#searchResultContainer {
    overflow-y: auto;
    overflow-x: hidden;
}

#mainList {
    list-style-type: none;
}

.searchInput {
    width: 280px;
}

.tagInput {
    margin-bottom: 15px;
}

.searchLabel {
    margin-left: auto;
    margin-right: auto;
}

.searchList {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

.searchList.hierarchical {
    margin-left: 10px;
}

#expandCollapseMain {
    position: fixed;
    margin-top: 4px;
    right: 371px;
    z-index: 4;
    background: #fcfcfc;
    padding: 0 4px;
}

#expandCollapseTree {
    position: fixed;
    margin-top: 4px;
    right: 21px;
    z-index: 4;
    background: #fff;
}

.expandCollapse {
    color: #888;
    font-weight: 100;
    font-size: 12px;
    border-radius: 2px;
    opacity: 0.8;
}

.expandCollapse a {
    color: #888;
}

.expandCollapse a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.text-gray {
    color: #f8f8f8;
}

i.methodIcon {
    margin-left: -1em;
    margin-right: 0.5em;
    font-size: 1.2em;
    width: 1.4em !important;
    color: #ed003b;
}

.methodTitle {
    display: inline;
}

i.warningIcon {
    color: #da9a00;
}

i.failedIcon {
    color: #ed003b;
}

i.licenseIcon {
    color: #999;
}

h3 {
    color: #333;
    font-family: 'Open sans', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    text-transform: uppercase;
}

h4 {
    color: #009ace;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 15px;
    margin-top: 25px;
}

.tag {
    background: #aaa;
    display: inline-block;
    color: white;
    padding: 0 4px;
    border-radius: 15px 4px 4px 15px;
    font-size: 70%;
    margin-right: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.tag:hover {
    background: #00b2ed;
    cursor: pointer;
}

.tagSelected {
    background: #00b2ed;
}

p.methodDescription {
    font-size: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
    /*text-align: justify;*/
}

.methodCall {
    font-family: "Droid Sans Mono", monospace;
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 15px 10px;
    overflow-x: auto;
    background: #f4f4f4;
    line-height: 2;
    margin-left: -37px;
    margin-right: -30px;
    padding-left: 37px;
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
}

.methodBaseUrl {
    color: #888;
    padding: 2px;
}

.methodBaseUrl:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 1px;
}

.httpMethod {
    padding: 0 4px;
    line-height: 1.4em;
    border-radius: 3px;
    color: #fff;
    background-color: #A2A2A2;
    margin-right: 4px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.httpMethod.small {
    border-radius: 2px;
    line-height: 1.4em;
    border: none;
    padding: 0 2px;
    font-weight: 200;
    box-shadow: none;
}

.httpMethod.small {
    color: #A2A2A2;
    background: transparent;
    border: 1px solid;
    text-shadow: none;
    font-weight: 500;
    vertical-align: middle;
}

.httpMethod:hover {
    color: #fff;
    text-decoration: none;
}

.httpMethod.small:hover {
    color: #fff;
    text-decoration: none;
    background: #4C4C4C;
}

.httpMethod.httpMethodSelection:hover, .httpMethod.httpMethodSelection.disabled:hover {
    background: #4c4c4c;
}

.httpMethod.GET {
    background: #61c000;
}

.httpMethod.small.GET {
    background-color: transparent;
    border-color: #c0e69a;
    color: #4f9c00;
}

.httpMethod.small.GET:hover {
    background: #61c000;
    color: white;
}

.httpMethod.GET.httpMethodSelection:hover {
    background: #61c000;
}

.httpMethod.OPTIONS {
    background: #00c061;
}

.httpMethod.small.OPTIONS {
    background-color: transparent;
    border-color: #9fe6ab;
    color: #009c5a;
}

.httpMethod.small.OPTIONS:hover {
    background: #00c061;
    color: white;
}

.httpMethod.OPTIONS.httpMethodSelection.disabled:hover, .httpMethod.OPTIONS.httpMethodSelection:hover {
    background: #00c061;
}

.httpMethod.HEAD {
    background: #cccc00;
}

.httpMethod.small.HEAD {
    background-color: transparent;
    border-color: #ebeb9a;
    color: #a6a600;
}

.httpMethod.small.HEAD:hover {
    background: #cccc00;
    color: white;
}

.httpMethod.HEAD.httpMethodSelection.disabled:hover, .httpMethod.HEAD.httpMethodSelection:hover {
    background: #cccc00;
}

.httpMethod.POST {
    background: #003bed;
}

.httpMethod.PATCH {
    background: #7300ed;
}

.httpMethod.small.POST {
    background-color: transparent;
    border-color: #9ab1f8;
    color: #0030c0;
}

.httpMethod.small.POST:hover {
    background: #003bed;
    color: white;
}

.httpMethod.POST.httpMethodSelection.disabled:hover, .httpMethod.POST.httpMethodSelection:hover {
    background: #003bed;
}

.httpMethod.PATCH {
    background: #7300ed;
}

.httpMethod.small.PATCH {
    background-color: transparent;
    border-color: #a593f8;
    color: #5d00b9;
}

.httpMethod.small.PATCH:hover {
    background: #7300ed;
    color: white;
}

.httpMethod.PATCH.httpMethodSelection.disabled:hover, .httpMethod.PATCH.httpMethodSelection:hover {
    background: #7300ed;
}

.httpMethod.PUT {
    background: #00b2ed;
}

.httpMethod.small.PUT {
    background-color: transparent;
    border-color: #9ae0f8;
    color: #0090c0;
}

.httpMethod.small.PUT:hover {
    background: #00b2ed;
    color: white;
}

.httpMethod.PUT.httpMethodSelection.disabled:hover, .httpMethod.PUT.httpMethodSelection:hover {
    background: #00b2ed;
}

.httpMethod.DELETE {
    background: #ed3b00;
}

.httpMethod.small.DELETE {
    background-color: transparent;
    border-color: #f8b19a;
    color: #c03000;
}

.httpMethod.small.DELETE:hover {
    background: #ed3b00;
    color: white;
}

.httpMethod.DELETE.httpMethodSelection.disabled:hover, .httpMethod.DELETE.httpMethodSelection:hover {
    background: #ed3b00;
}

.httpMethod.httpMethodSelection {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 4px;
}

.httpMethod.httpMethodSelection.disabled {
    background: #aaa;
}

.methodCall.GET {
    background: #e7fdf2;
    border-color: #cde0d7;
}

.methodCall.OPTIONS {
    background: #d6fdec;
    border-color: #cae0dc;
}

.methodCall.HEAD {
    background: #FFFFC3;
    border-color: #e2e2ad;
}

.methodCall.POST {
    background: #e7edfd;
    border-color: #cdd2e0;
}

.methodCall.PATCH {
    background: #e8e0fd;
    border-color: #cac4e0;
}

.methodCall.PUT {
    background: #e7f8fd;
    border-color: #cddce0;
}

.methodCall.DELETE {
    background: #fdede7;
    border-color: #e0d2cd;
}

.methodParams, .statusCodes {
    font-size: 90%;
    margin-left: 0;
    font-weight: 100;
}

.methodParams tr td {
    padding-bottom: 8px;
    vertical-align: top;
}

.returnsBodyContainer {
    margin-left: 0;
}

.parameterContainer {
    display: inline-block;
    min-width: 200px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.parameterName {
    font-weight: 600;
    font-size: inherit;
    padding: 2px 8px;
    padding-left: 0;
    border-radius: 4px;
}

.parameterTypeAndValue {
    width: 95%;
    position: relative;
    vertical-align: super;
    display: block;
    margin-top: -2px;
}

.parameterType {
    color: #777;
    font-weight: 100;
    font-size: inherit;
    font-style: italic;
    min-width: 5em;
    display: inline-block;
}

.propertyComment {
    font-size: inherit;
    vertical-align: text-bottom;
    display: inline;
    margin-left: 10px;
    font-style: italic;
    color: #559988;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.propertyComment:before {
    content: "// ";
    color: #559955;
    font-weight: 300;
}

.parameterDefaultValue {
    color: #777;
    font-size: 80%;
    font-weight: 200;
}

.parameterDefaultValue .default {
    color: #222;
    font-weight: 400;
}

.methodCall .paramName {
    border-radius: 3px;
    font-weight: bold;
    border-left: 2px solid black;
    padding-left: 2px;
    border-right: 2px solid black;
    padding-right: 2px;
    background: #eee;
    display: inline-block;
    line-height: 1;
}

.methodCall.GET .paramName {
    color: #005e2f;
    background: #cffce5;
}

.methodCall.OPTIONS .paramName {
    color: #005e4f;
    background: #cffced;
}

.methodCall.HEAD .paramName {
    color: #5E5A00;
    background: #F3F3AE;
}

.methodCall.PUT .paramName {
    color: #005977;
    background: #CDF2FD;
}

.methodCall.POST .paramName {
    color: #001E6F;
    background: #DCE4F8;
}

.methodCall.PATCH .paramName {
    color: #22006f;
    background: #e7d7f8;
}

.methodCall.DELETE .paramName {
    color: #571800;
    background: #F8DFD6;
}

.valueMissing {
    color: #ddd;
}

.headerContainer {
    font-size: 12px;
}

.mediaType {

}

.mediaTypeContainer {
    display: inline-block;
    color: black;
    border-radius: 3px 3px 0 0;
    background: #e8e8e8;
    font-weight: 400;
    padding: 0 5px;
    font-style: italic;
}

.gzip {
    display: inline-block;
    background: #999;
    padding: 0 5px;
    border-radius: 3px 3px 0 0;
    border: none;
    font-size: 12px;
    line-height: 20px;
    color: white;
}

.gzip:before {
    content: "GZIP";
}

.typeValueContainer {
    margin: 0 10px 20px 0;
    padding: 8px 6px;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background: #f8f8f8;
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    overflow-x: auto;
    line-height: 18px;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

/* Override bootstrap css */
.typeValueContainer .btn {
    font-size: 14px;
}

.searchMathContainer {
    font-size: 70%;
    text-align: right;
    width: 150px;
    padding: 0 15px;
    display: block;
}

.summaryBaseResource {
    font-size: 70%;
    font-weight: 600;
    color: black;
}

.summaryMethodUrl {
    font-size: 65%;
    word-break: break-all;
}

.hierarchy-toggle {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 3px;
    margin-left: -8px;
}

hr {
    clear: both;
    float: none;
    height: 1px;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-left: -35px;
    margin-right: -25px;
}

hr.interfaceSeparator {
    margin-top: 40px;
    margin-bottom: 40px;
}

span.ui-match {
    background: #f3ff17;
    border-radius: 3px;
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -2px;
    margin-right: -2px;
    display: inline;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

ul.toContainer {
    list-style-type: none;
    margin-left: 14px;
}

.toContainer .parameterName {
    padding: 0 4px;
    vertical-align: baseline;
    background: none;
    display: inline;
    font-weight: 100;
}

.toContainer .parameterType {
    font-size: inherit;
    font-weight: 100;
    vertical-align: baseline;
    display: inline;
    margin-left: 4px;
    font-style: italic;
    color: #777;
}

.toContainer .propertyComment {
    vertical-align: baseline;
    display: inline;
    margin-left: 10px;
}

.highlightJsonRecursive {
    background: rgba(255, 255, 255, 0.6);
    padding-left: 4px;
    margin-left: -4px;
    margin-top: -3px;
    margin-bottom: -4px;
    padding-top: 2px;
    padding-bottom: 3px;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.highlightJsonRecursive > span:first-child, .highlightJsonRecursive > span:last-child {
    color: #ff7650;
    font-weight: bold;
}

.togglePropertyComments {
    float: right;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    color: #aaa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.togglePropertyComments:hover {
    text-decoration: underline;
}

.navbartop {
    margin-right: -30px;
}

#footer {
    background-color: #eee;
}

.deprecated {
    text-decoration: line-through;
}

.nav .activeView {
    font-weight: bold;
}

.container .nav {
    margin: 0;
}

.warningsList {
    list-style-type: none;
    margin: 0;
}

.warningsList h3 {
    color: #333;
    font-size: 1.1em;
    font-weight: 100;
    border-bottom: 1px solid #aaa;
    width: 100%;
    display: inline-block;
    line-height: 1.1em;
    text-transform: none;
}

.warningsList > li {
    padding: 0 5px;
    margin-bottom: 15px;
    background: #fdfdfd;
    border: 1px solid white;
}

.warningsListContent {
    margin-left: 0;
    list-style-type: none;
    font-size: 0.9em;
}

.warningsListContent p {
    font-size: 80%;
    font-weight: 100;
}

.warningsListContent p b {
    font-weight: 400;
}

.notice {
    padding: 4px 10px;
    font-weight: 100;
    color: white;
    font-size: 0.8em;
    text-align: center;
    position: relative;
    z-index: 2000;
}

.notice.freeversion {
    background: #2190ff;
}

.notice.invalidlicense {
    background: #ff332f;
}

.notice a {
    text-decoration: underline;
    color: white;
}

.parameterType .btn-group {
    font-family: inherit;
    line-height: normal;
    max-width: 95%; /*wrapping*/
    vertical-align: middle;
}

.parameterType .btn-group > .btn {
    font-family: inherit;
    font-style: normal;
    line-height: normal;
    padding: 0 6px;
    overflow: visible;
    margin-top: 0;
    margin-bottom: 2px;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    background: transparent;
    border-color: #ddd;
    float: left; /*wrapping*/
    color: #666;
}

.parameterType .btn-group > .btn:before {
    content: '\0022';
    font-size: 90%;
}

.parameterType .btn-group > .btn:after {
    content: '\0022';
    font-size: 90%;
}

.parameterType .btn-group > .btn:hover {
    border-color: #ddd;
    background-color: #eee;
    color: #005580;
}

.parameterType .btn-group > .btn.active {
    border-color: #ddd;
    background-color: #ddd;
    color: #007da7;
}

.parameterType .btn-group > .btn:active {
    border-color: #ddd;
    background-color: #ddd;
}

.parameterType .btn-group > .btn:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.parameterType .btn-group > .btn:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.subTypeSwitch .btn-group-vertical {
    font-family: inherit;
    line-height: normal;
    vertical-align: text-bottom;
    max-width: 95%;
    margin-left: 20px;
    display: table;
}

.subTypeSwitch .btn-group-vertical > span {
    display: table-row;
}

.subTypeSwitch .btn-group-vertical > span > * {
    display: table-cell;
}

.subTypeSwitch .btn-group-vertical > span > .propertyComment {
    padding-left: 10px;
    white-space: nowrap;
}

.subTypeSwitch .btn-group-vertical > span > .btn {
    font-family: inherit;
    line-height: normal;
    padding: 0 6px;
    overflow: visible;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    background: transparent;
    border-color: #ddd;
    max-width: 100%;
    text-align: left;
}

.subTypeSwitch .btn-group-vertical > span > .btn:before {
    content: '\0022';
    font-size: 90%;
}

.subTypeSwitch .btn-group-vertical > span > .btn:after {
    content: '\0022';
    font-size: 90%;
}

.subTypeSwitch .btn-group-vertical > span > .btn:hover {
    border-color: #ddd;
    background-color: #eee;
    color: #005580;
}

.subTypeSwitch .btn-group-vertical > span > .btn.active {
    background: #ddd;
    border-color: #ddd;
    color: #007da7;
}

.subTypeSwitch .btn-group-vertical > span > .btn:active {
    border-color: #ddd;
    background-color: #ddd;
}

.subTypeSwitch .btn-group-vertical > span > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.subTypeSwitch .btn-group-vertical > span:last-child > .btn {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.subTypeSwitch .btn-group-vertical > span:first-child > .btn {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.parameterItem {
    white-space: nowrap;
    line-height: 18px;
}

.required {
    color: #ff5454;
}

a.recursionLink {
    color: #005580;
}

a.recursionLink:hover {
    text-decoration: none;
    color: #0088cc;
}

input.baseUrlInput {
    font-family: "Droid Sans Mono", monospace;
    font-size: 15px;
    outline: none;
    vertical-align: baseline;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

.nav > li > a.hidden {
    display: none;
}

.hidden {
    display: none;
}

.statusCodes .statusCode {
    font-weight: 400;
}

.statusCodes .class2xx {
    color: #00ce34;
}

.statusCodes .class3xx {
    color: #ce9b00;
}

.statusCodes .class4xx {
    color: #ce3400;
}

.statusCodes .class5xx {
    color: #ce3400;
}

.statusCodes .statusCodeDescription {
    font-weight: 100;
    font-size: 85%;
}

.statusCodes .class2xx .statusCodeDescription {

}

.statusCodes .class3xx .statusCodeDescription {

}

.statusCodes .class4xx .statusCodeDescription {

}

.statusCodes .class5xx .statusCodeDescription {

}

.popover {
    max-width: 600px;
    font-style: italic;
    color: #559988;
    font-family: 'Open Sans', sans-serif;
    background: #f8f8f8;
    vertical-align: text-bottom;
    display: inline;
    font-weight: 100;
    font-size: 14px;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.popover.bottom > .arrow:after {
    border-bottom-color: #f8f8f8;
}

.border {
    border: 1px solid #559988;
    padding: 0 7px;
    height: 12px;
    position: relative;
    display: inline-block;
    top: 3px;
    cursor: default;
}

.border > span {
    position: relative;
    top: -7px;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}

a {
    cursor: pointer;
}

ul .resourceVisible {
    background: #f1f8fc;
    padding-left: 5px;
    border-left: 5px solid #7dc2e5;
    margin-left: -10px;
}

ul ul .resourceVisible {
    padding-left: 15px;
    margin-left: -20px;
}

ul ul ul .resourceVisible {
    padding-left: 25px;
    margin-left: -30px;
}

ul ul ul ul .resourceVisible {
    padding-left: 35px;
    margin-left: -40px;
}

ul ul ul ul ul .resourceVisible {
    padding-left: 45px;
    margin-left: -50px;
}

ul ul ul ul ul ul .resourceVisible {
    padding-left: 55px;
    margin-left: -60px;
}

ul ul ul ul ul ul ul .resourceVisible {
    padding-left: 65px;
    margin-left: -70px;
}

ul ul ul ul ul ul ul ul .resourceVisible {
    padding-left: 75px;
    margin-left: -80px;
}

ul ul ul ul ul ul ul ul ul .resourceVisible {
    padding-left: 85px;
    margin-left: -90px;
}

ul ul ul ul ul ul ul ul ul ul .resourceVisible {
    padding-left: 95px;
    margin-left: -100px;
}

ul ul ul ul ul ul ul ul ul ul ul .resourceVisible {
    padding-left: 105px;
    margin-left: -110px;
}

ul ul ul ul ul ul ul ul ul ul ul ul .resourceVisible {
    padding-left: 115px;
    margin-left: -120px;
}

ul ul ul ul ul ul ul ul ul ul ul ul ul .resourceVisible {
    padding-left: 125px;
    margin-left: -130px;
}

ul ul ul ul ul ul ul ul ul ul ul ul ul ul .resourceVisible {
    padding-left: 135px;
    margin-left: -140px;
}

ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul .resourceVisible {
    padding-left: 145px;
    margin-left: -150px;
}

.securitySectionWrapper {

}

.securitySectionWrapper .authenticationRequiredWrapper {
    display: inline-block;
    vertical-align: middle;
}

.securitySectionWrapper .rolesWrapper {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 0 5px;
    background: #eee;
    font-size: 12px;
    margin: -1px;
    border-radius: 2px;
}