body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.spec-section {
    min-height: 800px;
    padding-top: 150px;
    text-align: left;
    background: #fff;
}

table, td {
	width: 100%;
    border: 1px solid #1c68d65e;
    margin-bottom: 30px;
}

thead, tfoot, tr, th {
    border: 1px solid #1c68d65e;
}