@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

.writers{
    overflow:hidden;
}
.writer-profile{
    width: 18%;
    min-height: 350px;
    margin:1%;
    float:left;
}
.writer-profile .name{
    text-align:center;
    font-weight:bold;
    padding:10px 0;
    margin:0;
}
.writer-profile .description{
    font-size:0.8em;
}

.writer-profile .button a{
    font-size:0.8em;
}
.writer-profile .button a:after{
    content:' >';
}

.byline .writer, .byline .writer a {
    display: inline-block;
}

time.undo{
	display: none !important;
}

#g_nav{
    position: relative;
    top: 13px;
    right: 0px;
    max-width: 940px;
}

#g_nav ul {

    position: relative;
    right: 53px;
    top: -7px;
}

@media only screen and (min-width: 1166px){
.nav > li > a {
    display: block;
    text-decoration: none;
    line-height: 1.3;
    padding: 15px 5px 7px;
}
}