html {
  overflow-y: hidden;
  height: auto;
  min-height: auto;
}

body {
  height: auto;
  min-height: auto;
}

button {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: auto;
  color: inherit;
  font: inherit;
  box-shadow: unset;
  text-transform: unset;
  white-space: unset;
}

button:focus, button:hover {
  background: unset;
}

/* Restore accessibility because DevSite removes it */
button:focus, input:focus, a:focus {
  outline: 5px auto #4D90FE;
  outline: 5px auto -webkit-browser-ring-color;
}

a:link, a:visited {
  text-decoration: underline;
  color: inherit;
  font-family: inherit;
}

tr, td, table {
  background: unset;
  border: unset;
  margin: 0;
  padding: 0;
}

.devsite-table-wrapper {
  margin: 0;
}

body.not-tabbing *:focus {
  outline: 0;
}

.pricing-component__hover {
  position: absolute;
  padding: 10px;
  background-color: #626262;
  text-align: center;
  bottom: -125%;
  left: -25%;
  z-index: 10000;
  width: 200px;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 19px 2px rgba(186, 186, 186, 0.5);
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.pricing-component__hover--local-context-map {
  bottom: -175%;
  left: -104%;
  width: 150px;
}

.pricing-component__hover__target {
  position: relative;
  cursor: pointer;
}

.pricing-component__hover__target:hover .pricing-component__hover {
  opacity: 1;
}

.pricing-component-container {

  padding: 40px 0;
  overflow: auto;
}

.pricing-component {
  width: 705px;
}

.pricing-component__gaming {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 23px 0 25px;
  height: 90px;
  align-items: center;
}

.pricing-component__gaming__right {
  text-align: center;
  position: relative;
  cursor: pointer;
}

.pricing-component__tab-image {
  width: 34px;
  height: 34px;
}

.collapse {
  background-color: #fff;
  font-family: 'Roboto';
}

.collapse--open {
  margin: 5px 0;
  box-shadow: 0 6px 19px 2px rgba(186, 186, 186, 0.5);
}

.collapse:first-of-type.collapse--open {
  margin-top: 0;
  box-shadow: 0 18px 19px 2px rgba(186, 186, 186, 0.5);
}

.collapse--open .collapse__button {
  border-bottom: none;
}

.collapse__button {
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px 0 25px;
}

.collapse-left-container {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.collapse__arrow-container {
  margin-right: 23px;
}

.collapse__arrow::before {
  font-size: 30px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.219);
  font-family: 'Material Icons';
  content: 'keyboard_arrow_down'
}

.collapse__arrow--up {
  transform: rotate(-180deg);
}

.collapse__text-content {
  text-align: left;
}

.collapse__title {
  color: #4A4A4A;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15px;
}

.collapse__description {
  color: #4A4A4A;
  font-family: 'Roboto';
  font-size: 13px;
  letter-spacing: 0.11px;
  max-width: 500px;
  margin-top: 2px;
}

.collapse-right-container {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
}

.collapse__mobile-price-container {
  padding-right: 16px;
}

.collapse__mobile-price {
  color: #34A853;
  font-family: 'Google Sans', 'Roboto';
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.24px;
}

.collapse__price-subtitle {
  color: #A5A3A3;
  font-family: 'Roboto';
  font-size: 10px;
  letter-spacing: 0.78px;
  line-height: 12px;
}

.collapse__usage-price-container {
  padding-left: 16px;
  width: 125px;
}

.collapse__usage-price {
  color: #656565;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.17px;
}

.collapse__line {
  box-sizing: border-box;
  height: 34px;
  width: 1px;
  border: .5px solid #DDDDDD;
}

.collapse__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s cubic-bezier(0, 1, 0, 1);
}

