﻿@charset "UTF-8";
/* Levy Container Set styles */


/* NoTitle */
.WFContainer_noTitle 
{

}


/*Right Sidebar*/

.WFContainer
{
    width:100%;
      color: #ffffff;
        font-weight: bold;
        margin-top: 10px;
     
}


.WFContainer table h3{
        color: #6a1f2b;
        font-size: 15px;
        font-weight: bold;
        
   
    }

.WFContainer p {
        color: white;
        font-size: 12px;
        margin-left: 15px;
        margin-bottom: 10px;
        line-height: 120%;
        
    }

.WFContainer a:link {
        color: #3c4e61;
        font-size: 12px;
        margin-left: 15px;
        margin-bottom: 10px;
        line-height: 120%;
        
    }

.WFContainer table {
    margin-top: 10px;
    align-content: center;
    padding: 0;
    max-width: 10px;
    border-collapse: collapse;
  
}

    .WFContainer td, .WF_Container th, .WFContainer tr .WFContainer tbody {
        padding: 5px;
        
    }
/*tr:nth-child(odd)		{ background-color:#ece2a3; }
tr:nth-child(even)		{ background-color:#d6ca83; }*/

