.recipe-detail .tagoff a {
    font-size: .9rem;
    display: inline-block;
    padding: 3px 15px;
    color: #dedede;
    border: 1px solid #f8f8f8;
    border-radius: 50px;
    background-color: #f8f8f8
}
.recipe-detail .tagoff a:hover {
    text-decoration: none;
    background-color: #ccc
}
.manoplas {
    text-decoration: none;
    color: firebrick !important
}
.libox {
    text-align: left !important;
    margin-right: 20px
}
.liboxleft {
    text-align: left !important;
    margin: 0 10px 0 10px
}
.recipe-detail .tips {
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #dedede;
    border-bottom: 1px dashed #dedede
}
.recipe-detail .tips h3 {
    font-size: .9rem;
    position: absolute;
    top: -20px;
    left: 0;
    padding: 8px 10px;
    color: #fff;
    background-color: #666
}
.recipe-detail .tips p {
    font-size: .8rem
}
.recipe-detail .tips p strong {
    font-size: 1rem
}
.recipe-detail .tips div {
    float: left;
    width: 100%;
    margin-bottom: 20px
}
.recipe-detail .tips div p {
    margin-bottom: 0
}
.agenda {
}
/* Dates */
.agenda .agenda-date {
    width: 170px;
}
.agenda .agenda-date .dayofmonth {
    width: 52px;
    font-size: 42px;
    line-height: 50px;
    float: left;
    text-align: right;
    margin-right: 10px;
}
.agenda .agenda-date .shortdate {
    font-size: 0.75em;
}
/* Times */
.agenda .agenda-time {
    width: 140px;
}
/* Events */
.agenda .agenda-events {
}
.agenda .agenda-events .agenda-event {
}

@media (max-width: 767px) {
}
