/* CSS Document */
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Questrial');
body {padding:0; margin: 0; text-align:center; font-family: 'Questrial', sans-serif;}
.jokes300x100 {width:298px; height:98px; background-color:#006; margin:0 auto; cursor: pointer; border:1px #000 solid; font-weight:bold; position: relative; display: flex;
  justify-content:center; }
.jokes640x90 {width:638px; height:88px; background-color:#006; margin:0 auto; cursor: pointer; border:1px #000 solid; font-weight:bold; position: relative; display: flex; justify-content:center;}    
.JokeOfTheDayWrapper {width:638px; height:148px; background-color:#006; margin:0 auto; border:1px #000 solid; font-weight:bold; position: relative; display: flex; justify-content:center;}
.jokes490x150 {width:488px; height:148px; background-color:#006; margin:0 auto; font-weight:bold; position: relative; display: flex;
  justify-content:center;}
.jokes549x88 {width:549px; height:88px; background-color:#006; margin:0 auto; font-weight:bold; position: relative; display: flex;
  justify-content:center;}     
.jokes300x100-frame {background-color:#fff; position: absolute; bottom: 0; padding:5px; border-top:1px #000 solid; border-right:1px #000 solid; border-left:1px #000 solid; font-size:12px;}
.jokes300x100-wrapper {padding:10px; font-size:18px; color:#fff; width:100%;}
.Monday-gradient {background-color:#33C; background-image: url("../images/monday-gradient.png");}
.Tuesday-gradient {background-color:#f21286; background-image: url("../images/tuesday-gradient.png");}
.Wednesday-gradient {background-color:#f14c06; background-image: url("../images/wednesday-gradient.png");}
.Thursday-gradient {background-color:#026e82; background-image: url("../images/thursday-gradient.png");}
.Friday-gradient {background-color:#007237; background-image: url("../images/friday-gradient.png");}
.Saturday-gradient {background-color:#582877; background-image: url("../images/saturday-gradient.png");}
.Sunday-gradient {background-color:#2287b4; background-image: url("../images/sunday-gradient.png");}
.Monday_animal {border-right:#000 solid 1px; width:149px; height:148px; float:left; background-image: url("../images/Monday.png"); background-color: #33C;}
.Tuesday_animal {border-right:#000 solid 1px; width:149px; float:left; background-image: url("../images/Tuesday.png"); background-color: #33C;}
.Wednesday_animal {border-right:#000 solid 1px; width:149px; float:left; background-image: url("../images/Wednesday.png"); background-color: #33C;}
.Thursday_animal {border-right:#000 solid 1px; width:149px; float:left; background-image: url("../images/Thursday.png"); background-color: #33C;}
.Friday_animal {border-right:#000 solid 1px; width:149px; float:left; background-image: url("../images/Friday.png"); background-color: #33C;}
.Saturday_animal {border-right:#000 solid 1px; width:149px; float:left; background-image: url("../images/Saturday.png"); background-color: #33C;}
.Sunday_animal {border-right:#000 solid 1px; width:149px; float:left; background-image: url("../images/Sunday.png"); background-color: #33C;}

.small {width:88px; height:88px; background-size: 88px 88px;}
.pad20 {padding:20px;}
.gradient150 {background-image: url("../images/gradient150.png"); background-color: #33C;}

