/* The Laughing Zone - https://www.laughingzone.uk - TEXT-CSS Stylesheet */

@font-face {
             font-family: 'English157 BT';
             src: url('../fonts/English157BT-Regular.woff2') format('woff2'),
             url('../fonts/English157BT-Regular.woff') format('woff');
             font-weight: normal;
             font-style: italic;
             font-display: swap;
}
@font-face {
             font-family: 'Comic Sans MS';
             src: url('../fonts/ComicSansMS.woff2') format('woff2'),
             url('../fonts/ComicSansMS.woff') format('woff');
             font-weight: normal;
             font-style: normal;
             font-display: swap;
}
@font-face {
             font-family: 'Comic Sans MS';
             src: url('../fonts/ComicSansMS-Bold.woff2') format('woff2'),
             url('../fonts/ComicSansMS-Bold.woff') format('woff');
             font-weight: bold;
             font-style: normal;
             font-display: swap;
}
@font-face {
             font-family: 'Comic Sans MS';
             src: url('../fonts/ComicSansMS-Italic.woff2') format('woff2'),
             url('../fonts/ComicSansMS-Italic.woff') format('woff');
             font-weight: normal;
             font-style: italic;
             font-display: swap;
}
@font-face {
             font-family: 'Comic Sans MS';
             src: url('../fonts/ComicSansMS-BoldItalic.woff2') format('woff2'),
             url('../fonts/ComicSansMS-BoldItalic.woff') format('woff');
             font-weight: bold;
             font-style: italic;
             font-display: swap;
}
@media only screen and (orientation:portrait) {
             body {
             height: 100vw;
             transform: rotate(90deg);
    }
}
body       {
             background-image: url("background.gif");
             background-color: #000000;
             width: 100%;
             min-width: 980px;
             margin: 0 auto;
             text-align: center;
}
.table-jokes        {
             width: 980px;
             text-indent: 0;
             font-family: 'English157 BT';
             font-size: 32px;
             text-align: center;
             border-collapse: collapse;
             border-spacing: 0;
             margin: 0 auto;
}
.table-jokes td   {
             padding: 0;
             text-align: center;
}
.jokes          {
             width: 98%;
             text-align: left;
             padding-left: 10px;
	         font-family: 'Comic Sans MS';
	         font-size: 18px;
}
.joke-title     {
             width: 400px; 
             height: 105px; 
             vertical-align: top;
}
.joke-image     {
             width: 224px; 
             height: 200px;
             vertical-align: bottom;
}
.darwin-logo    {
             width: 200px; 
             height: 30px; 
             vertical-align: bottom; 
             padding-left: 25px;
}
.joke-buttons   {
             width:150px; 
             height: 33px; 
             text-align:center;
}
.button-rows    {
             width:245px; 
             height:33px; 
             text-align: center;
}
.button-home    {
             width:250px; 
             height: 33px;
}
.iframe-jokes  {             
             width: 95%; 
             height: 400px;
}
.iframe-jokes.battle   { border:2px solid #FF9933; }
.iframe-jokes.blondes  { border:2px solid #FF6699; }
.iframe-jokes.darwin   { border:2px solid #4169e1; }
.iframe-jokes.medical  { border:2px solid #009900; }
.iframe-jokes.rude     { border:2px solid #FF0000; }
.iframe-jokes.odds     { border:2px solid #FFFF00; }
.jokes-bottom {
             padding-bottom: 10px; 
             text-align: center;
}
.quote        {
            font-family: 'Comic Sans MS'; 
            font-size: 18px;
}
.reading      {
            font-family: 'English157 BT'; 
            font-size: 32px;
}