.byline a, .timestamp a {
    text-decoration: none;
}
.byline {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    min-height: 0;
    height: auto;
	border-bottom: none;
    font-size: 86.7%;
}
.byline .avatar {
    width: 56px;
    line-height: 0;
}
.byline .social-avatar {
    width: 48px;
    height: 48px;
    position: relative;
    top: 0;
    float: none;
    margin: 0 8px 0 0;
    padding: 0;
}
.byline .avatar,
.byline .author {
    display: table-cell;
    vertical-align: middle;
}


.post {
    font-size: 113.3%;
    line-height: 1.33em;
}


.timestamp a img {
    position: relative;
    top: 0.3em;
    margin: 0 0 0 0.3em
}
.timestamp {
    margin: 15px 0;
    font-size: 80%;
    color: @@@tertiary_text_color@@@;
}


.actionbuttons {
    margin: 10px -1% 10px -1%;
}
.actionbutton {
    margin: 0 .7%;
    width: 31%;
    float: left;
}
.actionbutton a {
    display: block;
    padding: 4px 4px 3px 6px;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), to(rgba(128,128,128,0.15)));
    border: 1px solid #eee;
    border: 1px solid rgba(0,0,0,0.12);
    border-top-color: #f3f3f3;
    border-bottom-color: #e9e9e9;
    border-top-color: rgba(0,0,0,0.08);
    border-bottom-color: rgba(0,0,0,0.22);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: #444;
    font-size: 70%;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.actionbutton a:active, .actionbutton a.pressedaction {
    background: #aaa;
    background: rgba(0,0,0,0.33);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.18)), to(rgba(0,0,0,0.12)));
    border-color: rgba(0,0,0,0.65);
    border-top-color: rgba(0,0,0,0.75);
    border-bottom-color: rgba(0,0,0,0.5);
    color: #000;
    box-shadow: inset 0 1px 3px #000;
}
