.fc-image {
    width: 400px;
    float: left;
}
.fc-title {
    color: #c44a6b;
}
.fc-precontent {
    color: #333333;
    word-break: break-word;
}
h1 {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
a:hover{
	text-decoration: none;
}
.floated-image {
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}
.fc-details {
    margin-bottom: 15px;
    background-color: #f1f1f1;
    padding: 2px 5px;
    color: #7d7d7d;
    display: table;
    width: 100%;
}
.fc-start-date {
    float: right;
}
.fc-text{
    padding: 40px;
    display: grid;
}
hr{
    border-top: 2px solid #d7d7d7;
}