body {
    font-family: 'Roboto', 'Arial', sans-serif;
    margin: 0;
    padding-top: var(--top-bar-height);
    background-color: var(--bg-page);
    font-size: 14px;
    --menu-arrow-size: 10px;
}

input,
select,
button {
    font-family: 'Roboto', 'Arial', sans-serif;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: var(--top-bar-height);
    z-index: 9999;
}

nav .logo {
    padding: 10px;
    min-width: var(--side-bar-width);
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
    background-color: var(--bg-logo);
}

nav .logo img {
    max-height: calc(var(--top-bar-height) - 20px);
    width: auto;
}

.blank-logo {
    max-width: 100px;
    margin-top: 6px;
}

.lc-top-bar {
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    list-style: none;
    margin: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    background-color: var(--bg-top-bar);
}

.lc-bases-lis {
    position: relative;
}

.lc-bases-more-have {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: var(--top-bar-height);
    height: var(--top-bar-height);
}

.lc-bases-more-have:after {
    content: '▾';
    position: absolute;
    width: calc(var(--top-bar-height) - 20px);
    height: calc(var(--top-bar-height) - 20px);
    top: 8px;
    left: 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: var(--link-top-bar);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.lc-bases-more-have:hover:after {
    border-radius: 50%;
    color: var(--link-top-bar-hover);
}

.lc-bases-more-have ul {
    pointer-events: none;
    opacity: 0;
    transition: .3s;
    background: var(--bg-top-bar);
    position: absolute;
    max-width: calc(var(--article-width) - var(--article-padding) * 2);
    top: calc(var(--top-bar-height) + 10px);
    right: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 5px;
}

.lc-bases-more-have ul:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
}

.lc-bases-more-have ul:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    transform: rotate(45deg);
    background: var(--bg-top-bar);
    top: calc(-10px - -7px);
    right: calc(var(--top-bar-height) / 2 - 10px);
}

.lc-bases-more-have:hover ul,
.lc-bases-more-have ul:hover {
    pointer-events: all;
    opacity: 1;
}

.lc-bases-more-have ul li a {
    padding: 10px 25px;
    height: auto;
}

.lc-bases-more-have ul li:first-child a {
    padding-top: 20px;
}

.lc-bases-more-have ul li:last-child a {
    padding-bottom: 20px;
}

.burger-menu {
    display: none;
    background-color: var(--bg-logo);
    padding: 14px 20px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    cursor: pointer;
}

.lc-top-bar .lc-bases {
    padding: 0px;
    box-sizing: border-box;
    max-width: calc(var(--article-width) - var(--article-padding) * 2 - var(--top-bar-height));
    width: 100%;
    list-style: none;
    margin: 0 auto 0 var(--article-padding);
    height: var(--top-bar-height);
    text-align: center;
    white-space: nowrap;
}

.lc-bases-item {
    display: inline-block;
}

.lc-bases-select {
    display: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNzZweCIgaGVpZ2h0PSIyOTlweCIgdmlld0JveD0iOTIwLjUgNDA0IDc2IDI5OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyA5MjAuNSA0MDQgNzYgMjk5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjx0aXRsZT5hcnJvd3M8L3RpdGxlPg0KPHBvbHlnb24gcG9pbnRzPSI5ODAuNSw1MzguMTEgOTU4LjYwNCw1NjguODkgOTM2LjUsNTM4LjExICIvPg0KPHJlY3QgeD0iOTIxIiB5PSI0MDQuNSIgZmlsbD0ibm9uZSIgd2lkdGg9Ijc1IiBoZWlnaHQ9IjI5OCIvPg0KPC9zdmc+DQo=) no-repeat 96% 50%;
    background-size: 4%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: var(--top-bar-height);
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    border: 0;
    border-bottom: 3px solid var(--link-top-bar-hover);
    color: var(--link-top-bar);
    outline: 0;
    text-align-last: center;
    font-size: 14px;
    position: relative;
    padding: 0 55px;
}

.mobile-menu-container.open:before {
    content: '🌐';
    position: absolute;
    z-index: 1;
    top: calc(var(--top-bar-height) / 2 - 18px);
    left: 20px;
    width: 24px;
    height: 30px;
    font-size: 22px;
    color: var(--link-top-bar);
    padding: 0;
    background: var(--bg-top-bar);
}

.lc-bases-select .lt {
    text-align: center;
}

.lc-top-bar a {
    text-decoration: none;
    color: var(--link-top-bar);
    padding: calc(var(--top-bar-height) / 2.8) 20px;
    height: var(--top-bar-height);
    display: block;
    box-sizing: border-box;
}

