
/* Modal Header */
/*
.modal-header {
  padding: 2px 16px;
  background-color: #4986f2;
  color: white;
  text-align: center;
}*/

/* Modal Body */
/*.modal-body {padding: 2px 16px;} */

/* Modal Footer */
/*
.modal-footer {
  padding: 2px 16px;
  background-color: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  color: white;
}
*/

/* Modal Content */

/*
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

}

*/
.help-block{color: red;}


#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #4CAF50!important;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}



 





.post-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.post-table,.post-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.post-table-all{border:1px solid #ccc}
.post-bordered tr,.post-table-all tr{border-bottom:1px solid #ddd}.post-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.post-table-all tr:nth-child(odd){background-color:#fff}.post-table-all tr:nth-child(even){background-color:#f1f1f1}
.post-hoverable tbody tr:hover,.post-ul.post-hoverable li:hover{background-color:#ccc}.post-centered tr th,.post-centered tr td{text-align:center}
.post-table td,.post-table th,.post-table-all td,.post-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.post-table th:first-child,.post-table td:first-child,.post-table-all th:first-child,.post-table-all td:first-child{padding-left:16px}
.post-btn,.post-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.post-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.post-btn,.post-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.post-disabled,.post-btn:disabled,.post-button:disabled{cursor:not-allowed;opacity:0.3}.post-disabled *,:disabled *{pointer-events:none}
.post-btn.post-disabled:hover,.post-btn:disabled:hover{box-shadow:none}
.post-badge,.post-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.post-badge{border-radius:50%}
.post-ul{list-style-type:none;padding:0;margin:0}.post-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.post-ul li:last-child{border-bottom:none}
.post-tooltip,.post-display-container{position:relative}.post-tooltip .post-text{display:none}.post-tooltip:hover .post-text{display:inline-block}
.post-ripple:active{opacity:0.5}.post-ripple{transition:opacity 0s}
.post-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.post-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.post-dropdown-click,.post-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.post-dropdown-hover:hover .post-dropdown-content{display:block}
.post-dropdown-hover:first-child,.post-dropdown-click:hover{background-color:#ccc;color:#000}
.post-dropdown-hover:hover > .post-button:first-child,.post-dropdown-click:hover > .post-button:first-child{background-color:#ccc;color:#000}
.post-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.post-check,.post-radio{width:24px;height:24px;position:relative;top:6px}
.post-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.post-bar-block .post-dropdown-hover,.post-bar-block .post-dropdown-click{width:100%}
.post-bar-block .post-dropdown-hover .post-dropdown-content,.post-bar-block .post-dropdown-click .post-dropdown-content{min-width:100%}
.post-bar-block .post-dropdown-hover .post-button,.post-bar-block .post-dropdown-click .post-button{width:100%;text-align:left;padding:8px 16px}
.post-main,#main{transition:margin-left .4s}
.post-modal{z-index:3;display:none;padding-top:50px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.post-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.post-bar{width:100%;overflow:hidden}.post-center .post-bar{display:inline-block;width:auto}
.post-bar .post-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.post-bar .post-dropdown-hover,.post-bar .post-dropdown-click{position:static;float:left}
.post-bar .post-button{white-space:normal}
.post-bar-block .post-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.post-bar-block.post-center .post-bar-item{text-align:center}.post-block{display:block;width:100%}
.post-responsive{display:block;overflow-x:auto}
.post-container:after,.post-container:before,.post-panel:after,.post-panel:before,.post-row:after,.post-row:before,.post-row-padding:after,.post-row-padding:before,
.post-cell-row:before,.post-cell-row:after,.post-clear:after,.post-clear:before,.post-bar:before,.post-bar:after{content:"";display:table;clear:both}
.post-col,.post-half,.post-third,.post-twothird,.post-threequarter,.post-quarter{float:left;width:100%}
.post-col.s1{width:8.33333%}.post-col.s2{width:16.66666%}.post-col.s3{width:24.99999%}.post-col.s4{width:33.33333%}
.post-col.s5{width:41.66666%}.post-col.s6{width:49.99999%}.post-col.s7{width:58.33333%}.post-col.s8{width:66.66666%}
.post-col.s9{width:74.99999%}.post-col.s10{width:83.33333%}.post-col.s11{width:91.66666%}.post-col.s12{width:99.99999%}
@media (min-width:601px){.post-col.m1{width:8.33333%}.post-col.m2{width:16.66666%}.post-col.m3,.post-quarter{width:24.99999%}.post-col.m4,.post-third{width:33.33333%}
.post-col.m5{width:41.66666%}.post-col.m6,.post-half{width:49.99999%}.post-col.m7{width:58.33333%}.post-col.m8,.post-twothird{width:66.66666%}
.post-col.m9,.post-threequarter{width:74.99999%}.post-col.m10{width:83.33333%}.post-col.m11{width:91.66666%}.post-col.m12{width:99.99999%}}
@media (min-width:993px){.post-col.l1{width:8.33333%}.post-col.l2{width:16.66666%}.post-col.l3{width:24.99999%}.post-col.l4{width:33.33333%}
.post-col.l5{width:41.66666%}.post-col.l6{width:49.99999%}.post-col.l7{width:58.33333%}.post-col.l8{width:66.66666%}
.post-col.l9{width:74.99999%}.post-col.l10{width:83.33333%}.post-col.l11{width:91.66666%}.post-col.l12{width:99.99999%}}
.post-rest{overflow:hidden}.post-stretch{margin-left:-16px;margin-right:-16px}
.post-content,.post-auto{margin-left:auto;margin-right:auto}.post-content{max-width:980px}.post-auto{max-width:1140px}
.post-cell-row{display:table;width:100%}.post-cell{display:table-cell}
.post-cell-top{vertical-align:top}.post-cell-middle{vertical-align:middle}.post-cell-bottom{vertical-align:bottom}
.post-hide{display:none!important}.post-show-block,.post-show{display:block!important}.post-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.post-auto{max-width:95%}}
@media (max-width:600px){.post-modal-content{margin:0 10px;width:auto!important}.post-modal{padding-top:30px}
.post-dropdown-hover.post-mobile .post-dropdown-content,.post-dropdown-click.post-mobile .post-dropdown-content{position:relative}  
.post-hide-small{display:none!important}.post-mobile{display:block;width:100%!important}.post-bar-item.post-mobile,.post-dropdown-hover.post-mobile,.post-dropdown-click.post-mobile{text-align:center}
.post-dropdown-hover.post-mobile,.post-dropdown-hover.post-mobile .post-btn,.post-dropdown-hover.post-mobile .post-button,.post-dropdown-click.post-mobile,.post-dropdown-click.post-mobile .post-btn,.post-dropdown-click.post-mobile .post-button{width:100%}}
@media (max-width:768px){.post-modal-content{width:500px}.post-modal{padding-top:50px}}
@media (min-width:993px){.post-modal-content{width:900px}.post-hide-large{display:none!important}.post-sidebar.post-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.post-hide-medium{display:none!important}}
@media (max-width:992px){.post-sidebar.post-collapse{display:none}.post-main{margin-left:0!important;margin-right:0!important}.post-auto{max-width:100%}}
.post-top,.post-bottom{position:fixed;width:100%;z-index:1}.post-top{top:0}.post-bottom{bottom:0}
.post-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.post-display-topleft{position:absolute;left:0;top:0}.post-display-topright{position:absolute;right:0;top:0}
.post-display-bottomleft{position:absolute;left:0;bottom:0}.post-display-bottomright{position:absolute;right:0;bottom:0}
.post-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.post-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.post-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.post-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.post-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.post-display-container:hover .post-display-hover{display:block}.post-display-container:hover span.post-display-hover{display:inline-block}.post-display-hover{display:none}
.post-display-position{position:absolute}
.post-circle{border-radius:50%}
.post-round-small{border-radius:2px}.post-round,.post-round-medium{border-radius:4px}.post-round-large{border-radius:8px}.post-round-xlarge{border-radius:16px}.post-round-xxlarge{border-radius:32px}
.post-row-padding,.post-row-padding>.post-half,.post-row-padding>.post-third,.post-row-padding>.post-twothird,.post-row-padding>.post-threequarter,.post-row-padding>.post-quarter,.post-row-padding>.post-col{padding:0 8px}
.post-container,.post-panel{padding:0.01em 16px}.post-panel{margin-top:16px;margin-bottom:16px}
.post-code,.post-codespan{font-family:Consolas,"courier new";font-size:16px}
.post-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.post-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.post-card,.post-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.post-card-4,.post-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.post-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.post-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.post-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.post-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.post-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.post-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.post-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.post-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.post-animate-input{transition:width 0.4s ease-in-out}.post-animate-input:focus{width:100%!important}
.post-opacity,.post-hover-opacity:hover{opacity:0.60}.post-opacity-off,.post-hover-opacity-off:hover{opacity:1}
.post-opacity-max{opacity:0.25}.post-opacity-min{opacity:0.75}
.post-greyscale-max,.post-grayscale-max,.post-hover-greyscale:hover,.post-hover-grayscale:hover{filter:grayscale(100%)}
.post-greyscale,.post-grayscale{filter:grayscale(75%)}.post-greyscale-min,.post-grayscale-min{filter:grayscale(50%)}
.post-sepia{filter:sepia(75%)}.post-sepia-max,.post-hover-sepia:hover{filter:sepia(100%)}.post-sepia-min{filter:sepia(50%)}
.post-tiny{font-size:10px!important}.post-small{font-size:12px!important}.post-medium{font-size:15px!important}.post-large{font-size:18px!important}
.post-xlarge{font-size:24px!important}.post-xxlarge{font-size:36px!important}.post-xxxlarge{font-size:48px!important}.post-jumbo{font-size:64px!important}
.post-left-align{text-align:left!important}.post-right-align{text-align:right!important}.post-justify{text-align:justify!important}.post-center{text-align:center!important}
.post-border-0{border:0!important}.post-border{border:1px solid #ccc!important}
.post-border-top{border-top:1px solid #ccc!important}.post-border-bottom{border-bottom:1px solid #ccc!important}w3-xlarge
.post-border-left{border-left:1px solid #ccc!important}.post-border-right{border-right:1px solid #ccc!important}
.post-topbar{border-top:6px solid #ccc!important}.post-bottombar{border-bottom:6px solid #ccc!important}
.post-leftbar{border-left:6px solid #ccc!important}.post-rightbar{border-right:6px solid #ccc!important}
.post-section,.post-code{margin-top:16px!important;margin-bottom:16px!important}
.post-margin{margin:16px!important}.post-margin-top{margin-top:16px!important}.post-margin-bottom{margin-bottom:16px!important}
.post-margin-left{margin-left:16px!important}.post-margin-right{margin-right:16px!important}
.post-padding-small{padding:4px 8px!important}.post-padding{padding:8px 16px!important}.post-padding-large{padding:12px 24px!important}
.post-padding-16{padding-top:16px!important;padding-bottom:16px!important}.post-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.post-padding-32{padding-top:32px!important;padding-bottom:32px!important}.post-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.post-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.post-left{float:left!important}.post-right{float:right!important}
.post-button:hover{color:#000!important;background-color:#ccc!important}
.post-transparent,.post-hover-none:hover{background-color:transparent!important}
.post-hover-none:hover{box-shadow:none!important}
/* Colors */
.post-amber,.post-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.post-aqua,.post-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.post-blue,.post-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.post-light-blue,.post-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.post-brown,.post-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.post-cyan,.post-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.post-blue-grey,.post-hover-blue-grey:hover,.post-blue-gray,.post-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.post-green,.post-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.post-light-green,.post-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.post-indigo,.post-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.post-khaki,.post-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.post-lime,.post-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.post-orange,.post-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.post-deep-orange,.post-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.post-pink,.post-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.post-purple,.post-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.post-deep-purple,.post-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.post-red,.post-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.post-sand,.post-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.post-teal,.post-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.post-yellow,.post-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.post-white,.post-hover-white:hover{color:#000!important;background-color:#fff!important}
.post-black,.post-hover-black:hover{color:#fff!important;background-color:#000!important}
.post-grey,.post-hover-grey:hover,.post-gray,.post-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.post-light-grey,.post-hover-light-grey:hover,.post-light-gray,.post-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.post-dark-grey,.post-hover-dark-grey:hover,.post-dark-gray,.post-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.post-pale-red,.post-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.post-pale-green,.post-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.post-pale-yellow,.post-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.post-pale-blue,.post-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.post-text-amber,.post-hover-text-amber:hover{color:#ffc107!important}
.post-text-aqua,.post-hover-text-aqua:hover{color:#00ffff!important}
.post-text-blue,.post-hover-text-blue:hover{color:#2196F3!important}
.post-text-light-blue,.post-hover-text-light-blue:hover{color:#87CEEB!important}
.post-text-brown,.post-hover-text-brown:hover{color:#795548!important}
.post-text-cyan,.post-hover-text-cyan:hover{color:#00bcd4!important}
.post-text-blue-grey,.post-hover-text-blue-grey:hover,.post-text-blue-gray,.post-hover-text-blue-gray:hover{color:#607d8b!important}
.post-text-green,.post-hover-text-green:hover{color:#4CAF50!important}
.post-text-light-green,.post-hover-text-light-green:hover{color:#8bc34a!important}
.post-text-indigo,.post-hover-text-indigo:hover{color:#3f51b5!important}
.post-text-khaki,.post-hover-text-khaki:hover{color:#b4aa50!important}
.post-text-lime,.post-hover-text-lime:hover{color:#cddc39!important}
.post-text-orange,.post-hover-text-orange:hover{color:#ff9800!important}
.post-text-deep-orange,.post-hover-text-deep-orange:hover{color:#ff5722!important}
.post-text-pink,.post-hover-text-pink:hover{color:#e91e63!important}
.post-text-purple,.post-hover-text-purple:hover{color:#9c27b0!important}
.post-text-deep-purple,.post-hover-text-deep-purple:hover{color:#673ab7!important}
.post-text-red,.post-hover-text-red:hover{color:#f44336!important}
.post-text-sand,.post-hover-text-sand:hover{color:#fdf5e6!important}
.post-text-teal,.post-hover-text-teal:hover{color:#009688!important}
.post-text-yellow,.post-hover-text-yellow:hover{color:#d2be0e!important}
.post-text-white,.post-hover-text-white:hover{color:#fff!important}
.post-text-black,.post-hover-text-black:hover{color:#000!important}
.post-text-grey,.post-hover-text-grey:hover,.post-text-gray,.post-hover-text-gray:hover{color:#757575!important}
.post-text-light-grey,.post-hover-text-light-grey:hover,.post-text-light-gray,.post-hover-text-light-gray:hover{color:#f1f1f1!important}
.post-text-dark-grey,.post-hover-text-dark-grey:hover,.post-text-dark-gray,.post-hover-text-dark-gray:hover{color:#3a3a3a!important}
.post-border-amber,.post-hover-border-amber:hover{border-color:#ffc107!important}
.post-border-aqua,.post-hover-border-aqua:hover{border-color:#00ffff!important}
.post-border-blue,.post-hover-border-blue:hover{border-color:#2196F3!important}
.post-border-light-blue,.post-hover-border-light-blue:hover{border-color:#87CEEB!important}
.post-border-brown,.post-hover-border-brown:hover{border-color:#795548!important}
.post-border-cyan,.post-hover-border-cyan:hover{border-color:#00bcd4!important}
.post-border-blue-grey,.post-hover-border-blue-grey:hover,.post-border-blue-gray,.post-hover-border-blue-gray:hover{border-color:#607d8b!important}
.post-border-green,.post-hover-border-green:hover{border-color:#4CAF50!important}
.post-border-light-green,.post-hover-border-light-green:hover{border-color:#8bc34a!important}
.post-border-indigo,.post-hover-border-indigo:hover{border-color:#3f51b5!important}
.post-border-khaki,.post-hover-border-khaki:hover{border-color:#f0e68c!important}
.post-border-lime,.post-hover-border-lime:hover{border-color:#cddc39!important}
.post-border-orange,.post-hover-border-orange:hover{border-color:#ff9800!important}
.post-border-deep-orange,.post-hover-border-deep-orange:hover{border-color:#ff5722!important}
.post-border-pink,.post-hover-border-pink:hover{border-color:#e91e63!important}
.post-border-purple,.post-hover-border-purple:hover{border-color:#9c27b0!important}
.post-border-deep-purple,.post-hover-border-deep-purple:hover{border-color:#673ab7!important}
.post-border-red,.post-hover-border-red:hover{border-color:#f44336!important}
.post-border-sand,.post-hover-border-sand:hover{border-color:#fdf5e6!important}
.post-border-teal,.post-hover-border-teal:hover{border-color:#009688!important}
.post-border-yellow,.post-hover-border-yellow:hover{border-color:#ffeb3b!important}
.post-border-white,.post-hover-border-white:hover{border-color:#fff!important}
.post-border-black,.post-hover-border-black:hover{border-color:#000!important}
.post-border-grey,.post-hover-border-grey:hover,.post-border-gray,.post-hover-border-gray:hover{border-color:#9e9e9e!important}
.post-border-light-grey,.post-hover-border-light-grey:hover,.post-border-light-gray,.post-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.post-border-dark-grey,.post-hover-border-dark-grey:hover,.post-border-dark-gray,.post-hover-border-dark-gray:hover{border-color:#616161!important}
.post-border-pale-red,.post-hover-border-pale-red:hover{border-color:#ffe7e7!important}.post-border-pale-green,.post-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.post-border-pale-yellow,.post-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.post-border-pale-blue,.post-hover-border-pale-blue:hover{border-color:#e7ffff!important}

