@import url(http://fonts.googleapis.com/css?family=Ubuntu:300&subset=cyrillic,latin);
.main {
    margin-top: 8%;
    text-align: center;
    padding-bottom: 100px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    width: 100%;
}

.lang-switcher {
    margin-top: 0;
    margin-right: 10%;
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    font-size: smaller;
}

.lang-switcher a {
    text-decoration: underline;
    text-decoration-style: dashed;
    padding-right: 10px;
}

.nothing {
    font-size: 13pt;
    color: #000000;
}

.sub {
    font-size: 9pt;
}

.linija {
    color: #333333;
    background-color: #333333;
    border: 0px none;
    height: 1px;
    width: 175px;
}
