﻿body .iconContainer {
  width: 100%;
  /*border-top-right-radius:25px;
         border-top-left-radius:25px;*/
  text-align: left;
  background-color: #4d4d4d;
  border-style: solid;
  border-color: #4d4d4d;
  border-width: 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 38px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 38px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 35px -14px rgba(0, 0, 0, 0.75);
}
body .iconContainer .titleBar {
  /*border-top-right-radius:25px;
            border-top-left-radius:25px;*/
  font-size: 18px;
  position: relative;
  background-color: white;
  opacity: 1;
  color: #4d4d4d;
  height: 40px;
  width: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
body .iconContainer .headerTitle {
  font-size: 18px;
  color: white;
  margin-left: 10px;
}
body .iconContainer .body {
  background-color: white;
  border-radius: 0 0 5px 5px;
  min-height: 50px;
}
body .iconContainer .body .k-widget {
  background-color: transparent;
}
body .imageSize {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  text-align: left;
  align-content: center;
  margin-left: 10px;
  margin-right: auto;
  color: white;
}
body .thumbnail {
  border-collapse: collapse;
  border-width: 0px;
  box-shadow: none;
}