
/*CSS FOR OPENPSYCH*/

/*common*/
#navbar-menu li {
    display:inline;
    padding: 5px;
    /*border*/
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

#header-searchForm {
    display:inline;
    margin-left: auto;
    margin-right: auto;
}

#header-logo {
    display:inline;
    float: left;
}

/*front page*/
.front-papertitle {
    font-weight: bold;
    font-size: 120%;
}

#front-paper_journal {
    font-style: italic;
}

ul#front-recentarticleslist {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

/*paper page*/
.meta-header {
    font-weight: bold;
    font-size: 16px;
    color: #777;
}

#download > p > a {
    font-size: 16px;
}

#paper-abstract-body {
    line-height: 1.5em;
    font-size: 16px;
}

.download-button {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #009999; background-image: -webkit-gradient(linear, left top, left bottom, from(#009999), to(#006666));
    border: none;
    border-radius: 10px;
    box-shadow: 0 6px #999;
}

.download-button:hover {
    background-color: #006666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006666), to(#009999));
}

.download-button:active {
    background-color: #006666; background-image: -webkit-gradient(linear, left top, left bottom, from(#006666), to(#009999));
    box-shadow: 0 3px #666;
    transform: translateY(3px);
}

/*search page*/
#searchForm input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

/*journals page*/
.journals-name {
    font-weight: bold;
    font-size: 120%;
}

/*about page*/
#review_system_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
