@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #d9d9d9;
  font-family: 'Roboto', sans-serif;
  min-width: 600px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.cd {
  background: #fff;
  margin: 0 auto;
  max-width: 900px;
}
.cd .cd-header {
  background: url('../images/TruckFamily.png') no-repeat top left;
  background-size: contain;
  min-height: 181px;
  margin-bottom: 10px;
}
.cd .cd-main {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.cd .cd-main .main-left {
  padding: 5px 10px;
}
.cd .cd-main .main-left .nav {
  display: flex;
  flex-direction: column;
  border: solid 1px #dfdfdf;
  box-shadow: 0 0 0 2px #fff, 0 0 2px 3px #dfdfdf;
  min-width: 150px;
  padding: 5px;
}
.cd .cd-main .main-left .nav a {
  background: #fdfdfd;
  border-radius: 2px;
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 10px;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.cd .cd-main .main-left .nav a:hover {
  background: #dcdcdc;
  transition: all 0.2s ease-in;
}
.cd .cd-main .main-right {
  font-size: 13px;
  padding: 5px 10px;
  text-align: left;
}
.cd .cd-main .main-right img {
  margin: 5px 0;
  max-width: 100%;
}
.cd .cd-main .main-right h2 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.cd .cd-main .main-right p {
  margin: 5px 0;
}
.cd .cd-main .main-right p span {
  color: #c00;
  font-size: 14px;
  font-weight: 600;
}
.cd .cd-main .main-right ul li {
  list-style-type: none;
}
.cd .cd-main .main-right ul li:before {
  content: '✔';
  margin-right: 10px;
}
.cd .cd-main .main-right .small {
  font-size: 10px;
}
.cd .cd-main .main-right .truck {
  align-items: flex-start;
  display: flex;
}
.cd .cd-main .main-right .truck img {
  border: solid 1px #dfdfdf;
  box-shadow: 0 0 0 2px #fff, 0 0 2px 3px #dfdfdf;
  margin-right: 10px;
  max-width: 150px;
}
.cd .cd-footer {
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
