.srv{
    width: 100%;
}
.usr{
    width: 100%;
}
.psw{
    width: 100%;
}
.dataBasename{
    width: 100%;
}
.tblprefix{
    width: 100%;
}

.d-n{
    padding-bottom: 40px;
}

#widget-conetction-11-CatSelection {
    font-size: 14px;
    line-height: 2;
    color: #32373c;
    border-color:#7e8993;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 24px 8px;
    padding-right: 24px;
    -webkit-appearance: none;
    background: #fff no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
}


.CatSelection{
    width: 100%;
    padding-bottom: 30px;
}

.kitties > ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-gap: 1rem;
}

@media screen and (max-width:770px) {
    .kitties > ul {
        list-style-type: none;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
        grid-gap: 1rem;
    }
}

.wrapper{
    background: #f0f1f1;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.kitties {
    margin: 0px;
}

.linktopost{
    margin: 0px;
    padding: 0px;
}

@media screen and (max-width:770px) {
    .kitties {
        margin: 30px;
    }
}

.linktopost > li {
    border: 0px;
}

.linktopost  figure {
    overflow: hidden;
    position: relative;
}

.linktopost img {
    width: 100%;
    object-fit: cover;
    height: 230px;
    width: 100%;
    transition: transform .5s;
}

.linktopost img:hover {
    transform: scale(1.5);
}

.linktopost figcaption {
    position: absolute;
    bottom: 0px;
    background-color: #1c2f73;
    width: 100%;
    min-height: 100px;
}

.linktopost figcaption:hover > img{
    transform: scale(1.5);
}

.linktopost figcaption:hover{
    bottom: 0px;
}

.linktopost h3 {
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    color: #5cc5ef;
    text-transform: uppercase;
    margin: .5rem;
}


.linktopost h3:hover {
    color: #f129ad;
}

.sharedPostTitle{
    color: #ffffff;
    margin-left: .5rem;
    margin-right: .5rem;
    line-height: 1.1em;
    text-transform: uppercase;
    font-size: 1.00em;
    font-weight: 700;
}
.ctit{
    padding-bottom: 6px;
    color: #1c2f73;;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}