#dailySpecial {
    width: 100%;
    min-width: 250px;
    margin-top: -20px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*z-index: 8;*/
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(17,16,16,1) 26%, rgba(27,28,25,1) 48%, rgba(17,17,16,1) 93%, rgba(15,15,13,1) 100%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(26%,rgba(17,16,16,1)), color-stop(48%,rgba(27,28,25,1)), color-stop(93%,rgba(17,17,16,1)), color-stop(100%,rgba(15,15,13,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* W3C */
    /*box-shadow: 2px 2px 100px #f2f2f2;*/
    border-radius: 0px 0px 0px 0px;
}

#specialLink {
    text-decoration: none;
}


#specialText {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding-top: 20px;
    padding-bottom: 40px;
}
#specialAmount{
    color: #BE1D2D;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
#specialName {
    color: #ffffff;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0px 0px .04px #333;
    clear: left;
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

#code {
    position: absolute;
        bottom: 15px;
        right: 20px;
    text-align: right;
/*     writing-mode:tb-rl; */
    white-space:nowrap;
    width: 100px;
    font-family: sans-serif;
    font-size:10px;
    text-shadow: 0px 0px 1px #333;
    color: #ffffff;
    float: right;
    clear: left;
}

#disclaimer{
    position: absolute;
        bottom: 15px;
        left: 20px;
/*     writing-mode:tb-rl; */
    white-space:nowrap;
    width: 160px;
    font-family: sans-serif;
    font-size:10px;
    text-shadow: 0px 0px 1px #333;
    color: #ffffff;
    float: left;
}

/*screen media queries for adjustment in size*/
@media screen and (min-width: 100px){
    #TodaysSpecialDiv {
        font-size: 20px;
    }
    #specialAmount{
        font-size: 25px;
    }
    #specialName{
        font-size: 20px;
    }
}
@media screen and (min-width: 200px){
    #TodaysSpecialDiv {
        font-size: 20px;
    }
    #specialAmount{
        font-size: 35px;
    }
    #specialName{
        font-size: 25px;
    }
}
@media screen and (min-width: 500px) {
    #TodaysSpecialDiv {
        font-size: 25px;
    }
    #specialAmount{
        font-size: 35px;
    }
    #specialName{
        font-size: 25px;
    }
}
@media screen and (min-width: 600px) {
    #TodaysSpecialDiv {
        font-size: 30px;
    }
    #specialAmount{
        font-size: 40px;
    }
    #specialName{
        font-size: 30px;
    }
}
@media screen and (min-width: 800px) {
    #TodaysSpecialDiv {
        font-size: 30px;
    }
    #specialAmount{
        font-size: 40px;
    }
    #specialName{
        font-size: 30px;
    }
}
@media screen and (min-width: 950px) {
    #TodaysSpecialDiv {
      font-size: 30px; 
    }
    #specialAmount{
        font-size: 50px;
    }
    #specialName{
        font-size: 35px;
    }
}
@media screen and (min-width: 1000px) {
    #TodaysSpecialDiv {
      font-size: 30px; 
    }
    #specialAmount{
        font-size: 60px;
    }
    #specialName{
        font-size: 40px;
    }
}
@media screen and (min-width: 1200px) {
    #TodaysSpecialDiv {
      font-size: 30px; 
    }
    #specialAmount{
        font-size: 60px;
    }
    #specialName{
        font-size: 40px;
    }
}