﻿body {
    .designation

{
    font-weight: normal;
    font-size: 18px;
    color: #623434;
}

ul {
    padding-left: 1rem;
}

.name {
    color: #623434;
    font-size: 18px;
    font-weight: bold;
}

.mobile {
    font-weight: normal;
    color: #623434;
}

.minister-phone img {
    vertical-align: middle;
    margin-right: 5px;
    display: inline;
}

.minister-phone a {
    vertical-align: middle;
    display: inline;
}

.scrollbar {
    float: left;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 25px;
}

/* .force-overflow {
        min-height: 450px;
    }*/

#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c5c5c5;
}

@media (max-width: 600px) {
    .keyalign {
        flex-direction: column;
        justify-content: flex-start;
    }
}
}