.mdl-tabs__tab-bar {
  background: #fff;
  border: 0;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab {
  border: 1px solid #DDDDDD;
  margin-left: -1px;
  flex: 1;
  color: #4A4A4A;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.44px;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab:first-child {
  margin-left: 0px;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  box-shadow: 9px -10px 10px -9px rgba(60, 64, 67, 0.15);
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  display: none;
}

.price-table {
  width: 100%;
}

.price-table__header {
  background-color: #5F6368;
}

.price-table__header th {
  background-color: #5F6368;
}

.mdl-data-table th {
  color: #fff;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.75px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.mdl-data-table td {
  text-align: center;
  color: #4A4A4A;
  font-family: 'Roboto';
  font-size: 14px;
  letter-spacing: 0.12px;
  padding: 0;
  white-space: normal;
  max-width: 225px;
  border: none;
}

.mdl-data-table td.price-table__cell--left-align {
  text-align: left;
}

.price-table__row td {
  height: 85px;
}

.price-table__text-field {
  box-sizing: border-box;
  height: 46px;
  width: 101px;
  border: 1px solid #DADCE0;
  border-radius: 4px;
  background-color: #fff;
}

.price-table__link {
  color: #4A4A4A;
  font-family: 'Roboto';
  font-size: 14px;
  letter-spacing: 0.12px;
  font-weight: 400;
}

.price-table__cell--free {
  color: #4A4A4A;
  font-family: 'Google Sans', 'Roboto';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12px;
}

.mdl-data-table td:first-of-type {
  padding-left: 75px;
}

.price-table__usage-input-container {
  height: 46px;
  width: 101px;
  border: 1px solid #DADCE0;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.price-table__usage-input-container::after {
  font-size: 20px;
  font-family: 'Material Icons';
  content: 'edit';
  padding: 0 8px;
}

input.price-table__usage-input {
  border: none;
  text-align: center;
  padding: 8px 0 8px 8px;
  opacity: 0.66;
  color: #000000;
  font-family: Roboto;
  font-size: 13px;
  letter-spacing: 0.23px;
  text-align: right;
}

input.price-table__usage-input:focus {
  border: none;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.price-table__price--hidden {
  display: none;
}

.price-table__contact-sales--hidden {
  display: none;
}

.price-table__price-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-table__contact-sales-text {
  color: #9B9B9B;
  font-size: 12px;
  font-family: 'Roboto';
}

.price-table__contact-sales-link {
  text-decoration: none;
  color: #1a73e8;
  font-family: 'Roboto';
}

.price-table__addons {
  display: flex;
  flex-direction: row;
  background-color: #F6F6F6;
  border: 1px solid #EBEBEB;
  padding: 10px;
}

.addon-button {
  height: 24px;
  font-family: 'Roboto';
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  color: rgba(0,0,0,.87);
  margin: 0 5px;
  font-size: 0;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
}

.addon-button:hover, .addon-button:focus {
  background-color: #dedede;
}

.addon-button__text {
  font-size: 13px;
}

.addon-button__action-text {
  margin-left: 5px;
}

.addon-button__icon {
  height: 24px;
  width: 24px;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 4px;
  font-size: 13px;
  text-decoration: none;
  color: rgba(0,0,0,0.66);
  border: none;
  outline: none;
}

.addon-button--unselectable .addon-button__icon--cancel::before {
  opacity: .35;
}

.addon-button--cancel {
  background: #FBBC04;
  color: #fff;
}

.addon-button--cancel:hover, .addon-button--cancel:focus {
  background-color: #FBBC04;
}

.addon-button__icon--cancel::before {
  font-size: 20px;
  color: #fff;
  font-family: 'Material Icons';
  content: 'cancel';
  line-height: 24px;
}

.addon-button__icon--add::before {
  font-size: 20px;
  color: rgba(0,0,0,0.66);
  font-family: 'Material Icons';
  content: 'add_circle';
  line-height: 24px;
}

a.mdl-tabs__tab {
  text-decoration: none;
}

.mdl-data-table tbody tr:hover {
  background-color: unset;
}

.price-table__addons-text {
  color: #4A4A4A;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1.75px;
  white-space: nowrap;
}

.mdl-data-table td.price-table__addon-cell {
  padding-left: 24px;
  padding-top: 11px;
}

.mdl-data-table tr {
  border-bottom: 1px solid #DDDDDD;
}

.mdl-data-table tr.price-table__addon-row {
  border: none;
}

.mdl-data-table thead.price-table__header tr {
  border-bottom: none;
}

.mdl-tooltip {
  text-align: left;
}

.autocomplete-asterisk {
  color: #e02020;
}

@media screen and (min-width: 600px) {
  .pricing-component-container {
    display: flex;
    justify-content: center;
  }
}

