

.condeNastFeaturedCollectionDiv:nth-child(1) img


{
    border: 1px solid #444444;
    box-sizing: border-box;

}

.condeNastFeaturedCollectionDiv:nth-child(2) img


{
    border: 1px solid #444444;
    box-sizing: border-box;

}


.condeNastFeaturedCollectionDiv:nth-child(3) img


{
    border: 1px solid #444444;
    box-sizing: border-box;

}







#condeNastTopCategoriesDivDeskDiary
{
    display: inline-block;
    width: 100%;
    border-top: 2px solid #DDDDDD;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: left;
}

#condeNastTopCategoriesDivDeskDiary > h2
{
    font: 10pt nevis;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;

}

#condeNastTopCategoriesFlexboxDivDeskDiary
{

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.condeNastTopCategoryDivDeskDiary
{
    vertical-align: top;
    width: 10%;
    border: none;
    overflow: hidden;
    margin-bottom: 0px;
}

.condeNastTopCategoryDivDeskDiary  img
{
    width: 100%;
}

.condeNastTopCategoryDivDeskDiary > p:nth-child(2)::before
{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    line-height: 100%;    
    background-color: none;
    margin-top: 5px;
    padding-bottom: 6px;
    overflow: hidden;
    background-image: url('/images/LineHorizontalBlack8x1.jpg');
    background-position: top center;
    background-repeat: no-repeat;        
}

.condeNastTopCategoryDivDeskDiary > p:nth-child(2)
{
    width: 100%;
    text-align: center;
    font: 8pt nevis;
    color: #000000;
    text-transform: uppercase;
    padding-top: 10px;

}

.condeNastTopCategoryDivDeskDiary a, .condeNastTopCategoryDivDeskDiary a:link, .condeNastTopCategoryDivDeskDiary a:active
{
    font: inherit;
    color: inherit;
}


@media screen and (max-width: 840px)
{

    .condeNastTopCategoryDivDeskDiary
    {
        width: 22%;

    }
}
