#footer {
	position: relative;
	background-color: #EEE;
	border-top: 5px solid rgba(0,0,0,0.2);
}

@media (min-width: 992px) {
	.sticky-footer #slider:not(.slider-parallax-invisible),
	.sticky-footer #page-submenu,
	.sticky-footer #page-title,
	.sticky-footer #content {
		z-index: 2;
	}

	.sticky-footer #content {
		transform: translate3d(0,0,0);
	}

	.sticky-footer #footer {
		position: sticky;
		top: auto;
		bottom: 0;
		left: 0;
	}
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0;
}

#copyrights {
	padding: 40px 0;
	background-color: #DDD;
	font-size: 0.875rem;
	line-height: 1.8;
}

#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 0.875rem;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}

.copyrights-menu { margin-bottom: 10px; }

.copyrights-menu a {
	font-size: 0.875rem;
	margin: 0 10px;
	border-bottom: 0 !important;
}

#copyrights a:first-child { margin-left: 0; }

#copyrights.text-end a:last-child { margin-right: 0; }

.footer-logo {
	display: block;
	margin-bottom: 30px;
}

#footer-links img {
  vertical-align: middle;
  margin-left: 60px;
  margin-right: 60px;
}

#footer-links {
  background: #000;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
#footer-links .links-column {
  padding: 0 1.5%;
}
#footer-links .links-column div {
  color: #e0071a;
  margin-bottom: 20px;
}
#footer-links .links-column ul li {
  margin: 5px 0;
}
#footer-links .links-column ul li a {
  color: #fff;
  font-size: 15px;
}

.copyright-content h2 {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #fff;
}

.copyright-content p {
	font-size: 12px;
	color: #fff;
}

.vps-hosting-pricing-table {
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-collapse: unset;
  border-spacing: 0 10px;
}

.vps-pricing-row {
  text-align: left;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: solid 1px #ebebeb;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 2956, src/assets/scss/custom/_style.scss */
.vps-pricing-row > td:first-child {
  border-left: 2px solid transparent;
  border-radius: 4px 0 0 4px;
}

/* line 2961, src/assets/scss/custom/_style.scss */
.vps-pricing-row > td:last-child {
  border-right: 2px solid transparent;
  border-radius: 0 4px 4px 0;
  text-align: right;
}

/* line 2967, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table > tbody > tr.vps-pricing-row:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

/* line 2972, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table-two > thead {
  background: #035ded;
  color: #ffffff;
}

/* line 2977, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table-two > thead > tr > th:last-child {
  border-right: 1px solid #035ded;
}

/* line 2981, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table-two .vps-pricing-row > td:first-child {
  border-left: initial;
}

/* line 2985, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table-two .vps-pricing-row > td:last-child {
  border-right: initial;
}

/* line 2989, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table-two > tbody > tr.vps-pricing-row:hover {
  background: #f5f5f5;
  border: none;
}

/* line 2994, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table > tbody > tr > td {
  padding: 20px 20px;
  border-right: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}

/* line 3002, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table.domain-search-result-table > tbody > tr > td {
  font-size: 14px;
}

/* line 3005, src/assets/scss/custom/_style.scss */
.vps-pricing-row > td {
  border: none;
}

/* line 3009, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .rate {
  font-size: 20px;
  font-weight: 700;
  color: #035ded;
  font-family: 'Poppins', sans-serif;
}

/* line 3016, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .rate span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  opacity: 0.8;
  color: #757575;
}

/* line 3024, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .score-bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3035, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .geekbench-score {
  font-weight: 400;
  margin-right: 15px;
}

/* line 3040, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .score-bar-wrap .score-bar-item {
  min-width: 40px;
  height: 10px;
  font-size: 10px;
  border-radius: 10px;
  background-color: #ebebeb;
  position: relative;
}

/* line 3049, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .pricing-onsale, .vps-hosting-pricing-table .cpu-core {
  display: block;
  font-size: 14px;
  color: #757575;
  margin-top: 4px;
  font-weight: 400;
}

/* line 3057, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table > tbody > tr > td:first-child::before {
  content: attr(data-value);
  display: none;
  width: initial;
  height: initial;
  background-color: transparent;
  position: relative;
  left: initial;
  top: initial;
  opacity: 1;
}

/* line 3069, src/assets/scss/custom/_style.scss */
.vps-pricing-row > td:before {
  content: attr(data-value);
  display: none;
}

/* line 3074, src/assets/scss/custom/_style.scss */
table > tbody > tr > td:first-child:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #035ded;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 991px) {
  /* line 3090, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table > thead {
    display: none;
  }
  /* line 3094, src/assets/scss/custom/_style.scss */
  .vps-pricing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    width: 45%;
    float: left;
    margin: 0 15px 28px 15px;
  }
  /* line 3110, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table > tbody > tr {
    padding: 15px;
  }
  /* line 3113, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table > tbody > tr > td {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
  }
  /* line 3119, src/assets/scss/custom/_style.scss */
  .vps-pricing-row:hover.border-accent-primary > td:first-child {
    margin-bottom: 0;
    border-radius: 0;
    border-left: none;
  }
  /* line 3125, src/assets/scss/custom/_style.scss */
  .vps-pricing-row > td:first-child {
    border-left: none;
    border-radius: 0;
  }
  /* line 3130, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table > tbody > tr > td:first-child::before {
    display: block;
    width: 45%;
  }
  /* line 3135, src/assets/scss/custom/_style.scss */
  .vps-pricing-row > td:before {
    display: block;
    width: 45%;
  }
  /* line 3140, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table > tbody > tr > td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 3151, src/assets/scss/custom/_style.scss */
  .vps-pricing-row > td:last-child::before {
    display: none;
  }
  /* line 3155, src/assets/scss/custom/_style.scss */
  .vps-pricing-row > td:last-child {
    text-align: center !important;
    margin: auto;
  }
}

