﻿.border-flags {
    border: 2px solid black;
    margin: 0;
    height: 129px;
    width: 190px;
}

    .border-flags img {
        position: relative;
    }

.bf-left {
    border-left: 1px solid black;
}

.bf-right {
    border-right: 1px solid black;
    padding-left: 0px;
}

.border-flags-photo {
    border: 2px solid black;
    margin: 0;
    height: 129px;
}

    .border-flags-photo image {
        height: 125px;
    }

.border-flags-text {
    border: 2px solid black;
    margin: 0;
    height: 700px;
}

.scroll-y {
    overflow-y: scroll;
}

    .scroll-y::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #f5f5f5;
    }

