/*
 Theme Name: Brando Child
 Description: Child theme for Brando theme
 License: Themeforest Split Licence
 Author: Themezaa
 Author URI: http://www.themezaa.com
 Template: brando
 Version: 1.1
 Text Domain: brando-child
*/

.page-title {
    height: 350px;
}

video
{
	border: 5px solid;
    border-radius: 10px;
}

.html-video {
	width: 100%;
}

img.reduce {
	max-width: 350px;
    width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
}


.table_component {
    overflow: auto;
    width: 100%;
}
.table_component table {
    border: 0px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
}
.table_component th {
    border: 0px solid #dededf;
    background-color: #4472c4;
    color: #ffffff;
    padding: 10px;
}
.table_component td {
    border: 0px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
}
.table_component tr:nth-child(even) td {
    background-color: #d9e2f3;
}
.table_component tr:nth-child(odd) td {
    background-color: #b4c6e7;
}