@media (max-width: 768px) {
  /* line 3163, src/assets/scss/custom/_style.scss */
  .vps-pricing-row {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3171, src/assets/scss/custom/_style.scss */
  .vps-pricing-row td a.primary-solid-btn {
    padding: 8px 12px !important;
  }
}

/* line 3218, src/assets/scss/custom/_style.scss */
.alert-table .vps-pricing-row > td:first-child {
  border-left: 0;
}

/* line 3221, src/assets/scss/custom/_style.scss */
.alert-table .vps-pricing-row > td:last-child {
  border-right: 0;
}

@media (max-width: 991px) {
  /* line 3225, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table.alert-table > tbody > tr > td {
    display: block;
  }
  /* line 3228, src/assets/scss/custom/_style.scss */
  .alert-table .vps-pricing-row {
    width: 100%;
    margin: 0;
  }
  /* line 3232, src/assets/scss/custom/_style.scss */
  .alert-table .vps-pricing-row > td:last-child {
    margin-left: 0;
  }
}

/* Landing Page */

#landing-header.cards {
	margin: 0;
	margin: 0;
    width: 100%;
}

#landing-header .card {
	max-width: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
	font-size: 0;
}

#landing-header .card img {
	border-radius: 0 !important;
}

@media screen and (min-width: 781px) {

	#landing-header .card .card-content {
		max-width: 800px;
		padding: 40px;
	}

}

#landing-header img {
    max-width: 100%;
    width: 100%
}

#landing-header .image-link {
	font-size: 0;
}

img.mobile {
	display: none;
}

@media screen and (max-width: 780px) and (min-width: 1px) {
	
	img.desktop {
		display: none;
	}
	img.mobile {
		display: block;
	}
}

/* Landing / Event / Product Cards */

