/* CSS FinanceBehavior */
#FinanceStoreView {border:0;background:none;box-shadow:none;color:#545454;float:left;width:48%;margin:10px 0 0 1%;}
#FinanceStoreView div {float:left;width:100%;padding:2px 3px;border: 1px solid #d7d7fe;}
#FinanceStoreView div div {float:left;width:50%;margin:0;border-style:solid;border-width:0 0 0 2px;}
#FinanceStoreView div div p {color:#000;margin:0;font-weight:bold;}
#FinanceStoreView div div span {color:#545454;margin:0;}
/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width : 480px) and (max-device-width : 320px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width : 360px) and (max-device-width : 640px) {
/* Styles */
}

/* Smartphones (Landscape) ----------- */
@media only screen and (min-device-width : 640px) and (max-device-width : 360px) {
/* Styles */
}

/* Smartphones (Fix) ----------- */
@media only screen and (min-device-width : 641px) and (max-device-width :767px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}

/* OLDER - Desktops and laptops ----------- */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1223px) {
/* Styles */
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

/*iPhone 5 & 5S in portrait & landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
/* Styles */
}

/*iPhone 5 & 5S in landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
/* Styles */
}

/*iPhone 5 & 5S in portrait*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
/* Styles */
}