body,
html {
    margin: 0;
    padding: 0;
    background-color: #ffe6d1;
}

a{
  text-decoration: none;
}

.editlink {
    background-color: #00000047;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: fixed;
    right: 20px;
    top: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    transform: rotate(12deg);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    color: wheat;
}

.specials-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.specials-container table {
    width: 90%;
    margin: 0px auto;
    table-layout: fixed;
    border-collapse: collapse; 
}
#special_component_heading, #special_component {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
}

.specials-table-container {
    max-width: 90%;
    margin: 0px auto;
}

h1 {
    font-family: "Damion", cursive;
    font-size: 50px;
    font-weight: 100;
    line-height: 25px;
}

.nameandprice td {
    padding: 1em 0 0 0;
    vertical-align: bottom;
    background-image: radial-gradient(black 1px, transparent 0px);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.nameandprice span {
    background-color: #fff;
}
.nameandprice td:first-child {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
}
.nameandprice td:nth-child(2) span,
.nameandprice td:first-child span {
    padding-right: 0.25em;
}

.nameandprice td:last-child {
    text-align: right;
    width: 3em;
    font-size: 20px;
}
.company td, .description td {
    text-align: left;
    padding: 8px 0px 15px 15px;
}

td:last-child span {
    padding-left: 0.25em;
}

@media (min-width: 992px) {
    .specials-container table {
      margin: 40px;
      width: 45%;
    }
    .specials-table-container {
        display: flex;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 500px) {
    .editlink {
        right: -20px;
        top: -15px;
    }
}



body.list .editlink {
    background-color: cyan;
    border-radius: 50%;
    height: 72px;
    width: 72px;
    position: fixed;
    right: 20px;
    top: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    transform: rotate(12deg);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
body.list .specials-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
body.list .nameandprice td {
    padding: .1em 0 5px 0;
    background-image: radial-gradient(black .5px, transparent 0px);
    background-size: 7px 7px;
}
body.list .center {
	text-align: center;
}
body.list .left {
	text-align: left;
}
body.list .last, body.list .years, body.list .usa, body.list .mass {
    width: 100px !important;
    font-size: 13px !important;
    color: #04161a99;
}
body.list table {
    margin: 0px auto;
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
body.list .nameandprice td:last-child {
  	text-align: right;
  	width: 12em;
  	font-size: 20px;
}
@media (min-width: 992px) {
      body.list .specials-container table {
      margin: 10px;
      width: 95%;
    }
}
body.list th.left200 {
    width: 26%;
}
body.list h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 39px;
    font-weight: 800;
    line-height: 83px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -2px;
}
body.list div#top {
    display: block;
    height: 84px;
    width: 100%;
    position: fixed;
    background-color: rgb(255, 230, 209);
    border-bottom: 2px solid #dedede;
    box-shadow: 0 0px 78px #333333;
}
body.list div#heading {
    padding-top: 100px;
}
body.list .w92 {
    width: 92px;
}

@media (max-width: 1150px) {
  body.list h1 {
    font-size: 32px;
  }
}
@media (max-width: 850px) {
  body.list h1 {
    font-size: 22px;
    letter-spacing: -1px;
  }
}
@media (max-width: 600px) {
  body.list h1 {
    font-size: 17px;
    font-weight: 400;
  }
}
a.edit {
    z-index: 9999;
    position: relative;
}
.tiny {
    font-size: 68%;
    opacity: .5;
}
.italics { font-style: italic;}
h1.title.no_bottom {
    margin-bottom: 0;
}
.comment h1 {
    margin: 0 40px;
    width: 100%;
    font-size: 27px;
    text-align: left;
    line-height: 35px;
    opacity: .6;
}
span.comment_description {
    font-size: 79%;
    padding-left: 10px;
}
div#app {
    overflow: hidden;
}








.shamrock .nameandprice td:nth-child(4),
.shamrock .nameandprice td:nth-child(3),
.shamrock .nameandprice td:nth-child(2) {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
}
.shamrock .nameandprice td:first-child {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    padding-top: 14px;
}
.shamrock .nameandprice td {
    padding: 1em 0 0 0;
    vertical-align: bottom;
    background-image: none;
    background-size: unset;
    background-repeat: no-repeat;
    background-position: unset;
}
.shamrock table {
    max-width: 400px;
    margin: 0 auto;
    clear: both;
}
.shamrock td, .shamrock th {
    text-align: center !important;
    width: 113px;
}
.shamrock .nameandprice td:last-child {
    width: 113px;
}
.shamrock .titles table.stephen {
    margin: 0px auto 0;
}
.shamrock .body table.stephen {
    margin: 0px auto 10px;
}
.shamrock .red {
    color: red;
}
html.shamrock  {
    background-color: #fff !important;
}
.shamrock .nameandprice td {
    padding: 1em 0 0 0;
    vertical-align: bottom;
    background-image: none;
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.shamrock span.gallons {
    font-size: 13px;
}
.half.per_gallon,
.half.quantity {
    width: 45%;
    float: left;
    text-align: center;
    font-size: 150%;
    /*box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);*/
}
.small_10 {
    width: 10%;
    float: left;
    text-align: center;
    font-size: 150%;
}
table.stephen th {
    line-height: 22px;
}
div#special_component {
    padding-top: 15px;
}
/*.half.per_gallon {
    background: beige;
}
.half.quantity {
    background: #423b7d45;
}
*/