.cards,
#ctl00_body_MembershipsListCtrl.itemsList,
#ctl00_body_PriceLevelsListControl.itemsList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.cards .card,
#ctl00_body_MembershipsListCtrl.itemsList .dataItem,
#ctl00_body_PriceLevelsListControl.itemsList .dataItem {
    /* flex: 1 1 50%; */
    max-width: calc(25% - 20px);
    margin-left:10px !important;
    margin-right: 10px !important;
    position: relative;
    overflow: hidden;
    margin-top: 20px !important;
    flex-direction: column;
	transform: translateZ(0)
}

.cards .card .absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.cards .card .image-link,
#ctl00_body_MembershipsListCtrl.itemsList .dataItem .item_image_container,
#ctl00_body_PriceLevelsListControl.itemsList .dataItem .item_image_container {
    width: 100%;
    display: block;
    font-size: 0;
}

#ctl00_body_MembershipsListCtrl.itemsList .dataItem div.item_image:not(:empty),
#ctl00_body_PriceLevelsListControl.itemsList .dataItem div.item_image:not(:empty){
    padding: 10px 10px 0 !important;
}

.cards .card .image-link img,
#ctl00_body_MembershipsListCtrl.itemsList .dataItem div.item_image img,
#ctl00_body_PriceLevelsListControl.itemsList .dataItem div.item_image img {
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    width: 100% !important;
    transition: opacity .2s ease-out,transform 3.8s cubic-bezier(0.19,1,.22,1);
}

#ctl00_body_MembershipsListCtrl.itemsList .dataItem .itemsDateRange,
#ctl00_body_PriceLevelsListControl.itemsList .dataItem .itemsDateRange {
    display: none;
}

#ctl00_body_MembershipsListCtrl.itemsList .dataItem .itemsButtonsContainer,
#ctl00_body_PriceLevelsListControl.itemsList .dataItem .itemsButtonsContainer {
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-top: auto !important;
    text-align: left;
    padding-top: 0 !important;
}

@media screen and (max-width: 780px) and (min-width: 1px) {

    .cards,
    #ctl00_body_MembershipsListCtrl.itemsList,
    #ctl00_body_PriceLevelsListControl.itemsList {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .cards .card,
    #ctl00_body_MembershipsListCtrl.itemsList .dataItem,
    #ctl00_body_PriceLevelsListControl.itemsList .dataItem {
        max-width: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 2.5vw !important;
    }

}

/* Full Image Cards */

@media screen and (min-width: 781px) {
	/*
	.cards {
			flex-wrap: nowrap;
	}
	*/

	.cards .card {
			/*max-width: none;*/
			flex: 1 0 21%;
			max-width: calc(100% - 20px);
	}

	.card .card-content span,
	.card .card-content p {
			font-size: 1.6rem;
	}

}

.card .card-content {
	 position: absolute;
	 bottom: 0;
	 padding: 20px;
	 color: #fff;
	 width: 100%;
	 box-sizing: border-box;
}

.cards .card .image-link:after {
	 content:"";
	 position: absolute;
	 top: 0; 
	 bottom: 0;
	 left: 0;
	 right: 0;
	 background: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 100%);
}

.cards .card .card-content h2 {
	margin: 0 0 10px;
	color: inherit;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.card .card-content span,
.card .card-content p {
display: block;
}

.cards .card .card-content .landing-buttons {
	 margin-top: 20px;
	 display: flex;
	 align-items: center;
	 position: relative;
	 z-index: 2;
 	float: left;
}

/*
.cards .card .card-content .landing-buttons a.landing-button:last-child {
	 margin-left: auto;
}

.cards .card .card-content .landing-buttons a.landing-button:first-child {
	 margin-right: auto;
	 margin-left: 0;
}

.cards .card .card-content .landing-buttons a.landing-button:not(:last-child):not(:first-child) {
	margin-left: 10px;
}

*/

.cards .card .card-content .landing-buttons a.landing-button:not(:last-child) {
	margin-right: 10px !important;
}

.cards .card:hover .image-link img {
	-webkit-transform: scale(1.125) rotate(0.02deg)!important;
	-ms-transform: scale(1.125) rotate(0.02deg)!important;
	-o-transform: scale(1.125) rotate(0.02deg)!important;
	transform: scale(1.125) rotate(0.02deg)!important;
}

/* Full Image Hospitality */

.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList .dataItem .itemsButtonsContainer .price,
.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList {
 color: #fff;
}

.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList .dataItem {
	padding-top: 100px !important;
	background: #000 !important; 
}

.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList .dataItem .itemsButtonsContainer,
.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList .dataItem .itemsDataContainer {
	padding-left: 20px !important;
	padding-right: 20px !important; 
}

.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList .dataItem .item_image_container {
	height: 100%;
	position: absolute;
	top:0;
}

.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList .dataItem .item_image_container:after {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 70%);
}

