/*
 * Copyright (c) 2024. Amazon.com, Inc. or its affiliates. All rights reserved.
 */

html,
body {
    height: 100%;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #dcdee5;
    display: flex;
    flex-direction: column;
}

.callout {
    background-color: #bfcbdb;
    box-sizing: border-box;
    padding: 10px;
    font-family: Ember, Helvetica, Arial, 'sans-serif';
    cursor: pointer;
    transition: background-color 0.3s;
}

.callout:hover {
    background-color: #7d9fcc;
}

.instructions {
    display: inline-block;
    font-style: italic;
    padding: 5px;
    font-family: inherit;
}

.jasmine_html-reporter {
    margin: 0 !important;
    padding: 0 !important;
}