.lc-top-bar .active a,
.lc-top-bar a:hover {
    position: relative;
    color: var(--link-top-bar-hover);
}

.lc-top-bar .active a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--link-top-bar-hover);
}

section.lc-content {
    display: flex;
    justify-content: space-between;
}

.lc-sidebar {
    position: fixed;
    width: var(--side-bar-width);
    height: calc(100% - var(--top-bar-height));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    background-color: var(--bg-side-bar);
    overflow-y: auto;
}

.search {
    width: 100%;
    display: block;
    height: 64px;
    position: relative;
}

.search-input {
    margin: 20px 20px 20px 20px;
    padding: 5px 10px;
    border-radius: 50px;
    border: 0;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 40px);
    font-size: 14px;
    outline: 0;
    margin-right: 0;
}

.lc-search-result {
    display: none;
    position: fixed;
    overflow: auto;
    left: var(--side-bar-width);
    top: var(--top-bar-height);
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: var(--bg-page);
}

.lc-search-result em {
    background-color: var(--search-highlight);
    font-style: inherit;
}

.lc-search-result p a {
    color: var(--link-color);
    font-weight: 400;
}

.lc-search-button {
    position: absolute;
    top: 20px;
    right: 30px;
    padding: 0;
    content: "";
    border: none;
    background-color: transparent;
    width: 24px;
    height: 24px;
    outline: none;
    cursor: pointer;
}

.lc-search-result.show {
    display: block;
}

.lc-search-result-wrapper {
    box-sizing: border-box;
    padding: 50px var(--article-padding) 0 var(--article-padding);
    max-width: var(--article-width);
}

.lc-sub-contain:before {
    content: var(--plus-or-arrow);
    font-weight: 800;
    position: absolute;
    right: 20px;
}

.lc-menu-open:before {
    transform: rotate(90deg);
}

.lc-sidebar > ul {
    margin: 0 0 0 0;
    list-style: none;
    padding: 0;
    width: 100%;
}

.lc-sidebar ul > li > ul {
    margin: 0;
    list-style: none;
    padding: 00;
    width: 100%;
    background: var(--bg-link-side-bar-sub);
}

.lc-sub-menu {
    display: none;
}

.lc-menu-open + .lc-sub-menu {
    display: block;
}

.lc-sidebar a {
    text-decoration: none;
    width: 100%;
    padding: var(--link-side-bar-padding);
    display: block;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    color: var(--link-side-bar);
    transition: .3s;
}

.lc-sidebar a.active {
    color: var(--link-side-bar-hover);
    font-weight: 400;
    background: var(--bg-link-side-bar-sub-hover);
}

.lc-sidebar a.lc-menu-open {
    color: var(--link-side-bar-hover);
    background-color: var(--bg-link-side-bar-hover);
}

.lc-sidebar a:hover {
    color: var(--link-side-bar-hover);
    background-color: var(--bg-link-side-bar-hover);
}

.lc-sidebar ul > li > ul a {
    padding: 6px 6px 6px 40px;
    font-size: .95em;
}

.lc-sidebar ul > li > ul a:hover {
    color: var(--link-side-bar-sub-hover);
    background-color: var(--bg-link-side-bar-sub-hover);
}

.lc-sidebar ul > li > ul > li:first-child a {
    padding-top: 10px;
}

.lc-sidebar ul > li > ul > li:last-child a {
    padding-bottom: 10px;
}

.lc-content > .lc-article-wrap {
    min-height: 100%;
    padding-left: var(--side-bar-width);
    width: 100%;
}

.lc-content > .lc-article-wrap article {
    position: relative;
    max-width: var(--article-width);
    padding: 50px var(--article-padding) 0 var(--article-padding);
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: var(--text-color);
    z-index: 0;
    word-wrap: break-word;
}

.content-name,
.lc-search-result h1 {
    font-weight: 400;
    border-bottom: 2px solid #CCC;
    padding-bottom: 5px;
    font-size: 1.5em;
    margin: 0 0 50px 0;
    line-height: 40px;
    color: var(--text-color);
}

.code-group {
    background: #222729;
    border: 1px solid #222729;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    margin: 30px 0;
    overflow-x: auto;
}

.code-group pre {
    margin: 0;
    box-sizing: border-box;
}

pre.highlight {
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}

p code,
li code,
a code {
    background: #eaeaea;
    padding: 1px 5px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}

.code-group-tab {
    display: flex;
    justify-content: flex-start;
    background-color: #1c1e1f;
    border-bottom: 1px solid var(--text-color);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome and Opera */
}

.code-group-tab:after {
    content: '</>';
    position: absolute;
    right: 80px;
    font-weight: bold;
    margin-top: 4px;
    opacity: .3;
}

