
#Popover_FontSizeAdjuster .popover__content {
    width: 280px;
}

.FontSizeAdjuster_Container {
    width: 100%;
    font-size: 16px;
    
    display: grid;
    gap: 10px;
    padding: 10px;
}

.FontSizeAdjuster_Container ons-button {
    text-align: center;
}

.FontSizeAdjuster_Container .SlideBar_Box {
    width: 100%;
    display: grid;
    align-items: center;
    gap: 5px;
    grid-template-columns: 25px 1fr 25px;
}

.FontSizeAdjuster_Container .SlideBar_Box .Smallest_Font {
    font-size: 12px;
    color: #555;
    text-align: center;
}
.FontSizeAdjuster_Container .SlideBar_Box .Largest_Font {
    font-size: 20px;
    color: #555;
    text-align: center;
}

.FontSizeAdjuster_Container .SlideBar_Box .SlideBar {
    width: 100%;
}

.FontSizeAdjuster_Container .Button_Box {
    width: 100%;
    display: grid;
    gap: 5px;
    grid-template-columns: 2fr 1fr;
}
