﻿
/*******************************************************************************************
    WS Sponsorship Cards
********************************************************************************************/
.wsSPCardList { columns: 2; -webkit-columns: 2; -moz-columns: 2; list-style: none; padding: 0px; margin: 0px; width: intrinsic; width: -moz-max-content; width: -webkit-max-content; }

.wsSPCard { display: inline-block; vertical-align: top; margin: 5px; -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.6); -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.6); box-shadow: 0px 0px 3px rgba(0,0,0,0.6); }

.wsSPCard .wsSPCardPreHeader { display: table-cell; vertical-align: top; width: 40px; height: 100%; font-size: 24px; text-align: center; }
.wsSPCard .wsSPCardPreHeader .wsIcon { font-size: 24px; }

.wsSPCard .wsSPCardContent { display: table-cell; width: 560px; height: 100%; clear: both; }
.wsSPCard .wsSPCardContent > table { width: 100%; border-collapse: collapse; border: 0; }
.wsSPCard .wsSPCardContent > table > tbody tr { height: 28px; width: 100%; }
.wsSPCard .wsSPCardContent > table > tbody td { vertical-align: middle; padding: 0; }

.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardHeader { padding-left: 10px; width: 100%; }
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardHeader .wsTitle { display: inline-block; font-size: 14px; font-weight: 900; width: 90%; }
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardHeader .wsIcon { font-size: 14px; float: right; margin-right: 5px; cursor: pointer; }

.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection { vertical-align: top; width: 100%; }
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table {  width: 100%; border-collapse: collapse; border: 0; }
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table > tbody > tr td {  vertical-align: top; }
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table > tbody > tr td:first-child { padding: 5px 0px 0px 10px; width: 260px;}
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table > tbody > tr td:nth-child(2) { padding: 5px 0px 5px 4px; width: 300px;}
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table > tbody > tr td .wsTitle { font-size: 12px; font-weight: 900; }

.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table > tbody > tr td ul.wsSPCardSectionList { list-style: none; padding: 0; margin: 0; outline: none; }
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table > tbody > tr td ul.wsSPCardSectionList li { font-size: 12px; font-weight: 900; }

.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table > tbody > tr td ul.wsSPCardSectionList li ul.wsSPCardSubSectionList { list-style: none; margin: 5px 0 0 0; padding-left: 30px; outline: none; }
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table > tbody > tr td ul.wsSPCardSectionList li ul.wsSPCardSubSectionList li { font-weight: 600; }
/*******************************************************************************************
    END WS Sponsorship Cards
********************************************************************************************/

/*******************************************************************************************
    WS Sponsorship Cards
********************************************************************************************/
.wsSPCard { background-color: #fff; }
.wsSPCard .wsSPCardPreHeader { background-color: #feb63b; }
.wsSPCard .wsSPCardContent > table > tbody tr:nth-child(even) { background-color: #e2e2e2; }
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table > tbody > tr td ul.wsSPCardSectionList li { color: #119197 }
.wsSPCard .wsSPCardContent > table > tbody td.wsSPCardSection > table > tbody > tr td ul.wsSPCardSectionList li ul.wsSPCardSubSectionList li { color: #000; }
/*******************************************************************************************
    END WS Sponsorship Cards
********************************************************************************************/