.code-group-tab-item {
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #455a64;
    cursor: pointer;
}

.code-group-tab-item:hover {
    color: #6f848e;
}

.code-group-tab-item:first-child {
    padding: 5px 10px 5px 20px;
}

.code-group-tab-item.active {
    border-bottom: 2px solid #a6e22e;
    margin-bottom: -2px;
    color: #a6e22e;
}

.highlight-wrapper {
    margin: 0;
    display: none;
}

.highlight-wrapper.active {
    display: block;
}

table.highlight,
div.highlight > pre {
    width: 100%;
    padding: 10px;
}

.code div.highlight > pre {
    padding: 0;
}

.code-group code {
    display: block;
    width: 100%;
    background-color: #222729;
    padding: 30px;
    box-sizing: border-box;
    color: #7d9198;
    font-size: 12px;
    line-height: 10px;
    font-family: monospace;
}

aside > code {
    display: inline;
    width: auto;
    background: rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    border-radius: 3px;
    color: inherit;
}

article aside {
    position: relative;
    display: block;
    margin: 20px 0;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 5px;
}

article h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 40 0 15px 0;
    font-weight: 300;
}

article h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
}

article h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
}

article h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
}

article h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

article a {
    color: var(--link-color);
    font-weight: 400;
}

article strong a {
    font-weight: bold !important;
}

article img {
    max-width: 100%;
    height: auto;
}

blockquote {
    margin: 0;
    padding: 20px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    border-left: 3px solid var(--link-top-bar-hover);
}

article ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

article li {
    margin-bottom: 12px;
}

h3.review-title {
    text-align: center;
    margin: 40px 0 0 0;
    padding-top: 20px;
    border-top: 2px solid var(--link-top-bar-hover);
    font-size: 16px;
}

.review-config {
    display: flex;
    justify-content: center;
    padding: 6px 0 11px 0;
}

.review-config > div {
    margin: 0;
    transition: .2s;
    transform: scale(.8);
    opacity: .8;
    cursor: pointer;
    width: 50px;
}

.review-config > div:hover,
.review-config > div.active {
    transform: scale(1);
    opacity: 1;
}

.article-data {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    color: #CCC;
    padding: 0 10px 5px 10px;
    margin-bottom: 20px;
}

.article-name {
    border-bottom: 2px solid #00afac;
    padding: 0 0 10px 0px;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.4em;
}

aside.method {
    background: #f1f1f1;
    border: 1px solid #dadada;
    padding: 0;
    display: flex;
    align-items: center;
    word-break: break-all;
}

aside.method:before {
    color: #FFF;
    padding: 10px 15px;
    margin: 0 20px 0 0;
    display: inline-block;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    float: left;
    word-break: normal;
    align-self: stretch;
}

aside.method.get:before {
    content: 'GET';
    background: #6f4f92;
}

aside.method.post:before {
    content: 'POST';
    background: #10a84b;
}

aside.method.delete:before {
    content: 'DELETE';
    background: #a71d23;
}

aside.method.put:before {
    content: 'PUT';
    background: #c4882c;
}

aside.method.patch:before {
    content: 'PATCH';
    background: #414a54;
}

aside.method.options:before {
    content: 'OPTIONS';
    background: #126ab5;
}

aside.method.success,
aside.method.notice,
aside.method.warning {
    position: relative;
    display: block;
    margin: 20px 0;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 5px;
}

aside.method.success {
    background: #78EAA9;
    color: #163523;
}

aside.method.notice {
    background: #FFF584;
    color: #7d6812;
}

aside.method.warning {
    background: #F48480;
    color: #651d29;
}

table:not(.highlight) {
    margin: 40px 0;
    border-collapse: collapse;
    max-width: 100%;
    display: block;
    overflow-x: auto;
}

table:not(.highlight) tbody {
    font-size: 14px;
}

table:not(.highlight) thead th {
    background: #455A64;
    color: #FFF;
    font-weight: 300;
}

table:not(.highlight) th {
    padding: 10px 25px;
    border-right: 1px solid #7a8d96;
}

table:not(.highlight) td {
    padding: 10px 25px;
    border-right: 1px solid #eee;
}

table:not(.highlight) th:first-child,
table:not(.highlight) td:first-child {
    padding-left: 15px;
}

table:not(.highlight) th:first-child {
    border-left: 1px solid #eee;
}

table:not(.highlight) td:first-child {
    border-left: 1px solid #eee;
}

table:not(.highlight) th:last-child,
table:not(.highlight) td:last-child {
    padding-right: 15px;
}

table:not(.highlight) th:last-child {
    border: 0;
}

tr:nth-child(even) {
    background: #f9f9f9;
}

