/*
|--------------------------------------------------------------------------
|Tables CSS Document 
| 

|--------------------------------------------------------------------------
*/	

 
  /*
|--------------------------------------------------------------------------
|Responsive tables
| 
|--------------------------------------------------------------------------
*/	
@media screen and (max-width: 1225px) and (min-width: 1045px) {
		.priority-5{
			display:none;
		}
	}
  @media screen and (max-width: 1045px) and (min-width: 835px) {
		.priority-5{
			display:none;
		}
		 
	}
	
	@media screen and (max-width: 599px) and (min-width: 371px) {
		.priority-5{
			display:none;
		}
		 
	}
	
	@media screen and (max-width: 565px) and (min-width: 300px) {
		.priority-5{
			display:none;
		}
		 
	}
	
	@media screen and (max-width: 300px) {
		.priority-5{
			display:none;
		}
		 
	
	}
	
	 table {
            border: 1px solid #ccc;
            border-collapse: collapse;
            margin: 0;
            padding: 0;
            width: 100%;
            table-layout: fixed;
            
                
        }

            table caption {
                font-size: 1.5em;
                margin: .5em 0 .75em;
            }

            table tr {
                background-color: #f8f8f8;
                border: 1px solid #ddd;
                padding: .35em;
            }

            table th,
            table td {
                padding: .625em;
                /* text-align: center;*/
                line-height: 11px;
                text-align: left;
                font-family: "Roboto", Helvetica, Arial, sans-serif;
                font-size:14px;
                text-decoration:none;
                color:#626262;
                font-weight:normal;
                line-height:1.8;
            }

            table th {
                /*font-size: .85em;
                line-height:1.8;*
                color:#626262;*/
                
                letter-spacing: .1em;
                text-transform: uppercase;
                
                text-align: center;
                font-family: Helvetica, Georgia, Calibri, Arial Unicode MS ; 
                font-size:11px;
                text-decoration:none;
                color:#000000;
                font-weight:bold;
                background-color: #FFB82E;
                
            }

        @media screen and (max-width: 600px) {
            table {
                border: 0;
            }

                table caption {
                    font-size: 1.3em;
                }

                table thead {
                    border: none;
                    clip: rect(0 0 0 0);
                    height: 1px;
                    margin: -1px;
                    overflow: hidden;
                    padding: 0;
                    position: absolute;
                    width: 1px;
                }

                table tr {
                    border-bottom: 3px solid #ddd;
                  /*border-bottom: 3px solid #FFB82E;*/
                    display: block;
                    margin-bottom: .625em;
                }

                table td {
                    border-bottom: 1px solid #ddd;
                    display: block;
                    font-family: Helvetica, Georgia, Calibri, Arial Unicode MS ; 
                    font-size:12px;
                    text-align: right;
                    color:#626262;
                    /*font-size: .8em;*/
                     
                }

                    table td::before {
                        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                        content: attr(data-label);
                        float: left;
                        font-weight: bold;
                        text-transform: uppercase;
                    }

                    table td:last-child {
                        border-bottom: 0;
                    }
        }
	
	