/* =========================================================
   Internet Time Machine
   Google Service Styles
   ========================================================= */


/* =========================================================
   Google — 1998
   ========================================================= */

body.era-1998 .google-1998 {
    width: 100%;

    margin-top: 5px;

    text-align: center;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

    color: #000000;
}

/* ---------------------------------------------------------
   Logo
   --------------------------------------------------------- */

body.era-1998 .google-1998-logo {
    margin-top: 10px;
    margin-bottom: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 40px;
    font-weight: bold;

    letter-spacing: -2px;
    line-height: 1;
}


/* Google letter colours */

body.era-1998 .google-letter-blue {
    color: #3366cc;
}

body.era-1998 .google-letter-red {
    color: #cc0000;
}

body.era-1998 .google-letter-yellow {
    color: #ffcc00;
}

body.era-1998 .google-letter-green {
    color: #009933;
}


/* BETA */

body.era-1998 .google-1998-beta {
    position: relative;

    top: -18px;

    margin-left: 3px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 9px;
    font-weight: normal;

    letter-spacing: 0;

    color: #000000;
}

/* ---------------------------------------------------------
   Service navigation
   --------------------------------------------------------- */

body.era-1998 .google-1998-services {
    margin-top: 2px;
    margin-bottom: 8px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;

    text-align: center;
}

body.era-1998 .google-1998-services a {
    color: #0000ee;

    text-decoration: underline;
}

body.era-1998 .google-1998-services a:visited {
    color: #551a8b;
}

body.era-1998 .google-1998-services a.active {
    font-weight: bold;

    color: #000000;

    text-decoration: none;
}

body.era-1998 .google-1998-service-separator {
    margin-left: 5px;
    margin-right: 5px;

    color: #000000;
}

/* ---------------------------------------------------------
   Search area
   --------------------------------------------------------- */

body.era-1998 .google-1998-search {
    margin-top: 0;
    margin-bottom: 10px;
}

body.era-1998 .google-1998-search input[type="text"] {
    width: 300px;
    height: 20px;

    padding: 1px 3px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

    border: 1px solid #000000;

    vertical-align: middle;
}

body.era-1998 .google-1998-search select {
    height: 20px;

    margin-left: 4px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;

    border: 1px solid #808080;

    vertical-align: middle;
}


/* ---------------------------------------------------------
   Search buttons
   --------------------------------------------------------- */

body.era-1998 .google-1998-buttons {
    display: flex;

    justify-content: center;

    gap: 5px;

    margin-top: 7px;
}

body.era-1998 .google-1998-buttons button {
    padding: 2px 7px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

    background: #eeeeee;
    color: #000000;

    border: 1px solid #808080;
    border-radius: 0;

    cursor: pointer;
}

body.era-1998 .google-1998-buttons button:hover {
    background: #dddddd;
}


/* ---------------------------------------------------------
   Index information
   --------------------------------------------------------- */

body.era-1998 .google-1998-index {
    margin-top: 5px;

    font-size: 10px;

    line-height: 1.2;
}


/* ---------------------------------------------------------
   Links
   --------------------------------------------------------- */

body.era-1998 .google-1998-links {
    margin-top: 8px;

    font-size: 10px;
}

body.era-1998 .google-1998-links a,
body.era-1998 .google-1998-updates a {
    color: #0000ee;

    text-decoration: underline;
}

body.era-1998 .google-1998-links a:visited,
body.era-1998 .google-1998-updates a:visited {
    color: #551a8b;
}


/* ---------------------------------------------------------
   Updates / newsletter
   --------------------------------------------------------- */

body.era-1998 .google-1998-updates {
    margin-top: 10px;

    font-size: 10px;
}

body.era-1998 .google-1998-updates p {
    margin-bottom: 4px;

    font-size: 10px;
}

body.era-1998 .google-1998-updates input {
    width: 130px;
    height: 18px;

    padding: 1px 3px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;

    border: 1px solid #808080;
}

body.era-1998 .google-1998-updates button {
    height: 18px;

    padding: 1px 5px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;

    background: #eeeeee;
    color: #000000;

    border: 1px solid #808080;
    border-radius: 0;

    cursor: pointer;
}


