/*
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 : Jan 14, 2022, 10:26:39 AM
    Author     : Nico
*/

.table_header
{
    text-align: center;
}

.title
{
    font-size:24px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    text-align: center;
    height:25px;
}



.description
{
    font-size:14px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    text-align: center;
       height:50px;
}

.price
{
    font-size:24px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    text-align: center;
    vertical-align: bottom;
}

.reflow
{
    display:none;
}  

.no-reflow
{
    display:block;
}  

/*REFLOW MODE*/
@media ( max-width: 640px)
{
    .reflow
    {
        display:block;
    }  

    .no-reflow
    {
        display:none;
    }  
}

.hiw-title
{
    font-size:20px !important;
    font-weight: 400 !important;
    height:25px;
    display: block;
    margin-bottom: 20px !important;
}

.hiw-text
{
    font-size:14px !important;
    font-weight: 300 !important;
    height:25px;
}

.tutorial-name
{
    font-size:60px !important;    
    color:black;
}

.white .ui-accordion-header
{
    background: white !important;
}

.ui-accordion-content
{
    text-align: left;
}