
  #player {
	height: 360px !important;
}
  @media screen and (min-width: 1600px) {
	#player {
	height: 360px !important;
}
  }
  @media screen and (max-width: 575px) {
	#player {
	height: 260px !important;
}
  }
  @media screen and (max-width: 420px) {
	#player {
	height: 200px !important;
}
  }
  .be-button.bttn-green.calc strong {
	color: #fff !important;
  }
  #bandwidth-estimator-2022 {
	max-width:980px;
	margin: 5px auto 25px;
	padding: 25px 60px;
	box-shadow: 0 0 10px #bbb;
	border-radius: 25px;
	min-height: 450px;
	background: #ffffff; /* Old browsers */


  }

  #bandwidth-estimator-2022 h3 {
	color: #333333;
	font-size: 41px;
	font-weight: normal;
	margin: 5px 0 0;
	text-transform: uppercase;
	font-family: 'bebas_kairegular';

  }
  #bandwidth-devices,
  #bandwidth-options {
	margin-top: 20px;
  }

  #social-media-icon {
	max-width:68px;
  }
  button.be-button {
	display: block;
	background-color: #fff;
	border: 2px solid #c7c7c7;
	border-radius: 20px;
	width: 100%;
	min-height: 65px;
	margin: 5px auto;
	transition: transform 0.1s ease-out;
	position: relative;
  }
  button.be-button img {
	display: inline-block;
	width: 100%;
	max-width: 80px;
	padding: 5px 0 0;
  }
  button.be-button table {
	display: block;
	width: 100%;
	border-collapse: collapse;
  }
  button.be-button table td {
	padding: 2px;
	vertical-align: middle;
  }
  button.be-button.selected {
	background-color: #d3f3c0;
  }







  #bandwidth-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  #bandwidth-list ul p {
	font-size: 17px;
  }
  #bandwidth-list img {
	display: block;
	margin: 20px auto;

	/* could maybe get larger images from the psd... but I'm in hurry */
	transform: scale(1.1);
  }

  #bandwidth-list .bandwidth-p {
	font-size: 20px;
  }



  #bandwidth-estimator-2022 .pagination {
	display: inline-block;
	text-align: center;
  }
  #bandwidth-estimator-2022 .pagination div {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin: 0 2px;
	cursor: pointer;
  }
  #bandwidth-estimator-2022 .pagination div.inactive {
	background-color: #1683c5;
	border: solid 1px #1683c5;
  }
  #bandwidth-estimator-2022 .pagination div.active {
	background-color: #fff;
	border: solid 1px #1683c5;
  }


  #user-slide {
	margin-top: 55px;
  }


  a.shop {
	background-color: #aaaaaa;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	padding: 5px;
	border-radius: 20px;	
  }
  .highlighted .shop {
	background-color: #70b840;
	border-radius: 10px;
	padding: 1em 15px 1em 15px;
	font-size: 16px;
  }
  .shop:hover {
	padding: 1em 25px;
	background-color: #80db44;
  }
  .shop_speed {
	margin: 25px 0;
  }
  a.restart {
	display: block;
	cursor: pointer;
	margin-top: 10px;
	font-family: "quasimoda", sans-serif;
  }




  .bttn-green,
  .bttn-green:visited {
	display: inline-block;
	font-family: "quasimoda", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #70b840;
	color: #fff !important;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 200px;
	margin: 0 auto;
	padding: 1.25em 15px 1.25em 15px;
	border-radius: 20px;
	overflow: hidden;
	border: 0;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
  }
  .bttn-green:hover:before {
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-animation-name: hvr-icon-drop;
	animation-name: hvr-icon-drop;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  }
  .bttn-green img {
	display: inline-block;
	width: 25px;
	margin: -3px 10px 0 8px;
  }

  #disclaimer small {
	font-family: 'Quasimoda', sans-serif;
	font-weight: 300;
	font-size: 10px;
	line-height: 10px;
  }

  /* animations */
  .bttn-green {
	transition: all 0.1s;
  }












  .quasi-small {
	font-family: "quasimoda",sans-serif;
	font-size: 25px;
	font-weight: 300;
  }

  .quasi-mid {
	font-family: "quasimoda",sans-serif;
	font-size: 35px;
	font-weight: 300;
  }

  .quasi-big {
	font-family: "quasimoda",sans-serif;
	font-size: 55px;
  }
  
  
  
  
  #fiber-tools .external a, #fiber-tools .external a:visited{
  	text-align: center;
	/* margin-left: -4px; */
	/* flex: 1; */
	flex: 0.31;
	width: fit-content;
	padding: 10px 10px;
  }
  #fiber-tools .external a:last-child{
  	min-width: fit-content;
    max-width: fit-content;
  }
  @media(min-width: 576px){
	#fiber-tools .external{
	  display: flex;
	  justify-content: space-between;
	}
  }

