﻿
body
{
    font-family: 'Signika', sans-serif;
    padding: 30px;
}

.wsToolBar
{
    text-align: right;
}

.wsToolBar .wsTools
{
    height: 30px;
    width: 30px;
    margin-right: 10px;
}


.wsToolBar div
{
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.wsToolBar div:nth-child(2)
{
    height: 50px;
    width: 150px;
    margin-left: 10px;
    cursor: pointer;
}

.wsToolBar div:nth-child(3):hover
{
    cursor: pointer;
}

.wsQuestionMark
{
    background-image: url(/file/app/2/icon/exclamation.svg?color1=r133g134b136);
    height: 150px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 100px auto 50px;
}

.wsTitle
{
    text-align: center;
    font-size: 40pt;
}

.wsSubTitle
{
    text-align: center;
    font-size: 24pt;
    margin-top: 30px;
}