/*
Theme Name: New Relic Japan Fork
Theme URI:
Author:
Author URI:
Description: The current (as of 09/16/2019) production theme, cloned for the new Japanese site.
Version: 1.0
Text Domain: newrelic
Domain Path: /languages/
*/
/***
* Bootstrap Mixins (added as needed)
***/
.post-meta {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0; }
  .post-meta span {
    color: #d7d7d7; }
  .post-meta img {
    border-radius: 50%;
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
    height: 42px;
    width: 42px; }

.flare[data-flare-skin="modern"][data-orientation="vertical"][data-background="light"].notfixed {
  position: absolute; }

.post-body img {
  max-width: 100%;
  height: auto; }
.post-body h3 {
  margin-top: 25px; }

.intro {
  font-size: 16px;
  color: #666666; }

.post-tags {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #999999;
  font-style: italic; }
  .post-tags .fa {
    margin-right: 5px; }
  .post-tags a {
    color: #999999; }
    .post-tags a:hover {
      color: #7b7b7b; }

.read-more {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 35px; }

.hentry {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 35px; }
  .hentry .intro {
    margin-bottom: 16px; }
  .hentry h2,
  .hentry .post-meta {
    margin-bottom: 22px; }

/***
* Single
***/
.single-post .hentry {
  border-bottom: 0; }
.single-post #related-posts .hentry {
  border-bottom: 1px solid #e9e9e9; }
.single-post #related-posts .post-meta {
  margin-bottom: 42px; }
.single-post h1 {
  font-size: 36px;
  margin-bottom: 16px; }
.single-post .post-meta {
  margin-bottom: 55px; }
.single-post .tags {
  color: #0ab0bf;
  font-size: 14px; }
  .single-post .tags .fa {
    color: #999999;
    margin-right: 8px; }

/***
* Promoted Post
***/
@media (min-width: 992px) {
  .home #promoted-post {
    min-height: 450px; } }
@media screen and (max-width: 992px) {
  .home #promoted-post {
    padding: 30px 0; } }
.home #promoted-post .container {
  height: 100%; }
  @media screen and (max-width: 992px) {
    .home #promoted-post .container {
      position: relative; } }

.single #promoted-post .container {
  bottom: 30px; }
  @media (max-width: 992px) {
    .single #promoted-post .container {
      position: relative;
      padding-bottom: 30px;
      padding-top: 30px;
      bottom: auto; } }

#promoted-post {
  position: relative;
  background-size: cover;
  background-position: center center;
  z-index: 1; }
  @media (min-width: 992px) {
    #promoted-post {
      min-height: 390px; } }
  #promoted-post:before, #promoted-post:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  #promoted-post:before {
    background-color: #000;
    opacity: 0.4; }
  #promoted-post:after {
    opacity: 0.1;
    background: #3f15ec;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmMTVlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzc1MzRiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYmNiZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #3f15ec 0%, #7534b3 50%, #0bcbeb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3f15ec), color-stop(50%, #7534b3), color-stop(100%, #0bcbeb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #3f15ec 0%, #7534b3 50%, #0bcbeb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #3f15ec 0%, #7534b3 50%, #0bcbeb 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #3f15ec 0%, #7534b3 50%, #0bcbeb 100%);
    /* IE10+ */
    background: linear-gradient(to right, #3f15ec 0%, #7534b3 50%, #0bcbeb 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f15ec', endColorstr='#0bcbeb',GradientType=1 );
    /* IE6-8 */ }
  #promoted-post p,
  #promoted-post a {
    color: #fff; }
  #promoted-post .continue-reading {
    border: 2px solid #fff; }
  #promoted-post .container {
    position: absolute;
    left: 0;
    right: 0; }
    #promoted-post .container .promoted-post-table {
      display: table;
      height: 100%; }
    #promoted-post .container .promoted-post-table-cell {
      display: table-cell;
      vertical-align: middle; }
  #promoted-post h1 {
    color: #fff; }
    @media screen and (min-width: 992px) {
      #promoted-post h1 {
        font-size: 54px;
        margin-bottom: 32px; } }
    #promoted-post h1 a {
      color: #fff; }
  #promoted-post .post-meta {
    color: #fff;
    margin-bottom: 0; }
    #promoted-post .post-meta a {
      color: #fff; }
      #promoted-post .post-meta a:hover {
        text-decoration: underline; }
    #promoted-post .post-meta .post-tags {
      color: #fff; }
      #promoted-post .post-meta .post-tags a {
        color: #fff; }

.write-for-us {
  font-size: 14px;
  text-align: center; }

/***
* Flare
***/
.flare.countloaded.threshold-reached.visible {
  top: 30% !important;
  margin-left: -460px !important; }

/***
* Related Posts
***/
#related-posts h3,
.search-page h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 40px; }

