﻿/*************************************************************************************/
/**** Themes *****/
/*************************************************************************************/
.theme-container {
  text-align: center;
  padding-bottom: 30px;
}

  .theme-container div :hover {
    border: none;
  }

.theme-container-selector {
  padding: 10px;
  border: 1px solid silver;
  width: 300px;
  margin: 0 auto;
  background-color: white;
}

  .theme-container-selector img {
    width: 250px;
  }

  .theme-container-selector div {
    padding-top: 20px;
    text-decoration: none;
    color: black;
  }

/*************************************************************************************/
/**** Categories *****/
/*************************************************************************************/
.category-container {
  color:rgb(0,0,20);
}

  .category-container a {
    width: 30px !important;
    max-width: 30px !important;
    min-width: 30px !important;
    padding:4px;
    border-radius:2px;
  }

.category-item {
  padding:4px;
}