body {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.page {

}

.header {
    padding-top: 1em;
    background-color: white;
}

.content {
    padding-bottom: 3em;
}

.content p {
    margin-bottom: 1.5rem;
}

.nofloat {
  float: none;
}

h1 {
    font-size: 2.0rem;
}

h3 {
    font-size: 100%;
    font-weight: bold;
}

h4 {
    font-size: 100%;
    text-decoration: underline;
}

blockquote
{
  font-style: normal;
  font-size: 16px;
  margin-left: 32px;
  font-family: Consolas, "Times New Roman", Verdana;
  border-left: 4px solid #CCC;
  padding-left: 8px;
}

footer {
    display: none;
    margin-bottom: 30px;
    text-align: center;
    font-size: 90%;
    color: silver;
    line-height: 60px;
}

footer.fff {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

ul.blog-posts li {
    list-style-type: none;
}

.resume {
    margin-top: 1rem;
}

/* Go to top button */
#btn_top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
}
/* / Go to top button */

/* CV Chronological */
.cv-chronological .experience h2 {
    font-size: 100%;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
.cv-chronological .experience h3 {
    font-size: 100%;
    line-height: 24px;
}
.cv-chronological .experience .date p {
    margin-bottom: 0;
}
.cv-chronological .index {
    background-color: silver;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cv-chronological .index ul {
    margin-bottom: 0;
}

#skills .skill-name {
    font-weight: bold;
}
#skills .skill-content h2 {
    font-size: 100%;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
.skill-content p {
    /* line-height: 1rem; */
    margin-bottom: 0.5rem;
}

/* / CV Chronological */

.content img {
    border: 6px solid #bfbfbf;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.nofloat img {
    float: none;
}

.noborder img {
  border: 0;
}

/* for block of numbers */
.hljs-ln td.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-align: center;
    color: #ccc;
    border-right: 1px solid #CCC;
    vertical-align: top;
    padding-right: 5px;

    /* your custom style here */
}

/* for block of code */
.hljs-ln td.hljs-ln-code {
    padding-left: 10px;
}


