<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
        .apoly_fastpost_title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            text-align: center;
            background-color: #4CAF50;
            color: white;
            padding: 10px 0;
        }

        .apoly_fastpost_button-container {
            max-height: 220px;
            overflow-y: hidden;
            padding: 5px;
            border: 1px solid #ddd;
            position: relative;
        }

        .apoly_fastpost_button-container:hover {
            overflow-y: auto;
        }

        .apoly_fastpost_button-container::-webkit-scrollbar {
            width: 3px;
        }

        .apoly_fastpost_button-container::-webkit-scrollbar-track {
            background-color: #f0f0f0;
        }

        .apoly_fastpost_button-container::-webkit-scrollbar-thumb {
            background-color: #888;
            border-radius: 3px;
        }

        .apoly_fastpost_button-container {
            scrollbar-width: thin;
            scrollbar-color: #888 #f0f0f0;
        }

        .apoly_fastpost_button {
            display: inline-block;
            padding: 10px 20px;
            margin: 5px;
            border: 1px solid #ccc;
            background-color: #F2F2F2;
            color: black;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            transition: border-color 0.3s;
            text-align: right;
            white-space: nowrap;
        }

        .apoly_fastpost_button.selected {

            border: 2px solid #4CAF50;
        }
        .apoly_fastpost_buttonfloat {
            display: inline-block;
            padding: 10px 20px;
            margin: 5px;
            border: 1px solid #ccc;
            background-color: #F2F2F2;
            color: black;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            transition: border-color 0.3s;
            text-align: right;
            white-space: nowrap;
        }
        .apoly_fastpost_buttonfloat.selected {

            border: 2px solid #4CAF50;
        }</pre></body></html>