.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.all-articles  > article:nth-child(odd){
    background:#fefefe;
 }

 .all-articles  > article:nth-child(even){
    background:#f4f4f4;
    color: rgba(var(--bs-dark-rgb),1);
 }

 .h5link {
    text-decoration: underline;
    cursor: pointer;
    color: #009900;
 }


.amznimg:hover {
    border: 2px solid #009900;
}


.amznimg {
    width: 7rem;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
}

.bpImgFlag {
    width: 3rem;
}



 /* next style should have break points w=16, h=10 */
 @media screen and (orientation: landscape)  {
    #langList {
        overflow-y: auto;
        height: 100%;
        padding-right: 2rem;
    }
    
    .bpImgFlagSmall {
        width: 1.5rem;
    }
    
    .bpCssArticlesList {
        word-wrap:break-word;
        width:80%;
    }
    
    .bpLangBtn {
        cursor: pointer;
        width:100%;
    }
    
    #bpSelectLang {
        display: none;
    }
}

h1.bingbot {
    font-size: small;
}
@media screen and (orientation: portrait) {
    #langList {
        overflow-y: auto;
        height: 100%;
        padding-right: 2rem;
        min-width: 80%;
        max-width: 80%;
    }
    
    .bpImgFlagSmall {
        width: 3.0rem;
    }
    
    .bpCssArticlesList {
        word-wrap:break-word;
        width:100%;
     }
    #langListContainer {
        display: none;
    }
    #bpSelectLang {
        width: 3rem;
        margin: 1rem;
    }
}

