h3
{
	font-size: 18px !important;
}

p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

table
{
	margin-top: 8px;
	margin-bottom: 8px;	
}

.id_campo
{
    padding: 3px 5px 3px 3px;
    width: 110px;
    font-size: 12px;
    background: #dae5f1;
    text-align: right;
}

.tabela_medias
{
	width: 536px;
	margin: auto;
}

    .tabela_medias th
    {
        width: 20%;
        padding: 5px 0;
        font-size: 12px;
        background: #b8e059;
        text-align: center;
    }
    
    .tabela_medias td
    {
        padding: 5px 0;
        font-size: 14px;
        background-color: #e3f2b9;
        text-align: center;
    }
    
    .tabela_medias .id_media_geral
    {
        width: 39%;
        padding-right: 1%;
        text-align: right;
    }
    
    .tabela_medias .valor_media_geral
    {
        width: 57%;
        padding-left: 3%;
        color: #f00;
        text-align: left;
    }
    
    .tabela_medias .valor_pleno
    {
        color: #f00;
    }

.tabela_niveis
{
	width: 536px;
	margin: auto;
}

    .tabela_niveis th
    {
        width: 100px;
        padding: 5px;
        font-size: 12px;
        background: #ffc600;
        text-align: center;
    }
    
    .tabela_niveis td
    {
        padding: 5px;
        font-size: 12px;
        border: 1px solid #ffc600;
    }
	 
    .tabela_niveis .trainee
    {
    }
		.tabela_niveis .trainee th
		{
		   background: #fff1bf;
		}
		.tabela_niveis .trainee td
		{
        border: 1px solid #fff1bf;
	    }

    .tabela_niveis .junior
    {
    	height: 40px;
    }
		.tabela_niveis .junior th
		{
		   background: #ffe99d;
		}
		.tabela_niveis .junior td
		{
        border: 1px solid #ffe99d;
	    }
		 
    .tabela_niveis .pleno
    {
    	height: 50px;    	
    }
		.tabela_niveis .pleno th
		{
		   background: #ffde6c;
		}
		.tabela_niveis .pleno td
		{
        border: 1px solid #ffde6c;
	    }

    .tabela_niveis .senior
    {
    	height: 60px;    	
    }
		.tabela_niveis .senior th
		{
		   background: #ffdb5b;
		}
		.tabela_niveis .senior td
		{
        border: 1px solid #ffdb5b;
	    }
	 
    .tabela_niveis .master
    {
    	height: 70px;    	
    }
		.tabela_niveis .master th
		{
		   background: #ffcc00;
		}
		.tabela_niveis .master td
		{
        border: 1px solid #ffcc00;
	    }
