.hideextra { white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}

body {

}

.entry-content p{
   padding-top: 20px;
   text-align: justify;
   font-size: 18px;
}

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

.roundedBorder {
    text-align: center;
    border: 2px solid #4682B4;
    border-radius: 50px;
    padding: 20px;
    width: 300px;
    font-size: 25px;
  }


.entry-content a {
    color: #4682B4;
    text-decoration: none;
    border-bottom: none;
    }

.entry-content a:hover {
    text-decoration: none;
    color: #4682B4;
    border-bottom: 1px solid;
}

.red {
    color:red;
}
