.tip {
  float: left;
  font: 14px/16px "Calibri", "Tahoma", "Helvetica", sans-serif;
  padding: 5px 0px 20px 0px;
  max-width: 650px;
  min-width: 100%;
}
.tipthumbodd {
  box-shadow: 5px 5px 10px  #888888;
  float: left;
  border: 2px solid white;
  width: 120px;
  height: 120px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.tipthumbeven {
  box-shadow: 5px 5px 10px  #888888;
  float: right;
  border: 2px solid white;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.tipthumblink {
}
.tipthumbimg {
  display: block;
  width: auto;
  height: auto;
  max-height: 120px;
}
.tipimage {
  box-shadow: 5px 5px 10px  #888888;
  float: left;
  border: 2px solid white;
  margin-right: 15px;
  margin-bottom: 10px;
}
.tipimageright {
  box-shadow: 5px 5px 10px  #888888;
  float: right;
  border: 2px solid white;
  margin-left: 10px;
  margin-bottom: 10px;
}
.tipimg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100px;
}
.tiptextodd {
}
.tiptexteven {
}
.tipname {
  font: bold 16px "Calibri", "Tahoma", "Helvetica", sans-serif;
}
.tipnamelink {
}
.tipshortdiv {
}
.tipbodydiv {
}
.tiptitle {
  font: bold 20px "Calibri", "Tahoma", "Helvetica", sans-serif;
}
.tipshort {
  font: bold 16px "Calibri", "Tahoma", "Helvetica", sans-serif;
}
.tipbody {
}
.tipbodyul {
  padding-left: 30px;
}
.tipbodysub {
  Xtext-decoration: underline;
  font-weight: bold;
}
.tipnext {
  font: italic 18px "Calibri", "Tahoma", "Helvetica", sans-serif;
}

@media screen and (max-width: 600px) {
  .tipimg {
    width: 120px;
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  .tipthumbodd, .tipthumbeven {
    width: 100px;
    height: 100px;
  }
  .tipthumbimg {
    width: 100px;
    height: 100px;
  }
  .tipimg {
    width: 80px;
    height: auto;
  }
}
