.center{
	text-align: center;
}

.change-themes-list .active{
	font-weight: bold;
}

.strong{
	font-weight: bold;
}

/* Modal outline fix */
*:focus,
a:focus{
	outline: none;
}

.noborder{
  border : 0px !important;
}
 @media (max-width: 991px) {
  .nosmartphone{
    display: none !important;
  }
  
}