.calendar-widget[data-type="staticTiles"] .tile-item {
    margin-bottom: 10px;
}

.calendar-widget[data-type="staticTiles"] {
    padding-bottom: 10px;
}

.calendar-widget[data-type="calendar"] {
    display: block;
    width: 100%;
}

.calendar-widget[data-type="calendar"] .calendar-content-wrap {
    background: none repeat scroll 0% 0% #FFFFFF;
    padding: 25px;
}

.calendar-widget[data-type="calendar"] table {
    border-collapse: collapse;
    width: 100%;
}

.calendar-widget[data-type="calendar"] table td {
    border: 1px solid #DDDDDD;
    padding: 0px 5px;
    vertical-align:top;
}

.calendar-widget[data-type="calendar"] table .day:before{
    content:'';
    display:block;
    height:45px;
}

.calendar-widget[data-type="calendar"] table .day {
    display: block;
    height: auto;
    overflow: visible;
    margin: 0px;
    position: relative;
    width: 100%;
}

.calendar-widget[data-type="calendar"] .day-number {
    color: #000000;
    font-size: 2em;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.calendar-widget[data-type="calendar"] table th {
    background: none repeat scroll 0% 0% #000000;
    border: 1px solid #000000;
    color: #CCCCCC;
    font-weight: normal;
    padding: 10px 0px;
    width: 14%;
}

.calendar-widget[data-type="calendar"] .event {
    position: relative;
}

.calendar-widget[data-type="calendar"] .event:before {
    content: "";
    display: block;
    height: 1px;
}

.calendar-widget[data-type="calendar"] .color-marker {
    border-radius: 15px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.calendar-widget[data-type="calendar"] .event .title {
    margin-left: 15px;
    position: relative;
}

.calendar-widget[data-type="calendar"] .icons {
    height: 100px;
    padding: 15px 0px;
}

.calendar-widget[data-type="calendar"]#calendarPreview .icons {
    overflow:auto;
}

.calendar-widget[data-type="calendar"] .icons .icon {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.calendar-widget[data-type="calendar"] .icons .icon img {
    width: 50px;
}

.calendar-widget[data-type="calendar"] .icons .icon .color-marker {
    top: inherit;
    display:block;
    margin:10px 20px;
}

.calendar-widget[data-type="calendar"] .header {
    font-size: 2em;
}

.calendar-widget[data-type="calendar"] .header a i {
    color: #000000;
    font-size: 0.5em;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -5px ! important;
}

.calendar-widget[data-type="list"] .name {
    padding-left:15px;
}
