.ycatt-navigation {
    margin-top: 50px;
}
.ycatt-navigation table {
    margin: 0 auto;
    font-size: 14px;
}
.ycatt-navigation td {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 2px solid #DDD;
}
.ycatt-navigation td span {
    display: inline-block;
    text-decoration: inherit;
}
.ycatt-navigation td:last-child{
    border-right: 0;
}
.ycatt-entry-desc p {
    margin: 5px;
}
.ycatt-entry-table {
    width: 100%;
    font-size: 20px;
}
.title {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}
.caption {
    font-size: 16px;
}
.expense-desc {
}
.expense-icon {
    width: 30px;
    font-size: 20px !important;
}
.expense-amount {
    text-align: right;
}
.total {
    font-weight: bold;
}
.total:first-child td {
    border-top: 1px solid;
}
.ycatt-entry-photo {
    position: relative;
    text-align: center;
    width: 100% !important;
    border: 1px solid #DFDFDF;
}
.ycatt-entry-photo img {
    max-width: 100%;
    max-height: 100%;
}
.ycatt-entry-photo div {
    display: none;
    font-size: 50px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ycatt-ig-link:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.ycatt-ig-link:hover div {
    display: block;
}
/* Fake Instagram styles */
.ig-post {
    font-family: Helvetica;
}
.ig-post a {
    color: black;
}
.ig-header {
    height: 34px;
    padding: 10px;
}
.ig-header img {
    border: 2px solid #DFDFDF;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 12px;
    float: left;
}
.ig-header img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.ig-header div {
    margin-top: 3px;
    width: 100%;
    padding-left: 45px;
}
.ig-header p {
    margin: 0;
    line-height: 15px;
}
.ig-user {
    font-weight: bold;
}
.ig-location {
    font-size: 12px;
}
.ig-more {
    margin: 10px 10px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}
.ig-more a {
    font-size: 14px;
    font-weight: 600;
    color: #3897f0;
}
.ig-likes {
    margin: 10px;
}
.ig-likes > a {
    font-size: 14px;
    font-weight: 600;
}
.ig-logo {
    display: inline;
    float: right;
    font-size: 25px;
}
.ig-logo a:hover {
    color: rgba(0,0,0,0.7);
}
/* End Fake Instagram styles */
