.riSelectStore {
    margin-bottom: 5px;
}
.ri-label-wrapper {
    display: inline-block;
    font-family: 'Open Sans';
    margin-top: 10px;
    margin-left: 2%;
    vertical-align: top;
    width: 48%;
}
.instock {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #2a7800;
}

.outofstock {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #e10000;
}

.limitedstock {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #e26000;
}

.notstocked {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.anerror {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-style : italic;
    text-align: center;
    padding-top: 10px;
}

div.chartStockStatus img {
    display: block;
    margin: -5px auto 0 auto;
}
div.chartStockStatus-mobile img {
    display: block;
    margin: -5px 0 0 auto;
}

.riChangeStoreA {
    text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
    font-style: italic;
    color:#636363
}

.selectedStore {
    text-decoration: underline;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

/* Portrait */
@media screen and (orientation:portrait) {
    .mobile .noaddtocart{
        display:block;
        margin-right:3px;
    }
}
/* Landscape */
@media screen and (orientation:landscape) {
    .mobile .noaddtocart{
    }
}



.mobile .selectedStore .At {
    color: #687a54;
}

.mobile .selectedStore {
    text-decoration: underline;
    font-family: Arial;
    font-size: 12px;
    color: #687a54;
}

#riHeader {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}
.ri-mobile-dropdown {
    display: block;
    font-size: 12px;
    margin: 5px 0;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
}
/*Desktop Only*/
@media only screen and (min-width: 768px) {
    .instock,.outofstock,.limitedstock,.notstocked {
        font-size: 12px;
    }
}