@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700|Roboto:400,700,300&subset=latin,latin-ext);
* {
   -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
font: 14px/1.2 'Roboto Condensed';
    color: #000;
    margin: 0;
}
#couriers-page h1 {
  display: none;
}

#couriers-page h2 {
  float: left;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding: 0 15px;
  line-height: 50px;
  display: inline-block;
  background-color: #13a3dd;
  margin-bottom: 35px;
}

#couriers-page .entry_content {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}

#couriers-page .entry_content .packages {
  max-width: 1130px;
  margin: 0 auto;
  overflow: hidden;
}

#couriers-page .entry_content .packages br {
  display: none;
}

#couriers-page .entry_content .packages label {
  font-family: 'Roboto';
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-align: justify;
  float: left;
  margin-right: 25px;
}

#couriers-page .entry_content .packages select {
  float: left;
  border: 0;
  max-width: 363px;
  width: 100%;
  height: 40px;
}

#couriers-page .entry_content table {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: 'Roboto Condensed';
  margin: 30px 0;
}

#couriers-page .entry_content table tbody tr th {
  font-weight: bold;
  padding: 10px 0;
}

#couriers-page .entry_content table tbody tr td {
  padding: 10px 0;
}

#couriers-page .entry_content table tbody tr:nth-child(even) {
  background: #f0f0f0;
}

#couriers-page .entry_content.panel {
  max-width: 100%;
  width: 100%;
  padding: 38px 0 40px;
  background-color: #b9b8b8;
}
.parcel {
  text-align: left;
  margin: 0 auto;
  max-width: 700px;
}

.parcel .text-center {
  text-align: right;
  padding-right: 35px;
}

.parcel .button {
  height: 47px;
  background-color: #13a3dd;
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 47px;
  margin: 0 20px 40px;
text-decoration: none;
}

.parcel .row {
  position: relative;
  margin-bottom: 15px;
overflow: hidden;
}

.parcel .input {
  float: left;
  width: 65%;
  padding-right: 35px;
}

@media (max-width: 768px) {
  .parcel .input {
    width: 92%;
    margin-bottom: 10px;
    float: none;
    display: inline-block;
    padding-right: 0;
  }

  .parcel .input.cm {
    width: 72%;
  }

  .parcel .input.full {
    width: 100%;
  }
}

.parcel .input input, .parcel .input select {
  height: 40px;
  padding: 0 15px;
  border: 0;
  background: #fff;
  width: 100%;
}

.parcel .currency {
  color: #2f2f2f;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
}

@media (max-width: 768px) {
  .parcel .currency {
    float: right;
    display: inline-block;
    position: relative;
  }
}

@media (max-width: 768px) {
  .parcel .dimension_unit {
    float: right;
    display: inline-block;
    position: relative;
  }
}

.parcel .label {
  width: 35%;
  float: left;
  padding-right: 15px;
  text-align: right;
  color: #2f2f2f;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

@media (max-width: 768px) {
  .parcel .label {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .create.parcel {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.container.services {
  text-align: center;
}

.container.services table {
  margin: auto;
}

.container.services table th,
.container.services table td {
  text-align: center;
  padding: 10px;
  font-size: 16px;
}

.container.services table tr td:first-of-type {
  text-align: left;
}

.container.services table tr td:first-of-type img {
  width: 100px;
  height: auto;
}

.container.services table tr td:last-of-type,
.container.services table tr th:last-of-type {
  text-align: right;
}
