/* margin set */

.mb0	{ margin-bottom: 0px; }	
.mb5	{ margin-bottom: 5px; }	
.mb10	{ margin-bottom: 10px; }	
.mb15	{ margin-bottom: 15px; }	
.mb20	{ margin-bottom: 20px; }	
.mb25	{ margin-bottom: 25px; }	
.mb30	{ margin-bottom: 30px; }	
.mb35	{ margin-bottom: 35px; }	
.mb40	{ margin-bottom: 40px; }	
.mb60	{ margin-bottom: 60px; }	
.mb80	{ margin-bottom: 80px; }	
.mb100	{ margin-bottom: 100px; }	

.pb10	{ padding-bottom: 10px; }
.pb15	{ padding-bottom: 15px; }

.mt0	{ margin-top: 0px; }	
.mt5	{ margin-top: 5px; }	
.mt10	{ margin-top: 10px; }	
.mt15	{ margin-top: 15px; }	
.mt20	{ margin-top: 20px; }	
.mt25	{ margin-top: 25px; }	
.mt30	{ margin-top: 30px; }	
.mt35	{ margin-top: 35px; }	
.mt40	{ margin-top: 40px; }	
.mt80	{ margin-top: 80px; }	
.mt100	{ margin-top: 100px; }	

.ml5	{ margin-left: 5px; }
.ml10	{ margin-left: 10px; }
.ml15	{ margin-left: 15px; }
.ml20	{ margin-left: 20px; }
.ml25	{ margin-left: 25px; }
.ml30	{ margin-left: 30px; }
.ml35	{ margin-left: 35px; }
.ml40	{ margin-left: 40px; }
.ml45	{ margin-left: 45px; }
.ml50	{ margin-left: 50px; }

.mr5	{ margin-right: 5px; }
.mr10	{ margin-right: 10px; }
.mr15	{ margin-right: 15px; }
.mr20	{ margin-right: 20px; }
.mr25	{ margin-right: 25px; }
.mr30	{ margin-right: 30px; }
.mr35	{ margin-right: 35px; }
.mr40	{ margin-right: 40px; }
.mr45	{ margin-right: 45px; }
.mr50	{ margin-right: 50px; }

.lh180	{ line-height: 180%; }
.lh200	{ line-height: 200%; }

.bold	{ font-weight: bold; }
.italic	{ font-style: italic;}
.fw-500	{ font-weight: 500;}
.fw-700	{ font-weight: 700;}
.left	{ text-align: left;}
.center	{ text-align: center;}
.right	{ text-align: right;}

.fs-85	{	font-size: 0.85rem;}
.fs-90	{	font-size: 0.9rem;}
.fs-105	{	font-size: 1.05rem;}
.fs-110	{	font-size: 1.1rem;}
.ls-1px	{	letter-spacing: 1px;}
.ls-2px	{	letter-spacing: 2px;}
.lh-150	{	line-height: 150%;}
.lh-180	{	line-height: 180%;}
.lh-200	{	line-height: 200%;}

.fc-white	{ color: #fff;}
.fc-pink	{ color: #f27179;}
.fc-green	{ color: #99d4bf;}
.fc-dgreen	{ color: #59bc8e;}
.fc-red	{ color: #e11d23;}
.fc-dimgray	{ color: dimgray;}
.fc-yellow	{ color: #FFDD00;}