    /* Inputs areas */
    input, select, textarea {
        font-size: 100%;
        margin: 0;
        
        border-radius: 6px;
        padding: 10px !important;
        border-style: solid;
        border-color: #0201014D;
        vertical-align: baseline;
        *vertical-align: middle;
    }
    
    input[type=submit] {
        padding:10px 15px !important; 
        background:#fff; 
        border:0 none;
        font-weight: bold;
        cursor:pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px; 
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    }

    input[type=button] {
        padding:10px 15px !important; 
        background:#fff; 
        border:0 none;
        font-weight: bold;
        cursor:pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px; 
        
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    }

    input[type=reset] {
        padding:10px 15px !important; 
        background:#fff; 
        border:0 none;
        font-weight: bold;
        cursor:pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px; 
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    }

    .mybtn {
        padding:10px 15px !important; 
        background:#fff; 
        border:0 none;
        font-weight: bold;
        cursor:pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px; 
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    }


    label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-bottom: .5rem;
        font-family: inherit;
        color: #595f6e !important;
        
    }

    /* container */
    .mycontainer {
        background: rgb(255, 255, 255) !important;
        width: 840px; 
        margin: 0 auto; 
        padding-top: 5rem; 
        padding-bottom: 5rem;
    }

    /* navbar  */
    #cssmenu ul {
        margin: 0;
        padding: 0;
    }

    #cssmenu li {
        margin: 0;
        padding: 0;
    }

    #cssmenu a {
        margin: 0;
        padding: 0;
    }

    #cssmenu ul {
        list-style: none;
    }

    #cssmenu a {
        text-decoration: none;
    }



    #cssmenu {

        height: 70px;
        /* This is for the main menu bit at the top */

        width: 100%;
        /* This means on every screen no matter the size, the width will cover the top  */

        line-height: normal;

        text-align: center;

        /* background-color: rgb(35, 35, 35); */

        /* box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); */

        vertical-align: middle;

        /* margin: 4em 0; */

    }

    #cssmenu>ul {
        text-align: center;
    }

    #cssmenu>ul>li {

        display: inline-block;

        margin-left: 15px;
        /* This is when the drop down box appears */

        position: relative;

    }



    #cssmenu>ul>li>a {

        color: rgb(250, 250, 250);
        
        /* font-family: Roboto;
        font-size: 16px;
        font-weight: 500; */
        
        font-family: "Montserrat", Rubik;
        font-size: 16px;

        font-weight: 700; 

        line-height: 70px;
        /* This bit chances the size of the text on the main heading */

        padding: 15px 24px;
        /* This is the padding between the different titles */

        text-transform: uppercase;
        letter-spacing: -.8px;

        -webkit-transition: color .15s;

        -moz-transition: color .15s;

        -o-transition: color .15s;

        transition: color .15s;

    }



    #cssmenu>ul>li>a:hover {
        color: #ea7118;
        background-color: rgba(0, 0, 0,.1);
        border-radius: 5px;
        text-decoration: none;
    }

    
    #wrapper #page #page-bgtop #page-bgbtm #content .post .entry table tr td {

        text-align: center;

    }