body {
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 12px;
  }

  .gridtable{
    width: 95%;
    margin: 0px auto;
    table-layout:fixed;
  }
  .gridtable td {
    overflow: hidden;
    text-align: center;
    border-width: 1px;
    padding: 8px;
    /*border-style: solid;
    border-color: #666666;*/
    background-color: #ffffff;
  }

  .gridtable .newsHeading {
    text-align: left;
    border-width: 0px;
    font-size: 18px;    
    /*padding: 8px;*/
    /*border-style: solid;
    border-color: #666666;*/
    background-color: #ffffff;
  }

  #tableCaption{
    font-size: 18px;
  }

  .thumbnail { /*not .thumbnail img{*/
    width: 80%;
    text-align: center;
    padding: 8px;
    display: block;
    margin: 0 auto;
    max-width: 150px;
  }
 

/* sidebar (http://www.w3schools.com/howto/howto_js_sidenav.asp) - start */
  .instruction{
    margin-left: 35px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #f1f1f1;
  }

/* alertStart - start */
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    font-size: 18px;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.alertClosebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.alertClosebtn:hover {
    color: black;
}

.alertStopbtn {
/*margin-left: 15px;*/
    color: black;
    font-weight: bold;
    float: left;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.alertStopbtn:hover {
    color: red;
}
/* alertStart - end */

hr.style13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

/*embedly - start*/
.embedly-card{
    max-height: 200px;
    /*max-width: 200px;*/
}
/*embedly - end*/
