.entry-title {
    font-size: 35px;
    color: #3eb759;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
    box-sizing: border-box;
    margin: .67em 0;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Stylesheet note page tag - changed margin-left to -20 for narrow space between columns in halfpage portfolio - LF 4-16-2015 */
.note {
  position: relative;
  width: 100%;
  padding: 10;
  color: #929292;
  background: #e6e6e6;
  overflow: hidden;
  font-size: 16px;
  margin-left: -5px;
}
.note > tbody > tr:first-child > td {
    vertical-align: top;
      background: #003366;
border-bottom: thin dotted #000000;
}

.note td colspan {
border-bottom: thin dotted #000000;
}

.note a {
font-size:16px;
font-style: bold;
color: #003366;
display: inline-block;
}

.note.small {
font-size:10px;
color: #929292;
font-style: normal;
}

.note:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0px 0px 30px 30px;
  border-style: solid;
  border-color: #fff #ff0000 #fff #ff0000;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0), -2px 0px 0px rgba(0.3,0,0,0);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.note-child1 {
  position: relative;
  width: 100%;
  padding: 50;
  margin: 0 20;
  color: #929292;
  background: #e6e6e6;
  overflow: hidden;
font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.note-child1 a {
font-size:16px;
font-style: bold;
color: #003366;
display: inline-block;
}
.note-child1 h5 {
font-size: 20;
font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
.note-child2 {
  position: relative;
  width: 100%;
  padding: 50;
  margin: 0 20;
  color: #929292;
  overflow: hidden;
font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.note-child2 a {
font-size:26px;
font-style: bold;
color: #003366;
display: inline-block;
}
.note-child2 h5 {
font-size: 20;
font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

     .cool-table {
        width: 500px;
        border: 1px solid #000;
        background-color: blue;
        color: purple;
    }
    
    .cool-table tr:first-child { /* removed 'td' */
        font-size: 30px;
        background-color: red;
        color: green;
    }
    
    .cell-style { /* changed to class */
        font-size: 8px;
        text-align: left;
        color: yellow;
    }

