/*
Theme Name: Bulvar autorent Child
Description: Bulvar Autorendi kujunduse child theme
Author: Veebikoda
Template: bulvar
Version: 5.5.0
*/

@import url("../bulvar/style.css");

/*

INSTRUCTIONS:

You need to change 'canvas' to the name to parent theme folder.

Please use the supplied custom.css for your customizations. 
This file should not have any CSS in it.

*/

.ptsBlock, .ptsBlock * {
  font-family: "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
}
.table	{
    width: 100%;
    border: 1px solid #ddd;	
}
.table th,
.table td	{
    padding: 7px;
    border-bottom: 1px solid #ddd;	
	vertical-align: middle;
}
.table th p,
.table td p	{
    margin-bottom: 0;
}
.table tr:nth-child(odd) td	{
	background-color:#f9f9f9;
}
.text-center	{
	text-align: center;
}