.st-actionContainer {z-index: 9999;position: fixed;display: inline-block;width: 20%;}.right-bottom {bottom: 2em;right: 2em;float: right !important;}.left-bottom {bottom: 14px;left: 2em;float: left !important;}div.st-actionContainer li {list-style: none;}.st-panel {width: auto;color: white;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);border-radius: 5px;display: none;margin-left: 10%;margin-bottom: 10%;}.st-panel-header {background-color: white;color: black;padding: 3px;}.st-panel-contents {padding: 15px;}.st-button-main {padding-top: 12px;font-size: 24px;color: #ffffff;font-size: 24px;text-align: center;line-height: 60px;cursor: pointer;height: 100%;width: 100%;display: table;}.st-button-main > i {display: table-cell;vertical-align: middle;}.st-btn-container {position: fixed;z-index: 10000;background: #A2BF4B;width: 60px;height: 60px;border-radius: 100%;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);left: 2em !important;}.rotateForward {animation-name: rotateF;animation-duration: 0.65s;animation-iteration-count: 1;}@keyframes rotateF {from {transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);}to {transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);}}.rotateBackward {animation-name: rotateB;animation-duration: 0.65s;animation-iteration-count: 1;}@keyframes rotateB {from {transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);}to {transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);}}.grid {display: flex;flex-wrap: wrap;justify-content: space-around;padding: 5%;padding-bottom: 0% !important;background-color: #0A92F6;}.gridChild {flex: 0 0 100%;height: 50px;background-color: #0A92F6;text-align: center;text-decoration: none;color: white;margin-right: 0px !important;margin-left: 0px !important;padding: 2%;align-items: center;}.gridChild:hover {background-color: #eee;color: black;text-decoration: none;}.bottom-division-border {border-bottom: solid 1px #fff !important;}.shortcuts {font-size: small;font-weight: lighter;}@media screen and (max-width: 768px) {.st-actionContainer {display: none;}.st-btn-container {display: none;}}.close-fabMenu-message {margin-bottom: 3%;margin-top: 3%;font-size: x-small !important;}.close-shortcut {color: #0A92F6 !important;}