

.item-title {
  font-size: 1.25em;
  line-height: 1.3; /* 30px; */
  color: #f8991d;
  /* height: 30px; */
}

.item-duration {
  font-size: 0.75em;
  color: darkgrey;
  /* height: 20px;  */
  line-height: 1.2;
  padding-top: 4px;
}

.item-description {
  font-size: 0.9em;
  /* height: 40px; */
  line-height: 1.2;
}

video {
    width: 100% !important;
    background-color: #000;
    margin-left: auto;
    margin-right: 50px;
  }



.button {
    background-color: #80b539; /* Green */
    border: none;
    color: white;
    padding: 10px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.buttonNone {
    background-color: #3f3f3f; /* Green */
    border: none;
    color: gray;
    padding: 10px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

img {
  border-width: 1px;
  border-color: black;
  border-style: solid;
  height:80%;
}

td.item {
  vertical-align: top;
  border-bottom: 1px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-color: #3f3f3f;
  border-style: dotted;
}

.thmb {
  text-align: right;
}

table.list {
    border-spacing: 5px;
    border-collapse: separate;
}
