﻿.hideawaycontainer {
    position: relative;
    padding: 10px;
    max-width: 800px;
}

.close-icon {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #777;
}

.hideawaycontainer p {
    margin-bottom: 0px;
}
