#plan-compare {
  max-width: 1100px;
  margin: 90px auto;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.wrap-table100 {
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding-right: 10px;
  border-bottom: 1px solid #000;
}
table tr:last-child td {
    border: none;
}
.column1 {
  width: 100%;
  text-transform: capitalize;
  text-align: left;
}

.column2, .column3, .column4, .column5 {
  width: 150px;
  padding: 0 20px;
  text-align: center;
}

tr.row100.head {
}
.table100 th {
  height: 133.5px;
  padding: 20px 0;
  font-family: 'Graphik light', Helvetica, Arial, Lucida, sans-serif;
  font-size: 24px;
}
.table100 th.column1 {
  font-family: 'Graphik light', Helvetica, Arial, Lucida, sans-serif;
  font-size: 24px;
  line-height: 1.6667em;
  vertical-align: bottom;
}
tr.head .plan_icon img {
    height: 55px;
}


.table100 td {
  height: 88px;
  padding: 0;
  vertical-align: middle;
  font-size: 14px;
}

.table100 {
  width: 100%;
  position: relative;
}
.table100-firstcol {
  position: absolute;
  z-index: 1000;
  width: 360px;
  top: 0;
  left: 0;
  background: #fff;
}
.table100-firstcol table {
  font: 16px/18px 'proxima-bold';
  background-color: #fff;
}
.table100-firstcol table span {
  height: 20px;
  padding-top: 5px;
  display: inline-block;
  width: 100%;
  font: 13px/15px 'proxima-regular';
  text-transform: none !important;
}

.wrap-table100-nextcols {
  width: 100%;
  overflow: auto;
  padding-left: 360px;
}
.table100-nextcols table{
  table-layout: fixed;
}
.table100-firstcol table {
  background-color: transparent;
}
.table100.ver1 .table100-firstcol td {
  color: #111;
}
.table100.ver1 .table100-nextcols td {
  color: #111;
  font-size: 14px;
}
.table100.ver1 tr {
}


@media screen and (max-width: 800px) {
	.plan_icon {
		margin-bottom: 10px;
	}
  #plan-compare {
    margin: 60px 20px;
  }
  .table100-firstcol {
	display: block;
	position: relative;
	float: left;
    width: 180px;
    box-shadow: 5px 0 20px rgba(0,0,0,0.08);
  }
  .table100-firstcol table {
	width: 180px;
    font: 14px/16px 'Museo Sans', 'Proxima Nova', 'Pluto Sans', Helvetica, Arial, Lucida, sans-serif;
  }
  .table100-firstcol table span {
    display: none;
  }
	tr.row100.head {
		position: relative;
	}
	tr.row100.head th {
		position: relative;
		z-index: 2;
	}
  .wrap-table100-nextcols {
	display: block;
	float: left;
	width: calc(100% - 180px);
    padding-left: 0;
  }
  .table100 td {
    height: 60px;
  }
  .column1 {
    padding: 10px 20px !important;
  }
  .column2, .column3, .column4, .column5 {
    width: 125px;
  }

}

