#markets-info{
    margin-top: 20px;
    padding: 20px 5vw;
    background-color: #333;
}

#markets-info h2 {
    margin-bottom: 10px;
}

#markets-info-input{
    width: 300px;
    text-indent: 10px;
    height: 25px;
}

.market{
    border-bottom: 1px solid white;
    margin: 10px 0;
    padding-bottom: 10px;
}

.market-code{
    font-size: 17px;
    font-weight: 500;
}

.market-countries{
    text-indent: 20px;
}

.country{
    display: flex;
}

.country-highlight{
    background-color: rgba(255, 255, 255, 0.1);
}

.country:hover{
    background-color: rgba(255, 255, 255, 0.05);
}

.ct-code{
    width: 50px;
    display: flex;
}
.ct-name{
    width: 150px;
    display: flex;
}
.ct-locales{
    width: 200px;
    display: flex;
}