



.samplepagestripbox {
    display: inline-block;
    position: relative;
    margin: 0;
    background-color: lightyellow;
    float: left;
    /*text-align: center;*/
    /*min-height: 400px;*/

}


.sitepicbox {

    margin: 0;
    width: 25%;

}

.samplesiteimagecontainer {
    margin-top: 70px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;

}
.samplesiteimagefile {
    width: 200px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 4px 4px 8px rgba(0,0,0,.5);
}
.textvisitthesite {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    font-family:  sans-serif;
}
.textsiteurl {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    text-align: center;
    /*font-family: Courier sans-serif;*/
    font-family:  sans-serif;
    text-decoration: underline;
}



.sitetextdescription {
    width: 50%;
    padding: 25px;
    padding-top: 50px;
    /*font-family: sans-serif;*/
    /*font-family: Candara, Helvetica, serif;*/
    /*font-family: "Courier New", serif;*/
    font-family:  sans-serif;
    font-size: 12pt;
    /*text-align: justify;*/

}

.sitechecklistbox {

    width: 25%;

}
.checklistcontainer {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 70px;
}


.siteincludescheckboxcontainer ul {
    margin: 0;
}

.siteincludeslist li {

    /* note that the bootstrap col width for this on large screens is a total of about
       97px wide   */
    /*font-family: Courier,  serif;*/
    font-family:  sans-serif;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    list-style: none;
    background-image: url('images/checkblue.png');
    background-repeat: no-repeat;
    background-size: auto 17px ;
    /*background-position: 0 ;*/
    padding-left: 18px;
    margin-bottom: 4px;
}

.textsiteincluded {
    /*font-family: "Courier New", serif;*/
    font-family:  sans-serif;
    margin-left: 45px;
    font-size: 12pt;
}

.pricetag {
    font-size: 14pt;
    color: green;
    font-weight: bold;
    /*font-family: Arial, serif;*/
    font-family:  sans-serif;
}

.samplesiteheadline {
    font-size: 14pt;
    color: black;
    font-weight: bold;
    /*font-family: "Courier New", serif;*/
    font-family:  sans-serif;
}





