@charset "UTF-8";
/***!  /t3-assets/dev/templates.ja_resume.less.style.less.css  !***/

.t3-wrapper .body-background {
  background-color: #fdfdfd;
  background-attachment: fixed;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.t3-wrapper .body-background .t3-features-intro .section {
  background-color: transparent;
}
.t3-header {
  background: transparent;
  padding-top: 24px;
  padding-bottom: 24px;
  top: 0;
  width: 100%;
  z-index: 1030;
  position: fixed;
  transition: padding-top 400ms, padding-bottom 400ms, box-shadow 400ms;
  -webkit-transition: padding-top 400ms, padding-bottom 400ms, box-shadow 400ms;
}
.t3-header.ja-affix-top,
.off-canvas-right.off-canvas-open .t3-header {
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  padding-top: 12px;
  padding-bottom: 12px;
}
.t3-header.ja-affix-top.style-dark,
.off-canvas-right.off-canvas-open .t3-header.style-dark {
  background: #000000;
}
.t3-header.ja-affix-top .off-canvas-toggle,
.off-canvas-right.off-canvas-open .t3-header .off-canvas-toggle {
  height: 48px;
  line-height: 48px;
  top: 12px;
}
.t3-header.ja-affix-top .navbar-toggle,
.off-canvas-right.off-canvas-open .t3-header .navbar-toggle {
  line-height: 48px;
}
.t3-header.ja-affix-top .logo-text,
.off-canvas-right.off-canvas-open .t3-header .logo-text {
  height: 48px;
}
.t3-header.ja-affix-top .logo-text a,
.off-canvas-right.off-canvas-open .t3-header .logo-text a {
  font-size: 15px;
  height: 48px;
  width: 48px;
}
.t3-header.ja-affix-top .navbar,
.off-canvas-right.off-canvas-open .t3-header .navbar {
  min-height: 48px;
}
.t3-header.ja-affix-top .navbar-nav > li > a,
.off-canvas-right.off-canvas-open .t3-header .navbar-nav > li > a,
.t3-header.ja-affix-top .navbar-nav > li > span,
.off-canvas-right.off-canvas-open .t3-header .navbar-nav > li > span {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .t3-header {
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .t3-header.style-dark {
    background: #000000;
  }
  .t3-header .off-canvas-toggle {
    height: 48px;
    line-height: 48px;
    top: 12px;
  }
  .t3-header .navbar-toggle {
    line-height: 48px;
  }
  .t3-header .logo-text {
    height: 48px;
  }
  .t3-header .logo-text a {
    font-size: 15px;
    height: 48px;
    width: 48px;
  }
  .t3-header .navbar {
    min-height: 48px;
  }
  .t3-header .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.logo {
  text-align: left;
}
@media (max-width: 991px) {
  .logo {
    width: auto;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  height: 72px;
  overflow: hidden;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.logo-text a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  width: 72px;
  height: 72px;
  position: relative;
  background-color: #fc615d;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  vertical-align: bottom;
}
.logo-text a span {
  color: #ffffff;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: inline-block;
  font-size: 14px;
}
.head-search {
  margin-top: 24px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-mast-top {
  position: fixed;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  .t3-mast-top {
    position: relative;
    height: auto;
  }
}
.t3-mast-top + script + .t3-features-intro,
.t3-mast-top + .t3-features-intro,
.t3-mast-top + .body-background,
.t3-mast-top + script + .body-background {
  padding-top: 100vh;
}
@media (max-width: 767px) {
  .t3-mast-top + script + .t3-features-intro,
  .t3-mast-top + .t3-features-intro,
  .t3-mast-top + .body-background,
  .t3-mast-top + script + .body-background {
    padding-top: 0;
  }
}
.t3-mast-top .features-intro {
  padding-top: 0;
}
.t3-mast-top.t3-features-intro .section-title > h2 {
  margin-top: 140px;
}
.t3-header.style-dark + .t3-mast-top .section {
  background-color: #000000;
}
.t3-header.style-light + .t3-mast-top .section {
  background-color: #ffffff;
}
.t3-mast-bottom.t3-features-intro .section-content {
  background-color: #222222;
}
.t3-mast-bottom.t3-features-intro .module-title {
  color: #fc615d;
}
.t3-mast-bottom.t3-features-intro .section-content {
  padding: 48px 60px;
}
@media (max-width: 767px) {
  .t3-mast-bottom.t3-features-intro .section-content {
    padding: 30px;
  }
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div > div {
  margin-bottom: 72px;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.col-xs-12 {
  margin-top: -67px;
}
@media (max-width: 991px) {
  .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.col-xs-12 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.col-xs-12.t3-module .module-inner {
    padding-top: 0;
  }
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col {
  background-color: #fdfdfd;
  color: #333333;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module .module-title {
  color: #000000;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module .module-title {
  font-size: 27.5px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module .module-title {
    font-size: 23px;
    margin-bottom: 24px;
    padding-top: 0;
  }
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module {
  padding: 0 60px 72px;
}
@media (max-width: 991px) {
  .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module {
    padding: 24px 15px;
  }
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .t3-module .module-title {
  color: #fc615d;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-title {
  color: #ffffff;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-title span {
  background-color: transparent;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-desc {
  color: #ffffff;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-desc + .row > div.col-xs-12,
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-title + .row > div.col-xs-12 {
  margin-top: 0;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-desc + .row > div.last-col .t3-module,
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-title + .row > div.last-col .t3-module {
  padding-top: 72px;
}
.t3-sl {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}
.t3-mainbody {
  padding-top: 144px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .t3-mainbody {
    padding-top: 24px;
  }
}
.t3-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-sidebar {
  padding-top: 24px;
}
.t3-sidebar > .inner {
  background: #f7f7f7;
  padding: 24px 24px 0;
}
.t3-sidebar .module-title {
  padding-bottom: 5px;
}
.t3-footer {
  background: #fdfdfd;
  color: #666666;
  position: relative;
  z-index: 2;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 24px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 48px 0;
  }
}
.t3-footnav .t3-module {
  background: #fdfdfd;
  color: #666666;
  margin-top: 12px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module .module-title {
  color: #333333;
  font-size: 19px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #666666;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #666666;
}
.t3-copyright {
  font-size: 13px;
  padding: 48px 0;
  text-align: center;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 24px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.back-to-top {
  position: fixed;
  right: 24px;
  top: auto;
  z-index: 999;
  bottom: 140px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
@media (min-width: 768px) {
  .back-to-top {
    display: block;
  }
}
.back-to-top .btn {
  height: 50px;
  width: 50px;
  line-height: 1;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.back-to-top .btn:hover,
.back-to-top .btn:active,
.back-to-top .btn:focus {
  outline: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.back-to-top.affix {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=100);
  opacity: 1;
}
.back-to-top a {
  outline: none;
}
.back-to-top i {
  font-size: 19px;
  line-height: 1;
}
.back-to-top i::before {
  line-height: 1;
  font-size: 22px;
}
#editor-xtd-buttons .btn {
  text-shadow: none;
  color: #ffffff;
  text-transform: none;
}
#editor-xtd-buttons .btn:hover {
  color: #fc615d;
}
.edit .nav-tabs {
  margin-bottom: 0;
}
.edit .input-append .btn {
  border: none;
  margin-left: 5px;
  color: #ffffff;
}
.edit .input-append .btn:hover {
  color: #fc615d;
}
.com_config .t3onoff label {
  width: 90px !important;
}
.com_config label {
  text-transform: none;
  font-weight: 400;
}
.com_config #modules-form .input-append .btn {
  border: none;
  margin-left: 5px;
}
.com_config #modules-form .input-append .btn:hover {
  color: #fc615d;
}
.window-mainbody #filter-bar #filter_search {
  height: 44px;
}
.window-mainbody button[class^="btn hasTooltip"],
.window-mainbody #upbutton,
.window-mainbody .button-cancel {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  border-width: 4px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.window-mainbody button[class^="btn hasTooltip"]:focus,
.window-mainbody #upbutton:focus,
.window-mainbody .button-cancel:focus,
.window-mainbody button[class^="btn hasTooltip"].focus,
.window-mainbody #upbutton.focus,
.window-mainbody .button-cancel.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.window-mainbody button[class^="btn hasTooltip"]:hover,
.window-mainbody #upbutton:hover,
.window-mainbody .button-cancel:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.window-mainbody button[class^="btn hasTooltip"]:active,
.window-mainbody #upbutton:active,
.window-mainbody .button-cancel:active,
.window-mainbody button[class^="btn hasTooltip"].active,
.window-mainbody #upbutton.active,
.window-mainbody .button-cancel.active,
.open > .dropdown-toggle.window-mainbody button[class^="btn hasTooltip"],
.open > .dropdown-toggle.window-mainbody #upbutton,
.open > .dropdown-toggle.window-mainbody .button-cancel {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #141414;
}
.window-mainbody button[class^="btn hasTooltip"]:active:hover,
.window-mainbody #upbutton:active:hover,
.window-mainbody .button-cancel:active:hover,
.window-mainbody button[class^="btn hasTooltip"].active:hover,
.window-mainbody #upbutton.active:hover,
.window-mainbody .button-cancel.active:hover,
.open > .dropdown-toggle.window-mainbody button[class^="btn hasTooltip"]:hover,
.open > .dropdown-toggle.window-mainbody #upbutton:hover,
.open > .dropdown-toggle.window-mainbody .button-cancel:hover,
.window-mainbody button[class^="btn hasTooltip"]:active:focus,
.window-mainbody #upbutton:active:focus,
.window-mainbody .button-cancel:active:focus,
.window-mainbody button[class^="btn hasTooltip"].active:focus,
.window-mainbody #upbutton.active:focus,
.window-mainbody .button-cancel.active:focus,
.open > .dropdown-toggle.window-mainbody button[class^="btn hasTooltip"]:focus,
.open > .dropdown-toggle.window-mainbody #upbutton:focus,
.open > .dropdown-toggle.window-mainbody .button-cancel:focus,
.window-mainbody button[class^="btn hasTooltip"]:active.focus,
.window-mainbody #upbutton:active.focus,
.window-mainbody .button-cancel:active.focus,
.window-mainbody button[class^="btn hasTooltip"].active.focus,
.window-mainbody #upbutton.active.focus,
.window-mainbody .button-cancel.active.focus,
.open > .dropdown-toggle.window-mainbody button[class^="btn hasTooltip"].focus,
.open > .dropdown-toggle.window-mainbody #upbutton.focus,
.open > .dropdown-toggle.window-mainbody .button-cancel.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.window-mainbody button[class^="btn hasTooltip"].disabled:hover,
.window-mainbody #upbutton.disabled:hover,
.window-mainbody .button-cancel.disabled:hover,
.window-mainbody button[class^="btn hasTooltip"][disabled]:hover,
.window-mainbody #upbutton[disabled]:hover,
.window-mainbody .button-cancel[disabled]:hover,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:hover,
fieldset[disabled] .window-mainbody #upbutton:hover,
fieldset[disabled] .window-mainbody .button-cancel:hover,
.window-mainbody button[class^="btn hasTooltip"].disabled:focus,
.window-mainbody #upbutton.disabled:focus,
.window-mainbody .button-cancel.disabled:focus,
.window-mainbody button[class^="btn hasTooltip"][disabled]:focus,
.window-mainbody #upbutton[disabled]:focus,
.window-mainbody .button-cancel[disabled]:focus,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:focus,
fieldset[disabled] .window-mainbody #upbutton:focus,
fieldset[disabled] .window-mainbody .button-cancel:focus,
.window-mainbody button[class^="btn hasTooltip"].disabled.focus,
.window-mainbody #upbutton.disabled.focus,
.window-mainbody .button-cancel.disabled.focus,
.window-mainbody button[class^="btn hasTooltip"][disabled].focus,
.window-mainbody #upbutton[disabled].focus,
.window-mainbody .button-cancel[disabled].focus,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"].focus,
fieldset[disabled] .window-mainbody #upbutton.focus,
fieldset[disabled] .window-mainbody .button-cancel.focus {
  background-color: #333333;
  border-color: #333333;
}
.window-mainbody button[class^="btn hasTooltip"] .badge,
.window-mainbody #upbutton .badge,
.window-mainbody .button-cancel .badge {
  color: #333333;
  background-color: #ffffff;
}
.window-mainbody button[class^="btn hasTooltip"]:hover,
.window-mainbody #upbutton:hover,
.window-mainbody .button-cancel:hover,
.window-mainbody button[class^="btn hasTooltip"]:focus,
.window-mainbody #upbutton:focus,
.window-mainbody .button-cancel:focus,
.window-mainbody button[class^="btn hasTooltip"].focus,
.window-mainbody #upbutton.focus,
.window-mainbody .button-cancel.focus,
.window-mainbody button[class^="btn hasTooltip"]:active,
.window-mainbody #upbutton:active,
.window-mainbody .button-cancel:active,
.window-mainbody button[class^="btn hasTooltip"].active,
.window-mainbody #upbutton.active,
.window-mainbody .button-cancel.active,
.open > .dropdown-toggle.window-mainbody button[class^="btn hasTooltip"],
.open > .dropdown-toggle.window-mainbody #upbutton,
.open > .dropdown-toggle.window-mainbody .button-cancel {
  color: #333333;
  background-color: #fdfdfd;
  border-color: #333333;
}
.window-mainbody button[class^="btn hasTooltip"]:active,
.window-mainbody #upbutton:active,
.window-mainbody .button-cancel:active,
.window-mainbody button[class^="btn hasTooltip"].active,
.window-mainbody #upbutton.active,
.window-mainbody .button-cancel.active,
.open > .dropdown-toggle.window-mainbody button[class^="btn hasTooltip"],
.open > .dropdown-toggle.window-mainbody #upbutton,
.open > .dropdown-toggle.window-mainbody .button-cancel {
  background-image: none;
}
.window-mainbody button[class^="btn hasTooltip"].disabled,
.window-mainbody #upbutton.disabled,
.window-mainbody .button-cancel.disabled,
.window-mainbody button[class^="btn hasTooltip"][disabled],
.window-mainbody #upbutton[disabled],
.window-mainbody .button-cancel[disabled],
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"],
fieldset[disabled] .window-mainbody #upbutton,
fieldset[disabled] .window-mainbody .button-cancel,
.window-mainbody button[class^="btn hasTooltip"].disabled:hover,
.window-mainbody #upbutton.disabled:hover,
.window-mainbody .button-cancel.disabled:hover,
.window-mainbody button[class^="btn hasTooltip"][disabled]:hover,
.window-mainbody #upbutton[disabled]:hover,
.window-mainbody .button-cancel[disabled]:hover,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:hover,
fieldset[disabled] .window-mainbody #upbutton:hover,
fieldset[disabled] .window-mainbody .button-cancel:hover,
.window-mainbody button[class^="btn hasTooltip"].disabled:focus,
.window-mainbody #upbutton.disabled:focus,
.window-mainbody .button-cancel.disabled:focus,
.window-mainbody button[class^="btn hasTooltip"][disabled]:focus,
.window-mainbody #upbutton[disabled]:focus,
.window-mainbody .button-cancel[disabled]:focus,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:focus,
fieldset[disabled] .window-mainbody #upbutton:focus,
fieldset[disabled] .window-mainbody .button-cancel:focus,
.window-mainbody button[class^="btn hasTooltip"].disabled.focus,
.window-mainbody #upbutton.disabled.focus,
.window-mainbody .button-cancel.disabled.focus,
.window-mainbody button[class^="btn hasTooltip"][disabled].focus,
.window-mainbody #upbutton[disabled].focus,
.window-mainbody .button-cancel[disabled].focus,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"].focus,
fieldset[disabled] .window-mainbody #upbutton.focus,
fieldset[disabled] .window-mainbody .button-cancel.focus,
.window-mainbody button[class^="btn hasTooltip"].disabled:active,
.window-mainbody #upbutton.disabled:active,
.window-mainbody .button-cancel.disabled:active,
.window-mainbody button[class^="btn hasTooltip"][disabled]:active,
.window-mainbody #upbutton[disabled]:active,
.window-mainbody .button-cancel[disabled]:active,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:active,
fieldset[disabled] .window-mainbody #upbutton:active,
fieldset[disabled] .window-mainbody .button-cancel:active,
.window-mainbody button[class^="btn hasTooltip"].disabled.active,
.window-mainbody #upbutton.disabled.active,
.window-mainbody .button-cancel.disabled.active,
.window-mainbody button[class^="btn hasTooltip"][disabled].active,
.window-mainbody #upbutton[disabled].active,
.window-mainbody .button-cancel[disabled].active,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"].active,
fieldset[disabled] .window-mainbody #upbutton.active,
fieldset[disabled] .window-mainbody .button-cancel.active {
  background-color: #333333;
  border-color: #333333;
}
.window-mainbody button[class^="btn hasTooltip"] .badge,
.window-mainbody #upbutton .badge,
.window-mainbody .button-cancel .badge {
  color: #333333;
  background-color: #ffffff;
}
.window-mainbody #imageForm button:hover,
.window-mainbody #uploadForm button:hover {
  border-width: 4px;
}
div.google-visualization-tooltip {
  background: #eeeeee;
  box-shadow: none !important;
  border: 0;
  border-radius: 0;
  min-width: 200px;
}
div.google-visualization-tooltip .google-visualization-tooltip-item-list {
  margin: 8px 0;
}
div.google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-item {
  text-transform: uppercase;
  margin: 8px 0;
}
div.google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-item span {
  color: #222222 !important;
  font-weight: 500;
}
div.google-visualization-tooltip .google-visualization-tooltip-separator {
  display: none;
}
div.google-visualization-tooltip .google-visualization-tooltip-action-list {
  background: #ffffff;
}