/***
* Author Related Styles
***/
.author-box {
  font-size: 14px;
  color: #999999;
  padding: 35px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin: 35px 0px 70px;
  min-height: 175px; }
  .author-box img {
    float: left;
    margin-right: 30px;
    border-radius: 50%; }
    @media screen and (max-width: 500px) {
      .author-box img {
        display: block;
        float: none;
        margin: 0 auto 20px; } }

.author-links {
  font-size: 30px; }
  .author-links a {
    color: #d7d7d7;
    display: inline-block; }

.author-header {
  text-align: center;
  margin-bottom: 30px; }
  .author-header h1 {
    margin-bottom: 6px; }
  .author-header h2 {
    color: #999999;
    font-size: 18px; }
  .author-header img {
    border-radius: 50%; }
  .author-header .author-links .fa:before {
    font-size: 38px;
    padding: 6px 7px;
    min-height: 40px;
    min-width: 40px;
    margin: 10px; }

.author-information {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e9e9e9; }
  .author-information p {
    color: #999999;
    font-size: 16px; }

.author .hentry {
  padding-bottom: 30px; }
  .author .hentry .intro {
    display: none; }

/***
* Subscribe Form
***/
.signup-form {
  background-color: #f4f4f4;
  border: 1px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  padding: 25px;
  text-align: center;
  border-radius: 7px;
  margin: 60px 0; }
  .signup-form .mktoFormRow {
    width: 74%;
    float: left;
    margin-right: 10px; }
    .signup-form .mktoFormRow:before, .signup-form .mktoFormRow:after {
      content: " ";
      display: table; }
    .signup-form .mktoFormRow:after {
      clear: both; }
    @media screen and (max-width: 1200px) {
      .signup-form .mktoFormRow {
        width: 73%; } }
    @media screen and (max-width: 550px) {
      .signup-form .mktoFormRow {
        width: 100%; } }
  .signup-form .mktoButtonRow {
    float: right; }
    @media screen and (max-width: 1200px) {
      .signup-form .mktoButtonRow {
        width: 23%; } }
    @media screen and (max-width: 550px) {
      .signup-form .mktoButtonRow {
        width: 100%; } }
    @media screen and (max-width: 550px) {
      .signup-form .mktoButtonRow button {
        width: 100%; } }
  .signup-form .mktoForm {
    width: 80% !important;
    margin: 0 auto; }
    .signup-form .mktoForm:before, .signup-form .mktoForm:after {
      content: " ";
      display: table; }
    .signup-form .mktoForm:after {
      clear: both; }
    @media screen and (max-width: 550px) {
      .signup-form .mktoForm {
        width: 100% !important; } }
    .signup-form .mktoForm input[type="email"] {
      position: relative;
      width: 100% !important;
      margin-right: 10px;
      line-height: 27px; }
      @media screen and (max-width: 550px) {
        .signup-form .mktoForm input[type="email"] {
          display: block;
          width: 100%;
          margin-bottom: 15px; } }
      @media screen and (max-width: 550px) {
        .signup-form .mktoForm input[type="email"] {
          height: auto; } }
    .signup-form .mktoForm input[type="text"],
    .signup-form .mktoForm input[type="email"],
    .signup-form .mktoForm input[type="search"],
    .signup-form .mktoForm input[type="password"],
    .signup-form .mktoForm textarea {
      font-family: "Open Sans", Helvetica, sans-serif;
      border: 1px solid #d7d7d7;
      padding: 7px 12px;
      font-size: 14px;
      border-radius: 5px;
      -webkit-box-shadow: inset 0px 1px 1px #d7d7d7;
      box-shadow: inset 0px 1px 1px #d7d7d7; }
    .signup-form .mktoForm button[type="submit"] {
      font-family: "Open Sans", Helvetica, sans-serif; }
    .signup-form .mktoForm .mktoError .mktoErrorMsg {
      font-family: "Open Sans", Helvetica, sans-serif;
      display: block;
      margin-top: 7px;
      background-color: #fa492b;
      box-shadow: none;
      background-image: none;
      border: 1px solid #c63c2a;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      color: #fff;
      font-size: 1em;
      line-height: 1.2em;
      max-width: 16em;
      padding: .4em .6em;
      text-shadow: none; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  border: 1px solid #d7d7d7;
  padding: 7px 12px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 1px #d7d7d7;
  box-shadow: inset 0px 1px 1px #d7d7d7; }

.mktoFieldWrap,
.mktoFormCol {
  width: 100% !important; }

.mktoButtonWrap {
  margin-left: 0 !important; }

.mktoGutter,
label,
.mktoClear,
.mktoOffset,
.mktoAsterix {
  display: none; }

/***
* Search
***/
.search-form {
  padding: 50px 0 35px;
  margin-bottom: 70px; }
  .search-form input[type="text"] {
    width: 60%;
    height: 43px;
    float: left;
    margin-right: 9px; }
  @media screen and (max-width: 480px) {
    .search-form input[type="text"],
    .search-form input[type="submit"] {
      width: 100%;
      float: none;
      margin-bottom: 10px; } }

/***
* Archive Page Styles
***/
.page-archive .main-content-wrapper {
  width: 100%; }
.page-archive #main {
  margin-top: 40px; }
.page-archive ul {
  padding: 0; }
  .page-archive ul li {
    list-style-type: none; }
    .page-archive ul li span {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
.page-archive .years li {
  font-size: 36px;
  color: #fa492b;
  cursor: pointer;
  margin-bottom: 10px; }
  .page-archive .years li .fa {
    font-size: 25px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -3px; }
.page-archive .years > li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }
.page-archive .years .months {
  height: 0;
  overflow: hidden;
  margin-top: 10px; }
  .page-archive .years .months.open {
    height: auto; }
  .page-archive .years .months li {
    padding-left: 22px;
    font-size: 16px;
    color: #0ab0bf;
    line-height: 18px; }
    .page-archive .years .months li .month-link .fa {
      font-size: 16px;
      margin-right: 5px;
      position: static; }
    .page-archive .years .months li .month-link.open {
      font-weight: 500;
      color: #000; }
  .page-archive .years .months .posts {
    height: 0;
    overflow: hidden;
    margin-top: 10px; }
    .page-archive .years .months .posts.open {
      height: auto; }
    .page-archive .years .months .posts li {
      padding-left: 14px;
      line-height: 25px; }
    .page-archive .years .months .posts .date {
      cursor: auto;
      color: #999999; }
    .page-archive .years .months .posts a {
      color: #000; }

/***
* For the Authors Index Page
***/
.page-author-index .main-content-wrapper {
  width: 100%; }
.page-author-index #main {
  margin-top: 40px; }
.page-author-index .letter-group {
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px; }
.page-author-index ul.letters {
  padding-left: 0;
  margin-bottom: 33px; }
  .page-author-index ul.letters li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 15px; }
  .page-author-index ul.letters a {
    color: #000;
    font-size: 22px;
    display: inline-block;
    width: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 50%; }
    .page-author-index ul.letters a:hover {
      color: #1c1c1c;
      border-color: #d7d7d7; }
.page-author-index h2 {
  color: #fa492b;
  margin-bottom: 60px; }
.page-author-index h3 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: inline-block; }
.page-author-index p {
  font-size: 14px;
  color: #999999; }
.page-author-index .letter-group:before, .page-author-index .letter-group:after,
.page-author-index .authors:before,
.page-author-index .authors:after {
  content: " ";
  display: table; }
.page-author-index .letter-group:after,
.page-author-index .authors:after {
  clear: both; }
.page-author-index .author-wrapper {
  position: relative;
  min-height: 80px;
  margin-bottom: 60px;
  padding-left: 0; }
  .page-author-index .author-wrapper .author-avatar-wrapper {
    width: 80px;
    height: 100%;
    position: absolute; }
  .page-author-index .author-wrapper .author-info {
    margin-left: 100px; }
  @media screen and (max-width: 768px) {
    .page-author-index .author-wrapper .author-avatar-wrapper {
      display: block;
      position: static;
      margin-bottom: 15px; }
    .page-author-index .author-wrapper .author-info {
      margin-left: 0; } }
.page-author-index .author-avatar-wrapper img {
  border-radius: 50%; }

/***
* WordPress Core Classes
***/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

h1,
.h1 {
  font-size: 36px;
  margin-bottom: 16px; }

.single .nav-subhead {
  z-index: 1001; }

.archive-header {
  color: #999999;
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 18px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e9e9e9; }
  .archive-header .search-form {
    border: 0;
    margin-bottom: 0;
    padding: 15px 0; }

.bottom-links {
  text-align: center; }
  .bottom-links a {
    color: #999999;
    font-size: 14px; }

.search-form {
  padding-bottom: 35px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 35px; }

.text-header {
  border-bottom: 1px solid #eee;
  padding: 40px 0 30px; }

/***
* Navigation
***/
#secondary-menu {
  background-color: #eeeef1;
  border-bottom: 1px solid #d2d2da; }
#secondary-menu .current-menu-item a {
  color: #000;
  font-weight: 700;
  line-height: 50px; }
#secondary-menu a {
  color: #333; }
#secondary-menu a:hover {
  color: #000; }
#secondary-menu.nav-subhead ul {
  min-height: 50px;
  height: auto; }
#secondary-menu .menu {
  margin-bottom: 0; }
