.rhythmstar {
    --body-bg-color: #dfdfdf;
    --body-bg-image: none;
    --bar-top-min-height: 50px;
    --bar-bottom-background-color: #7175b7;
}

.rhythmconnect {
    --body-bg-color: #dfdfdf;
    --body-bg-image: url('/images/rhythm-connect-background.png');
    --bar-top-min-height: 0px;
    --bar-bottom-background-color: transparent;
}

html {
    height: 100%;
    overflow-y: hidden;
    font-family: Times, Roboto, "Helvetica Neue", sans-serif;
    font-size: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-family: inherit;
    display: flex;
    flex-flow: column;
    height: 100%;
    background-color: var(--body-bg-color);
    background-image: var(--body-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hidden {
    display: none;
    visibility: hidden;
}

h3.title {
    color: #dd4b39;
    font-weight: normal;
    text-shadow: none;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 20px;
}

.bar-top {
    display: flex;
    flex-flow: row;
    justify-content: center;
    background-color: #7175b7;
    min-height: var(--bar-top-min-height);
}

.container {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.browser {
    width: 670px;
    display: flex;
    flex-flow: row;
    margin: 20px;
    padding: 15px;
    font-size: 14px;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid transparent;
    border-color: #ebccd1;
}

.img-alert {
    padding-right: 15px;
}

.bar-bottom {
    font-size: 13px;
    background-color: var(--bar-bottom-background-color);
    min-height: 50px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 15px;
    color: #ffffff;
}

.info {
    position: fixed;
    padding-top: 18px;
}
