/*custom sharepoint table http://techfindings-prem.blogspot.com/2014/06/adding-custom-rte-table-styles-to.html */
/*This file must live in Sharepoint.  The rest of the styles are in our customPublicSiteStyles.css file*/

[data-icon]:before {
    content: none !important;
}

table.ms-rteTable-wslResponsiveTable 
{
	-ms-name:"WSL Responsive Table";
	
}

.WSL-green-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: #2b674d;
    border-color: #2b674d;
    color: #fff !important;
}

.WSL-green-button:hover {
   text-decoration: none;
}

.WSL-table tr th {
    text-align: left;
}

.WSL-table tr th, tr td {
    padding: 3px 7px;
}

.container-fluid .ms-webpart-cell-vertical-inline-table {
    display: block !important;
}


/*Phone/Landscape STYLES*/
@media (min-width:19em) /*376/16*/ {
  
}

/*Phone/Landscape STYLES*/
@media (min-width:26.25em) /*420/16*/
{
 
}

/* tablet STYLES*/
@media (min-width:37.5em) /*600/16*/
{
    
}

@media (min-width: 62em) {

   
}

/*DESKTOP STYLES*/
@media (min-width:64em) /* 1024/16 breakpoint four */
{
    .responsive-column {
        float: left;
        width: 48%;
        margin-right: 1%;
    }

        .responsive-column:last-child {
            margin-right: 0 !important;
        }

}

/* Large screens ----------- */
@media (min-width : 114em) /*1824/16*/
{

 
}



	 
