﻿/*
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 : 25 нояб. 2020 г., 17:04:21
    Author     : Егор Ермилов
*/

.theme-roller-button {
    cursor: pointer;
    border: 1px solid black;
    border-radius: 3px;
    position: relative;
    width: 45%;
    height: 150px;
    margin: 5px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

#theme-roller-dialog-buttons {
    width: 99%;
    position: relative;
    margin: 5px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

@page {
    size: auto !important;
}