﻿/*For mcmenu page*/

body {
    background-color: #eee;
}

#pageTitle {
    margin-bottom: 50px;
}

#tmpl-container {
    text-align: center;
    font-family: Oswald;
    font-size: 1.2rem;
    text-align: left;
    padding-top: 30px;
    margin-bottom: 30px;
}

#tmpl-container a {
    color: #999;
    text-decoration: none;
    display: inline-block;
    margin: 0 7px;
}

#tmpl-container a.active {
    color: #314f60;
}

.myDiv {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.demo {
    width: 1200px;
    height: 323px;
    background-image: url(vertical-menu-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

#footer {
    width: 100%;
    height: 45px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -----Special for this page ----- */
h3 button {
    margin-left: 20px;
}
#downloadDialog {
    padding: 30px;
}
#downloadDialog p {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
