body, p, div {
    font-size: 22px;
}

a:link, a:visited, a:hover {
  text-decoration: none;
  color: #333;
}
 

.flirt-container {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 60px;
    overflow: auto;
    padding: 15px;
    margin-top: 15px;
}

.close-button {
    position: fixed;
    top: 8px;
    right: 8px;
}

.close-button, .close-button i {
    cursor: pointer;
    z-index: 1000;
}

/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    background-color: #333;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    height:60px;
    padding:0;
    margin-bottom: 0;
    font-size:24px;
    border: none;
}

/* Style the links inside the navigation bar */
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    height:60px;
    width:25%;
}

/* Change the color of links on hover */
.navbar a:hover {
    background-color: #ddd;
    color:#333;
}

/* Add a color to the active/current link */
.navbar a.active {
    background-color: #fff;
    color: #333;
}

.setting-field {
    margin-bottom: 20px;
    max-width: 450px;
}
