.theme-settings{position:fixed;right:-180px;top:200px;-webkit-transition:all 400ms ease;-moz-transition:all 400ms ease;-ms-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease;z-index:9999;}
.theme-settings .ts-button{position:absolute;left:-36px;height:36px;width:36px;top:10px;background:#fea223;-moz-border-radius:5px 0px 0px 5px;-webkit-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px;font-size:19px;color:#FFF;line-height:34px;text-align:center;cursor:pointer;}
.theme-settings .ts-body{width:180px;background:#33414e;-moz-border-radius:5px 0px 0px 5px;-webkit-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px;padding:10px 10px 10px;border:1px solid;border-color:white;color:#FFF;}
.theme-settings .ts-body .ts-title{font-size:12px;font-weight:500;line-height:32px;margin-bottom:5px;margin-top:5px;border-bottom:1px solid #f2f2f2;}
.theme-settings .ts-body .ts-title:first-child{margin-top:0px;}
.theme-settings .ts-body .ts-row{margin-bottom:5px;}
.theme-settings.active{right:0px;}
.theme-settings .ts-themes{width:100%;margin-top:10px;}
.theme-settings .ts-themes a{width:30px;height:30px;margin-right:6px;margin-bottom:5px;display:inline-block;}
.theme-settings .ts-themes a.active img{border:2px solid #FFF;width:30px;height:30px;}