@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

*, ::after, ::before {
    box-sizing:inherit
}

.ok-widget {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 548px;
    min-width: 510px;
    font-family: "Verdana", "Geneva", "Tahoma", sans-serif;
}

.ok-widget__head {
    padding: 10px 0 20px 0;
}

.ok-widget__logo {
    height: 40px;
}

.ok-widget__title {
    margin-top: 15px;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
}

.ok-widget__articles {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.ok-article {
    display: flex;
    margin-top: 10px;
    padding-left: 20px;
    width: 50%;
    font-size: 12px;
    line-height: 1.33;
    text-decoration: none;
    color: #333333;
}

.ok-article:hover > .ok-article__title {
    text-decoration: underline;
}

.ok-article__date {
    margin-right: 12px;
    width: 43px;
    min-width: 43px;
    font-size: 10px;
    color: #aaaaaa;
}
