/*
Theme Name:   Petry Jung
Description:  Write here a brief description about your child-theme
Author:       lightbulb
Author URL:   Write here the author's blog or website url
Template:     doctoral
Version:      1.0
Text Domain:  petry-jung
*/

/* Write here your own personal stylesheet */
.language-chooser {
    max-width: 26px;
    float: right;
    margin-top: -12px;
}

.language-chooser li {
    width: 100%;
}

.language-chooser li a {
    width: 100%;
    font-weight: bold;
    display: block;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #0767a7;
}

.language-chooser li:last-child a {
    border-bottom: none;
}