.awcomp {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 60%;
  table-layout: fixed;
	margin-bottom: 60px;
}
th.awcomp1 {
  padding: 1.5rem 0rem;
  border-right: 1px dotted#fff;
  font-size: 0.7rem;
  width: 25%;
  vertical-align: middle;
}
table tr {
  background-color: #f9f9f9;
  padding: .35em;
}
table tr:nth-child(even) {
  background-color: #eee;
}
table td {
  padding: .7em;
  text-align: center;
  vertical-align: middle;
  border-right: 1px dotted#fff;
}
table th {
  font-size: .75em;
}
i.aw {
  font-size: 1.5rem;
  color: #666;
  line-height: 2rem;
}
.pro_t {
  background: #456263;
  border-right: 1px dotted#fff;
}
.basic_t {
  background: #95a375;
}
.pname {
  color: #fff;
  font-size: 1.8em;
  margin: 10px;
}
.price span {
  font-size: .6em;
}
@media screen and (max-width: 600px) {
  .awcomp {
    width: 90%;
  }
}