/*
Author: Agung Prasetyo Wibowo | prazetyo@gmail.com
Author URI: https://agungprasetyo.net/
Tags: two-columns, left-sidebar, responsive-ready, eprints, eprints-branding 
Create for: Stikom Institutional Repository
*/


body {
    color: #5d5d5d;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%}
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times, serif;
    color: #5d5d5d;
    margin-top: 0;
    margin-bottom: 18px;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
    text-decoration: none;
    color: #5d5d5d;
}
h1 {
    font-size: 26px;
    line-height: 36px;
}
h2 {
    font-size: 24px;
    line-height: 36px;
}
h3 {
    font-size: 22px;
    line-height: 36px;
}
h4 {
    font-size: 20px;
    line-height: 36px;
}
h5 {
    font-size: 18px;
    line-height: 18px;
}
h6 {
    font-size: 16px;
    line-height: 18px;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
a, a:visited {
    color: #0e53c8;
    text-decoration: underline;
    outline: 0;
}
.rss a, .rss a:visited {
    color: #bf1e2e;
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
blockquote {
    border-left: 3px solid #056273;
    margin: 18px 0 18px 18px;
    padding: 0 0 0 18px;
}
blockquote, cite {
    font-style: italic;
}
blockquote cite:before {
    content: "\2014 \0020"}
address {
    display: block;
    margin-bottom: 18px;
}
code, pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
    padding: 4px;
    font-size: 90%;
    color: #0a96a9;
    white-space: nowrap;
    background-color: #f9f2f4;
}
pre {
    display: block;
    padding: 9px;
    margin: 0 0 18px 0;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}
hr {
    background-color: #e4e4e4;
    height: 1px;
    width: 90%;
    border: none;
    margin: 18px auto;
}
ol, ul {
    margin: 18px 0 18px 18px;
}
ul {
    list-style: circle outside;
}
ol {
    list-style: decimal;
    margin-left: 27px;
}
ol ol, ol ul, ul ol, ul ul {
    margin: 9px 0 9px 9px;
}
dl {
    margin: 18px 0 18px 18px;
}
dt {
    font-weight: 400;
}
dd {
    margin-left: 18px;
}
@media only screen and (min-width:960px) {
    .hide-on-desktop {
    display: none;
}
}@media only screen and (min-width:768px) and (max-width:959px) {
    .hide-on-tablet {
    display: none;
}
}@media only screen and (max-width:767px) {
    .hide-on-mobile {
    display: none;
}
}