@import url("resume.css");

#degrees, #experience, #talents-title {
    margin-top: 40px;
    padding: 0;
}

p {
    font-size: 0.92rem;
    line-height: 1.48rem;
    text-align: left;
    margin: 13px 0 0 0;
}

.education-block {
    margin: 0 0 20px 0;
}

.experience-block {
    margin: 32px 0 0;
}

.experience-detail {
    margin: 0 0 0 0;
}

div.experience-detail li {
    font-size: 0.92rem;
    line-height: 1.4rem;
    text-align: left;
    margin: 3px 0px 0 0px;
}

div.experience-detail ul {
    margin: 20px 0px 0 0px;
}

div.skills {
    max-width: 100%;
    padding: 8px 0 0 0;
    clear: right;
}

div.skills li {
    font-size: 0.92rem;
    line-height: 1.4rem;
    text-align: left;
    margin: 3px 0px 0 0px;
}

div.skills-detail {
    float: right;
    clear: both;
}

div.skills-detail ul {
    margin: 20px 0 0 0;
}

div.skills ul {
    margin: 20px 0 0 70px;
}

div.skills li::marker {
    content: "✦ ";
}

div.section-title {
    width:15%;
    min-width:130px;
    float:left;
    clear:left;
    font-family: 'Droid Serif';
    font-variant: small-caps;
    text-shadow: 0.5px 0.5px 1px rgba(100, 100, 100, 0.31);
    font-size: 1.26rem;
    font-weight: normal;
    margin-left: -40px;
    padding-top: 22px;
}

#talents {
    margin: 0;
    padding: 32px 0 0 0;
}

.skill-column {
    flex: 33.3%;
    padding-left: 30px;
    min-width: 175px;
}

.show-group {
    color: black;
}

.columns {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    margin-left: 90px;
}

.ed-date {
    float: right;
    clear: right;
    margin-left:0.7em;
    height: 4rem;
    font-size: 1.09rem;
    font-family:Linux;
    font-variant:oldstyle-nums;
}

.ex-date {
    float: right;
    clear: right;
    margin-left:0.7em;
    height: 4rem;
    font-size: 1.09rem;
    font-family:Linux;
    font-variant:oldstyle-nums;
    text-align: right;
    line-height: 1.48rem;
}

.entry {
    display: block;
    width: 90%;
    float: left;
}

h2 {
    font-family: 'Droid Serif';
    font-variant: small-caps;
    text-shadow: 0.5px 0.5px 1px rgba(100, 100, 100, 0.31);
    font-size: 1.26em;
    font-weight: normal;
    margin-left: -40px;
}

h3 {
    font-family: 'Droid Serif';
    font-variant: small-caps;
    text-shadow: 0.5px 0.5px 1px rgba(100, 100, 100, 0.31);
    text-align: center;
    font-size: 1.1rem;
    margin: 35px 0 0 0;
    font-weight: normal;
}

table.grades {
    width: 100%;
    margin: 8px 0 0 0;
    font-size: 0.92rem;
    box-shadow: none;
    border-radius: none;
    
    li {
        margin: 0.2rem 0;
        line-height: 1.2rem
    }

    tr {
        vertical-align: top;
    }

    tr:nth-child(even) td{
        background: none;
    }

    tr:nth-child(odd) td{
        background: none;
    }

    td {
        padding: 10px 0 5px 0;
    }

    td:first-of-type {
        width: 95%;
        padding-right: 8px;
    }

    td:last-of-type {
        width: 1.5em;
        float: right;
    }
}

.show:hover {
    color: red;
    background-color: unset;
}

.show {
    cursor:pointer;
    background-color: transparent;
    border-radius: unset;
    font-size: inherit;
    font-family: inherit;
    font-kerning: inherit;
    font-variant: inherit;
}


@media only screen and (max-width: 780px) {

    h2 {
        margin-left: 0;
    }

    #degrees, #experience, #talents-title {
    margin-top: 8px;
   }

   div.section-title {
        margin-left: 0;
   }

   .columns {
        margin-left: 0;
  }

  div.skills {
    clear: both;
    padding-left: 10px;
}

div.skills ul {
    margin: 20px 0 0 0px;
}
}

.MathJax {
font-size: 0.8rem !important;
}