/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 24, 2019, 4:08:23 PM
    Author     : ikane
*/


@media (min-width: 1px) {
    .navbar-header {
        float: right;
    }
}

/* Media queries go at the bottom, because the order they're in can matter */
@media (max-width: 2px) {

    #vvToolbarItems .vvJumpToPage {
        padding-top: 0px;
        margin-bottom: 7px;
    }

    #vvToolbarItems .vvJumpToPageInput {
        width: 115px;
        margin-top: 0px;
    }   

    #vvToolbar #vvThumbToggleButton {
        margin-right: 30px;
        margin-top: 3px;
    }

}
