body {
  background-image: url('../images/cardboard_flat.png');
  font-size: 14px;
}
.arrow-to-click {
  position: fixed;
  bottom: 5px;
  /*right: 140px;*/
}
.to-bottom-right {
  position: fixed;
  bottom: 5px;
  right: 10px;
  /*right: 140px;*/
}
/*.img-box img
{
  max-height: 120px;
}*/
.stack ul,
.stack ol {
  padding: 0;
  margin: 0 0 0 0;
}
.stack img {
  max-width: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.work-on {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  /*padding: 5px 30% 5px 30%;*/
  padding: 3px 0 3px 0;
  text-align: center;
}
.not-work-on {
  /*color: #468847;
  background-color: #DFF0D8;*/
  border: 1px solid #D6E9C6;
  padding: 3px 0 3px 0;
  text-align: center;
}
.kevin-striped {
  background-color: #e0e0e0;
  margin-top: 35px;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
}
.kevin-striped-without-margin {
  background-color: #e0e0e0;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
}
.skill-set {
  margin-top: -45px;
  padding-top: 45px;
}
.kevin-page-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.kevin-page-header h1[id] {
  padding-top: 60px;
  margin-top: -55px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  margin-left: 10px;
  margin-right: 1%;
  margin-bottom: 1%;
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.margin-top-bottom-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
