#compare-wrapper {
  padding: 30px;
}

.compare-header {
  width: 100%;
  margin-top: 3px;
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: white;
  box-shadow: 0px 3px 6px 0px #00000026;
}

.compare-header .app {
  padding: 10px 30px 10px 17px;
  border-radius: 45px;
  display: flex;
  margin-left: 20px;
  border: 1px solid #DDDDDD;
  flex-grow: 0;
  align-items: center;
  font-size: 18px;
  color: #626262;
  /* min-width: 150px; */
  justify-content: space-between;
}

.compare-header .app .close {
  position: relative;
  top: 3px;
  cursor: pointer;
  margin-left: 20px;
  width: 10px;
  height: 20px;
}

.compare-header .app .close:before {
  transform: rotate(45deg);
}

.compare-header .app .close:after {
  transform: rotate(-45deg);
}

.compare-header .app .close:before,
.compare-header .app .close:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #adacac;
}

.compare-info {
  background-color: #F3F3F3;
  padding-bottom: 100px;
  margin-bottom: -50px;
}

.compare-info > *:not(:first-child){
  background-color: white;
  border: 1px solid #E5E5E5;
  margin: 20px;
}

#compare-graph {
  padding-top: 10px;
}

span.vs {
    margin-left: 20px;
    color: #2680EB;
    font-size: 15px;
    text-transform: uppercase;
}

.compare-header #compare-btn {
  margin-left: 20px;
}

.compare-header .app img {
  margin-right: 10px;
}

#compare-table {
  width: 100%;
}

#compare-table-wrapper {
  padding: 10px 30px;
  color: #636363;
}

#compare-table thead tr {
  border-bottom: 2px solid #F3F3F3;
}

#compare-table td img {
  position: relative;
  bottom: 4px;
  margin-left: 5px;
  margin-right: 20px;
}

#compare-table th img {
  position: relative;
  bottom: 4px;
  margin-left: 5px;
  margin-right: 10px;
}


#compare-table tbody tr {
  border-bottom: 1px solid #F3F3F3;
}

#compare-table td, #compare-table th {
  padding: 16px 20px 9px 20px;
  text-align: left;
  font-weight: normal;
}

.seemore {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
