﻿/* -- reset -- */
*:focus { box-shadow: none !important;}

.w100 { width: 100%;}
.m-top { margin-top: 1.5rem;}
.m-bottom { margin-bottom: 1.5rem;}
.m-right { margin-right: 15px;}
.m-left { margin-left: 15px;}
.spacer { padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid #4abfee;}
.txt-right { text-align: right;}

/*  SK FW */


/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #e2e2e2 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #e2e2e2 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #e2e2e2 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #e2e2e2 !important;
}
