/* CSS Document used for WebProject1
Author: Muhammad Hassan Arshad
Course: ITWP 1000
File: style.css */

body 
{
    margin-top: 1em;
    margin-bottom:auto;
    font-family:Arial, sans-serif;
}

h1
{
    text-align: center;
    font-size: 2.5em;
}

h2
{
    text-align: center;
    font-size: 2.5em;
}

p, div
{
    margin: 10px;
    padding: 20px;
    line-height: 1.5em;
}

/*Table*/

table
{
    margin: auto;
    border: 5px solid rgb(0, 32, 150);
    width: 100%;
    border-spacing: 0;
}

td, th
{
    border-style: none;
    padding: 0.5em;
    width:auto;
}

tfoot td
{
    font-size: 9px;
    font-style: italic;
    text-align: center;
}

tr:nth-of-type(even)
{
    background-color: #272727b9;
}

thead:first-of-type
{
    background-color: #2889e4b9;
    color:#FFF;
}

caption
{
    font-family: "Arial Black", "sans-seriff";
    font-weight:bold;
    font-size:1.75em;
    padding-bottom:0.5em;
}

/*Youtube video frame*/
.yt_video {
    border: 10px solid #1a89ff;
    padding: 10px;
    display: inline-block;
}

#validation
{
    text-align: center;
}