#secondary-menu ul {
  list-style: none;
  padding-left: 0; }
#secondary-menu ul li {
  display: inline-block; }
#secondary-menu ul a {
  line-height: 50px; }

.nav-subnav .nav-subnav-inner:before {
  -webkit-box-shadow: 0 0 8px 15px #eeeef1;
  box-shadow: 0 0 8px 15px #eeeef1; }
.nav-subnav .nav-subnav-inner:after {
  -webkit-box-shadow: 0 0 8px 15px #eeeef1;
  box-shadow: 0 0 8px 15px #eeeef1; }

.menu-container:before, .menu-container:after {
  content: " ";
  display: table; }
.menu-container:after {
  clear: both; }

.menu-blog-categories-container {
  float: left; }

a.fa-search {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #545454;
  text-align: center;
  line-height: 25px;
  margin-top: 8px;
  color: #989898;
  cursor: pointer;
  font-size: 12px;
  box-shadow: 0;
  border: 0;
  display: inline-block;
  padding: 0; }

/* Header promo banner, see themes/newrelic_dt/header.php */
#promo_banner {
  display: block;
  background-color: #1e8687;
  height: 60px;
  line-height: 60px;
  padding: 0;
  color: white;
  font-size: 17px;
  text-align: center;}
#promo_banner img {
  display: inline-block;
  margin: -3px 8px 0 0;
  height: 24px;}