.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList .dataItem .item_image_container div.item_image {
	height: 100% !important;
}

.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList .dataItem .item_image_container img.item_image {
	height: 100% !important;
	width: auto !important;
	min-width: 100% !important;
	max-width: none !important;
	border-radius: 0 !important;
}

.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList .dataItem div.item_image:not(:empty){
	padding: 0 !important;
} 

.display-full-image-hospitality-packages #ctl00_body_PriceLevelsListControl.itemsList .dataItem:hover .item_image_container img.item_image {
	-webkit-transform: scale(1.125) rotate(0.02deg)!important;
	-ms-transform: scale(1.125) rotate(0.02deg)!important;
	-o-transform: scale(1.125) rotate(0.02deg)!important;
	transform: scale(1.125) rotate(0.02deg)!important;
}


.card .card-content span {
	font-size: 1rem;
}

.navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu) > .dropdown-toggle:after {
	color: #fff;
}

.seat {
  background-color: #444451;
  height: 26px;
  width: 32px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	color: #fff;
	padding-top: 3px;
}

.seat.selected {
  background-color: #8e1b20;
}

.seat.sold {
  background-color: #fff;
}

.seat.hide {
  background-color: #fff;
	color: #fff;
	cursor: default;
	display: none;
}

.seat.hide:hover {
  background-color: #fff;
	color: #fff;
}

/* .seat:nth-of-type(2) {
  margin-right: 18px;
}

.seat:nth-last-of-type(2) {
  margin-left: 18px;
} */

/* .seat:hover {
  cursor: pointer;
	background-color: #8e1b20;
} */

.table-ticket tr {
	margin-bottom: 10px;
}

.table-ticket td {
	padding-right:5px;
}

.table-ticket tr:nth-child(even) {
  background-color: #d1d1d1;
}

input[type=checkbox]{
	display: none;
}

input[type=checkbox]:checked + .seat{
	background-color: #8e1b20;
}

@media screen and (max-width: 780px) and (min-width: 1px) {
	
	.seat {
		background-color: #444451;
		height: 15px;
		width: 10px;
		font-size: 5px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		color: #fff;
	}

	.table-ticket td {
		padding-right:2px;
	}

	.btn.btn-circle.btn-sm {
    width: 12px;
    height: 12px;
    font-size: 5px;
}

}

.profile-nav, .profile-info{
	margin-top:30px;   
}

.profile-nav .user-heading {
	background: #fbc02d;
	color: #fff;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding: 30px;
	text-align: center;
}

.profile-nav .user-heading.round a  {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.3);
	display: inline-block;
}

.profile-nav .user-heading a img {
	width: 112px;
	height: 112px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 5px;
}

.profile-nav .user-heading p {
	font-size: 12px;
}

.profile-nav ul {
	margin-top: 1px;
}

.profile-nav ul > li {
	border-bottom: 1px solid #ebeae6;
	margin-top: 0;
	line-height: 30px;
}

.profile-nav ul > li:last-child {
	border-bottom: none;
}

.profile-nav ul > li > a {
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #89817f;
	border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
	background: #f8f7f5 !important;
	border-left: 5px solid #fbc02d;
	color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
	font-size: 16px;
	padding-right: 10px;
	color: #bcb3aa;
}

