﻿@font-face {
  font-family: 'Maven Pro';
  src: url('../Content/fonts/MavenPro-Regular.ttf');
}



html
{
    font-family: 'Maven Pro' !important; 
    font-size:16px;
    color:#000;
	box-sizing: border-box;
}

* {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    font-size: .9rem;
}

.timepicker-modal * {
    font-size: inherit;
}

*:focus {
    outline: none;
}

*::before, *::after
{
    box-sizing: inherit;
    margin: 0;
	padding: 0;
	
}

header, footer, nav, section {
    display: block;
}

li { list-style: none; }




a, a:link, a:visited {
    text-decoration: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	position: relative;
}

input[type=submit] {
    -webkit-appearance: none;
}


body {
    background-color: transparent;
}

