.uv {

    .footerPanel {

        .searchOptions {
            width: 425px;
        }

        .options {
            height: 42px;

            .btn {
              	color: white;
                font-size: auto;

                &.moreInfo {
                    display: none;
                }

				&.fullScreen,
				&.exitFullscreen {
					float: right;
              	}
            }
        }

        .options.minimiseButtons {
            .btn {
                font-size: 0;
            }
        }
    }
}