﻿.EnterZip {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 3px;
}

.ErrorLabel {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 1.2em;
}

.ShellResultsLabel {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

.ZipTextBox {
    display: inline;
    float: none;
    width: auto;
}

.ShellStores {
    float: left;
    clear: both;
    width: 100%;
}

.ShellResults {
    float: left;
    width: 100%;
}
/*STORE TEMPLATE*/
.ShellStore {
    float: left;
    padding: 10px;
    text-align: left;
    width: 100%;
    box-shadow: 1px 1px 2px #888;
    margin-bottom: 10px;
    max-width: 300px;
    height: 250px;
    margin-left: 10px;
}

.ShellStoreInformation {
    float: left;
    width: 100%;
}

.ShellDistance {
    float: left;
}

.ShellName {
    float: left;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 0;
}

.ShellStoreInformation > div {
    float: left;
    clear: both;
    margin-top: 5px;
}

.DirectionsLink {
    color: #990000;
    text-decoration: none;
    margin-top: 8px;
}

    .DirectionsLink:hover {
        color: #000000;
        text-decoration: underline;
    }


@media (max-width: 750px) {
    .ShellStore {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #CCCCCC;
        margin-left: 0px;
    }
}