.text-right {
	text-align: right !important;
}

.table-sm {
	font-size: 13px;
}

.list-group-item-action {
	font-size: 13px;
}

.list-group-item.active {
	background-color: #8e1b20;
	border-color: #8e1b20;
}

.table > thead {
	vertical-align: middle;
}

.comparison-chart {
	position:relative;
	margin: 40px 20px;
}
.comparison-chart ul {
	display:flex;
	top:0px;
	z-index:10;
	padding: 0;
	margin: 0;
	width: calc(100% + 1px);
}
.comparison-chart li {
	list-style:none;
	flex:1;
}
.comparison-chart li:last-child {
	border-right:1px solid #DDD;
}
.comparison-chart button {
	width:100%;
	border: 1px solid #DDD;
	border-right:0;
	border-top:0;
	padding: 10px;
	background:#FFF;
	font-size:14px;
	font-weight:bold;
	min-height:60px;
	height: 100%;
	color:#ddd;
	border-bottom: 0;
}
.comparison-chart li.active button {
	background:#F5F5F5;
	color:#000;
}
.comparison-chart table { 
	border-collapse:collapse; 
	table-layout:fixed; width:100%; 
	font-size: 15px;
	color: #000;
}
.comparison-chart th { background:#F5F5F5; display:none; }
.comparison-chart td,.comparison-chart th { border:1px solid #DDD; padding:5px; empty-cells:show; }
.comparison-chart td,.comparison-chart th {
	text-align:left;
}
.comparison-chart td+td, .comparison-chart th+th {
	text-align:center;
	display:none;
}
.comparison-chart td.default {
	display:table-cell;
}
.comparison-chart .bg-white {
	border-top:3px solid #ccc;
}
.comparison-chart .bg-red {
	border-top:3px solid #c70101;
}
.comparison-chart .bg-black {
	border-top:3px solid #000;
}
.comparison-chart td.image {
	font-size: 0;
padding: 0;
}
.comparison-chart img {
	width: 50%;
}
.comparison-chart .sep {
	background:#F5F5F5;
	font-weight:bold;
}
.comparison-chart .txt-l { font-size:28px; font-weight:bold; }
.comparison-chart .txt-top { position:relative; top:-9px; left:-2px; }
.comparison-chart .tick { font-size:18px; color:#c70101; }
.comparison-chart .hide {
	border:0;
	background:none;
}

.comparison-chart .small_button_b,
.comparison-chart .small_button_c,
.comparison-chart .small_button_a {
	display: block;
width: 100% !important;
}

.comparison-chart .button.small_button_a A,
.comparison-chart .button.small_button_a A:hover,
.comparison-chart .button.small_button_a A:active, 
.comparison-chart .button.small_button_a A:focus, 
.comparison-chart .button.small_button_b A,
.comparison-chart .button.small_button_b A:hover,
.comparison-chart .button.small_button_b A:active, 
.comparison-chart .button.small_button_b A:focus,
.comparison-chart .button.small_button_c A,
.comparison-chart .button.small_button_c A:hover,
.comparison-chart .button.small_button_c A:active, 
.comparison-chart .button.small_button_c A:focus {
min-width: 0 !important;
	width: 140px !important;
	max-width: 100% !important;
}

.comparison-chart .cta .small_button_b,
.comparison-chart .cta .small_button_c,
.comparison-chart .cta .small_button_a {
	display: inline-block;
width: 100%;
}

.comparison-chart td.no-border {
	display: none;
}

@media (min-width: 781px) {

	.comparison-chart {
		margin-left: 0;
		margin-right: 0;
	}
	.comparison-chart ul {
		display:none;
	}
	.comparison-chart td,article th {
		display:table-cell !important;
	}
	.comparison-chart td,article th {
		width: 400px;
	}
	.comparison-chart td.no-border {
		border: none;
		display: table-cell;
	}
	.comparison-chart td+td, .comparison-chart th+th {
		width: 200px;
	}
}


