.menu-button{
    margin: 8px;
    padding: 0px 6px;
}

.article-panel .btn-group{
    float: right;
}

.article-date{
    float: right;
    color: #BBB;
    /*font-size: 11px;*/
}


.user-icon{
    /*height: 32px;*/
    width: 15%;
    margin-right: 12px;
    margin: 8px;
}

.user-info{
    position: relative;
    height: 18%;
}

.user-link{
    position: absolute;
    top: 6px;
    left: 23%;
}

.article-panel{
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

.article-title{
    cursor: pointer;
    text-align: left;
    line-height: 1.2em;
}

.article-title:hover{
    color: dodgerblue;
}

.article-image{
    cursor: pointer;
    width: 95%;
}

.cropper{
    width: 100%;
    height: 50%;
    overflow: hidden;
    text-align: center;
}

.article-footer{
    height: 20%;
    padding-right: 3%;
    padding-left: 1%;
    padding-top: 3%;
}

.article-footer a{
    margin-left: 4px;
    font-size: 13px;
    color: lightsteelblue;
    margin-right: 6px;
}

.article-centerer{

    display:table-cell;
    vertical-align:middle;
}

.article-title-div{
    height: 30%;
    padding-top: 1px;
    max-width: 90%;
    margin-left: 15px;
    margin-left: 15px;
    display: table;
}

.article-panel-container{
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    width: 20%;
    margin-top: 15px;
}

.article-panel-container .dummy{
    padding-top: 80%; /* 1:1 aspect ratio */
}

.article-panel-container .article-panel{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 8px;
}

.share-element {
display: inline;
margin-left: 7px;
margin-right: 5px;
color: #BBB;
}

#wp_spatialtree_articles .inside{
    padding: 0 0 0;
}

.page{margin:2em;}
.page a{text-decoration:none;display:inline-block;line-height:14px;padding:2px 5px;color:#333;border:1px solid #ccc;margin:0 2px;}
.page a:hover,.page a.on{background:#999;color:#fff;border:1px solid #333;}
.page a.unclick,.page a.unclick:hover{background:none;border:1px solid #eee;color:#999;cursor:default;}

.wp_spatialtree_inputText{
    width: 50%;
}

#wp_spatialtree_create_account input[type="text"]{
    width: 50%;
}

#wp_spatialtree_create_account input[type="password"]{
    width: 50%;
    height: 37px;
    line-height: 37px;
}

#wp_spatialtree_create_account_area{
    width: 100%;
}

#wp_spatialtree_create_account_area .wp_spatialtree_create_span{
    width: 110px;
    text-align: right;
    display: inline-block;
}