#promo_banner span {
  color: white;
  padding: 0 8px;}
#promo_banner .small {
  font-size: 14px;
  text-transform: none;}

/***
* Content (below header)
***/
.home .promoted {
  display: none; }

#content {
  margin-top: 130px; }
  @media screen and (max-width: 992px) {
    #content {
      margin-top: 160px; } }

#main {
  margin-top: 70px; }
  #main:before, #main:after {
    content: " ";
    display: table; }
  #main:after {
    clear: both; }

.main-content-wrapper {
  margin: 0 auto;
  float: none; }

h2.entry-title a {
  color: #2c2c2c; }
  h2.entry-title a:hover {
    color: #666666; }

.alm-btn-wrap {
  text-align: center;
  margin-bottom: 35px; }
  .alm-btn-wrap .done {
    display: none; }

.no-more-posts {
  display: none; }

.widget_recent_entries {
  margin-bottom: 50px; }

footer {
  margin-top: 40px; }

.legal-disendorsement {
  font-size: 13px;
  margin: 25px 0;
  line-height: 1.3em;
  font-style: italic; }

/***
* Styles to Override weird markup and styles
* These ought to be changed when the markup for the style guide elements change
* Such as the header
***/
#nav_header .col-xs-12 {
  padding: 0; }
#nav_header .blog {
  padding-right: 0; }

.footer-col ul {
  padding-left: 0;
  list-style: none; }

.copyright-footer-menu-wrapper {
  position: relative;
  display: inline-block; }
  .copyright-footer-menu-wrapper ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .copyright-footer-menu-wrapper ul li {
      position: relative;
      display: inline;
      margin-left: 10px; }

body #habla_window_div {
  color: #333333;
  font-size: 13px;
  line-height: 1.307692308em; }

body #habla_window_div input[type=submit],
body #habla_window_div_base button {
  padding-left: 2em;
  padding-right: 2em; }

body #habla_offline_submit_input {
  float: none !important; }

body #habla_window_state_div #habla_window_div {
  margin-left: 40px !important; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div {
  overflow: visible; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div:before, body #habla_window_state_div.olrk-state-compressed #habla_topbar_div:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 100%;
  border: solid 2px #008c99;
  background-size: 100%; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div:before {
  z-index: 12;
  top: -38px;
  left: 11px;
  background-image: url("//newrelic.com/assets/olark/olarkB.jpg");
  width: 43.5px;
  height: 43.5px; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div:after {
  z-index: 12;
  top: -33px;
  left: -26px;
  background-image: url("//newrelic.com/assets/olark/olarkB2.jpg");
  width: 55px;
  height: 55px; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div #habla_sizebutton_a {
  position: absolute;
  z-index: 5;
  top: -12px;
  right: 0;
  left: 0;
  float: none;
  margin: 0;
  padding: 0;
  background: #008c99;
  line-height: 49px;
  height: 49px;
  width: 100%;
  text-indent: -200%;
  overflow: hidden;
  text-align: center; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div #habla_sizebutton_a:after {
  content: '+';
  color: #89deff;
  position: absolute;
  font-size: 18px;
  top: 0;
  right: 0;
  bottom: 0;
  width: 49px;
  display: block;
  text-indent: 0;
  text-align: center; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div #habla_oplink_a {
  position: relative;
  z-index: 10;
  font-size: 14px;
  top: -4px;
  padding-left: 2.9em; }

body #habla_window_state_div.olrk-state-expanded #habla_topbar_div {
  padding: 16px; }

#habla_topbar_div {
  -webkit-animation-name: disabled_animation !important; }

/*# sourceMappingURL=style.css.map */