/* ---------------------------------------------------------
   Footer
   --------------------------------------------------------- */

body.era-1998 .google-1998-footer {
    margin-top: 12px;

    font-size: 9px;

    color: #555555;
}
/* =========================================================
   Google — 1998 Search Results
   ========================================================= */

body.era-1998 .google-1998-results {
    width: 100%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

    color: #000000;
}


/* ---------------------------------------------------------
   Results header
   --------------------------------------------------------- */

body.era-1998 .google-1998-results-header {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 4px;
    margin-bottom: 3px;
}


body.era-1998 .google-1998-results-header
.google-1998-results-logo {
    font-family: Arial, Helvetica, sans-serif;

    font-size: 24px;
    font-weight: bold;

    letter-spacing: -2px;
    line-height: 1;

    text-decoration: none;

    white-space: nowrap;
}


/* ---------------------------------------------------------
   Search box
   --------------------------------------------------------- */

body.era-1998 .google-1998-results-search {
    display: flex;

    align-items: center;

    gap: 3px;
}


body.era-1998 .google-1998-results-search input {
    width: 250px;
    height: 20px;

    padding: 1px 3px;

    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

    border: 1px solid #000000;
}


body.era-1998 .google-1998-results-search button {
    height: 20px;

    padding: 1px 6px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;

    background: #eeeeee;
    color: #000000;

    border: 1px solid #808080;
    border-radius: 0;

    cursor: pointer;
}

/* ---------------------------------------------------------
   Result count
   --------------------------------------------------------- */

body.era-1998 .google-1998-result-count {
    margin-top: 6px;
    margin-bottom: 10px;

    font-size: 10px;
}


 /* ---------------------------------------------------------
   Individual results
   --------------------------------------------------------- */

body.era-1998 .google-1998-result {
    margin-bottom: 12px;
}


body.era-1998 .google-1998-result-title {
    display: block;

    margin-bottom: 1px;

    font-family: Times New Roman, Times, serif;

    font-size: 14px;
    font-weight: normal;

    color: #0000ee;

    text-decoration: underline;
}


body.era-1998 .google-1998-result-title:visited {
    color: #551a8b;
}


body.era-1998 .google-1998-result-url {
    margin-bottom: 1px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;

    color: #008000;
}


body.era-1998 .google-1998-result-description {
    max-width: 650px;

    font-family: Times New Roman, Times, serif;

    font-size: 12px;

    line-height: 1.2;
}


/* ---------------------------------------------------------
   Results footer
   --------------------------------------------------------- */

body.era-1998 .google-1998-results-footer {
    margin-top: 10px;

    font-size: 10px;
}

body.era-1998 .google-1998-results-footer a {
    color: #0000ee;

    text-decoration: underline;
}
/* =========================================================
   Google — 1998 Service Pages
   ========================================================= */

body.era-1998 .google-1998-service-page {
    width: 100%;

    margin-top: 15px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

    color: #000000;
}


body.era-1998 .google-1998-service-title {
    margin-bottom: 8px;

    font-size: 18px;
    font-weight: bold;

    color: #000000;
}


body.era-1998 .google-1998-service-page p {
    margin-top: 5px;
    margin-bottom: 8px;
}


body.era-1998 .google-1998-service-page a {
    color: #0000ee;

    text-decoration: underline;
}


body.era-1998 .google-1998-service-page a:visited {
    color: #551a8b;
}
/* ---------------------------------------------------------
   Service header
   --------------------------------------------------------- */

body.era-1998 .google-1998-service-header {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 5px;
    margin-bottom: 4px;
}


body.era-1998 .google-1998-service-logo {
    font-family: Arial, Helvetica, sans-serif;

    font-size: 24px;
    font-weight: bold;

    letter-spacing: -2px;

    text-decoration: none;
}


body.era-1998 .google-1998-service-logo-exclamation {
    color: #000000;
}


body.era-1998 .google-1998-service-nav {
    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;
}


body.era-1998 .google-1998-service-nav a {
    color: #0000ee;

    text-decoration: underline;
}


body.era-1998 .google-1998-service-nav a:visited {
    color: #551a8b;
}


body.era-1998 .google-1998-service-nav a.active {
    color: #000000;

    font-weight: bold;

    text-decoration: none;
}