@import url(https://fonts.googleapis.com/css?family=EB+Garamond);

html {
    padding: 0;
}

body {
    font-family: 'EB Garamond', serif;
    font-size: 1em;
    margin: 10em 1.6em 1.6em;
}

h1 {
    font-size: 2.2em;
    color: #BE8D33;
    padding: 0;
    margin: 0 0 0.41em;
}

h2 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

/*topbar*/
#topOut {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
}

#topIn {
    margin: 1.25em 1.66em 0;
}

/*querybar*/
#q {
    border: 1px solid #ccc;
    width: 100%;
    line-height: 1.5em;
    font-size: 1.5em;
    /*height: 1.8em;*/
    padding: 0;
    margin: 0;
    font-weight: bold
}

/*list table*/
#itbl td {
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    cursor: pointer;
}

#itbl th {
    border-bottom: 1px solid #000;
    vertical-align: top;
}

#itbl a {
    text-decoration: none;
    color: #000000;
}

#itbl tbody tr:hover {
    background-color: #eee;
}

th {
    text-align: left;
}

/*registo*/
.cqForm td {
    /*border-bottom: 1px solid #ccc;*/
    vertical-align: top;
}

#recForm td {
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

label {
    font-size: 80%;
    padding-right: 0.41em;
}

.recLbl{
    width: 8.5em;
}
.recVal {
    border: 0;
    font-size: 1em;
    /*font-weight: 600;*/
    max-width: 850px;
}

.recVal a {
    color: #BE8D33;
}

/*buttons*/
.blackBtn {
    font-size: 1.5em;
    /*min-width: 0;*/
    /*height: 1.8em;*/
    padding: 0;
    margin: 0;
    /*line-height: 1.5em;*/
    font-weight: bold;
    border: 1px solid black;
    background-color: #000000;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    vertical-align: bottom;
}

@media screen and (max-width: 790px) {
    h1 {
        font-size: 1.66em;
    }

    h2 {
        font-size: 1em;
    }

    h3 {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.17em;
    }

    h2 {
        font-size: 1em;
    }

    h3 {
        font-size: 0.8em;
    }
}

/*@media screen and (max-device-width: 700px){*/
/*h1{*/
/*font-size: 20.41em;*/
/*}*/
/*h2{*/
/*font-size: 1em;*/
/*display: inline;*/
/*}*/
/*h3{*/
/*font-size: 1em;*/
/*display: inline;*/
/*}*/
/*}*/