.mainBtn {
    width: 60px;
    height: 60px;
    font-size: 35px;
    text-align: center;
    border-radius: 100%;
    background-color: #00cc99;
    border: none;
    color: black;
    float: right;
}

.optionsContainer {
    position: fixed;
    bottom: 10px;
    right: 10px;
    float: right;
    z-index: 15;
}

.optionContainer {
    position: fixed;
    top: 0px !important;
    left: 0px;
    height: 100%;
    width: 100%;
}

.mainBtn>.glyphicon {
    position: relative;
    bottom: 50px;
    font-size: 20px;
    display: inline-block;
    vertical-align: 2px;
    margin-left: auto;
    margin-right: auto;
}

.options {
    position: relative;
    bottom: 650px;
    margin-bottom: -650px;
    width: 100%;
    float: right;
}

.optionBtn {
    background-color: transparent;
    opacity: 0.9;
    border: none;
    padding: 15px;
    padding-right: 0px;
    color: white;
    display: block;
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
    float: right;
    text-align: right;
}

.assetOption {
    display: inline-block;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background-color: #0099cc;
    font-size: 25px;
    text-align: center;
    padding-top: 18px;
    margin-left: 5px;
}

.investOption {
    display: inline-block;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background-color: #0099cc;
    font-size: 25px;
    text-align: center;
    padding-top: 16px;
    margin-left: 5px;
}

.overviewTitle {
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.background-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}