.widget.widget-flickr ul {
    list-style-type: none;
}

.widget.widget-flickr ul li {
    margin-bottom: 5px;
}

.widget.widget-flickr ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.widget a:hover {
    text-decoration: none;
}

#blog .blog-article p {
    text-align: justify;
}

.content .headline h2 {
    font-size: 30px;
    font-weight: 600;
}

.text-white {
    color: #ffffff;
}

.dropdown-menu {
    position: initial;
    top: 90%;
    left: 20px;
    z-index: 1000;
    display: none;
    float: right !important;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}