table:not(.highlight) thead th:first-child {
    border-radius: 5px 0 0 0;
}

table:not(.highlight) thead th:last-child {
    border-radius: 0 5px 0 0;
}

table:not(.highlight) tbody tr:first-child td {
    border-top: 3px solid #ccc;
}

table:not(.highlight) tbody tr:last-child td {
    border-bottom: 3px solid #ccc;
}

table:not(.highlight) tr:hover {
    background: #f0f0f0;
}

table:not(.highlight) td:hover {
    background: #e6e6e6;
}

.lc-search-result-title {
    font-size: 18px;
    color: var(--link-color);
}

.lc-search-result-content {
    color: var(--text-color);
    font-size: 0.9em;
}

.lc-search-result-item {
    padding-bottom: 10px;
}

.lc-search-result-item:last-child {
    border-bottom: 0;
}

.lc-search-result-footer {
    text-align: center;
    padding: 20px;
}

.lc-search-result-footer a {
    color: var(--link-color);
    margin: 0 5px;
}

.lc-search-pagination {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 30px 0 30px 0;
}

.lc-search-pagination a {
    font-family: Arial;
    font-weight: 300;
    width: 30px;
    height: 30px;
    display: block;
    background-color: #f0f0f0;
    margin: 0 5px;
    border-radius: 50%;
    text-align: center;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    color: #666;
    font-size: 16px;
}

.lc-search-metrics {
    font-size: 0.5em;
}

.lc-search-pagination li.active a {
    background-color: var(--link-color);
    color: var(--bg-page);
}

.lc-instant-search {
    display: none;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    margin-top: -4px;
    background-color: var(--bg-page);
    left: 20px;
    right: 20px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3), -1px -1px 8px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.lc-instant-search.show {
    display: block;
}

.lc-instant-search::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    border-width: var(--menu-arrow-size);
    margin-top: calc(var(--menu-arrow-size) * -2);
    margin-left: calc(var(--menu-arrow-size) / -2);
    left: 50%;
    z-index: 1;
}

.lc-instant-search a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 16px;
}

.lc-instant-search a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 16px;
}

.lc-instant-search a {
    padding: 7px 20px;
}

.lc-instant-search a span {
    display: block;
    line-height: 11px;
    font-size: 13px;
}

.lc-instant-search a small {
    opacity: .7;
}

.lc-instant-search a small em {
    background-color: var(--search-highlight);
}
.lc-topic-category {
    display: block;
    color: var(--link-side-bar-hover);
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px;
    padding: 10px 20px 5px 20px;
    width: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}

.lc-topic-list li + .lc-topic-category {
    padding-top: 25px;
}
.lc-bases-language {
    background: var(--bg-top-bar);
    color: var(--link-top-bar);
    height: var(--top-bar-height);
    width: var(--top-bar-height);
    position: fixed;
    right: 0;
    top: 0;
    border-left: 1px solid #e0e0e0;
}
.lc-bases-language-select {
    width: 100%;
    height: 100%;
    border:0;
    color: var(--link-top-bar);
    outline: 0;
    text-align: center;
    padding: 0;
    cursor: pointer;
    list-style: none;
    position: relative;
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
}
.lc-bases-language-select:after {
    content: "▾";
    position: absolute;
    width: calc(var(--top-bar-height) - 20px);
    height: calc(var(--top-bar-height) - 20px);
    top: 8px;
    right: -12px;
    opacity: .3;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: var(--link-top-bar);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: none;
}
.lc-bases-language-select:hover {
    background: #eee;
}
.lc-lang-selected {
    position: relative;
    width: 100%;
    height: 100%;
}
.lc-lang-selected .lc-lang-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px -12px;
}
.lc-lang-img {
    height: auto;
    max-width: 24px;
    vertical-align: middle;
    margin-right: 2px;
}
.lc-lang-list {
    width: 110px;
    text-transform: uppercase;
    max-height: 400px;
    transition: .3s;
    background: var(--bg-top-bar);
    position: absolute;
    top: calc(var(--top-bar-height) + 10px);
    right: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
}
.lc-lang-list.open {
    opacity: 1;
    pointer-events: all;
}
.lc-lang-list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
}
.lc-lang-list:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    transform: rotate(45deg);
    background: var(--bg-top-bar);
    top: calc(-10px - -7px);
    right: calc(var(--top-bar-height) / 2 - 10px);
}
.lc-lang-list-scroll {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.lc-lang-item a {
    padding: 10px 0 10px 0;
    height: auto;
}
.lc-lang-item:first-child a {
    padding-top: 20px;
}
.lc-lang-item:last-child a {
    padding-bottom: 20px;
}
.lc-lang-text {
    font-size: 12px;
}
