Subversion Repositories SmartDukaan

Rev

Rev 16720 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
16720 anikendra 1
 /*custom template */
2
html, body {
3
   height: 100%;
4
   font-family: 'PT Sans', sans-serif,verdana,arial;
5
   color:#555555;
6
   background-color: #58d936;
7
}
16591 anikendra 8
 
16720 anikendra 9
body.adminpanel{
10
	background-color: #fff !important;
11
}
12
 
13
body > .container{
14
	padding-top: 60px 5px 0;
15
}
16
 
17
.nav {
18
   font-family:Arial,sans-serif;
19
   font-size:13px;
20
}
21
 
22
a {
23
  color:#222222;
24
}
25
 
26
a:hover {
27
  text-decoration:none;
28
}
29
 
30
hr {
31
  border-color:#dedede;
32
}
33
 
34
.wrapper, .row {
35
   /*height: 100%;*/
36
   margin-left:0;
37
   margin-right:0;
38
}
39
 
40
.wrapper:before, .wrapper:after,
41
.column:before, .column:after {
42
    content: "";
43
    display: table;
44
}
45
 
46
.wrapper:after,
47
.column:after {
48
    clear: both;
49
}
50
 
51
.column {
52
    height: 100%;
53
    overflow: auto;
54
    *zoom:1;
55
}
56
 
57
.column .padding {
58
    padding: 20px;
59
}
60
 
61
.full{
62
	padding-top:70px;
63
}
64
 
65
.box {
66
  	bottom: 0; /* increase for footer use */
67
    left: 0;
68
    position: absolute;
69
    right: 0;
70
    top: 0;
71
    background-color:#444444;
72
  /*
73
    background-image:url('/assets/example/bg_suburb.jpg');
74
    background-size:cover;
75
    background-attachment:fixed;
76
  */
77
}
78
 
79
.divider {
80
	margin-top:32px;
81
}
82
 
83
.navbar-blue {
84
    border-width:0;
85
	background-color:#3B5999;
86
    color:#ffffff;
87
    font-family:arial,sans-serif;
88
    top:0;
89
    position:fixed;
90
    width:inherit;
91
}
92
 
93
.navbar-blue li > a,.navbar-toggle  {
94
   color:#efefef;
95
}
96
 
97
.navbar-blue .dropdown-menu li a {color:#2A4888;}
98
.navbar-blue .dropdown-menu li > a {padding-left:30px;}
99
 
100
.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus {
101
   background-color:#2A4888;
102
   color:#fff;
103
}
104
 
105
#main {
106
   background-color:#e9eaed;
107
   padding-left:0;
108
   padding-right:0;
109
}
110
#main .img-circle {
111
   margin-top:18px;
112
   height:150px;
113
   width:150px;
114
}
115
 
116
#sidebar {
117
    padding:0px;
118
	padding-top:15px;
119
}
120
 
121
#sidebar, #sidebar a, #sidebar-footer a {
122
    color:#ffffff;
123
    background-color:transparent;
124
	text-shadow:0 0 2px #000000;
125
    padding-left:5px;
126
}
127
#sidebar .nav li>a:hover {
128
    background-color:#393939;
129
}
130
 
131
.logo {
132
  display:block;
133
  padding:3px;
134
  background-color:#fff;
135
  color:#3B5999;
136
  height:28px;
137
  width:28px;
138
  margin:9px;
139
  margin-right:2px;
140
  margin-left:15px;
141
  font-size:20px;
142
  font-weight:700;
143
  text-align:center;
144
  text-decoration:none;
145
  text-shadow:0 0 1px;
146
  border-radius:2px;
147
}
148
#sidebar-footer {
149
  background-color:#444;
150
  position:absolute;
151
  bottom:5px;
152
  padding:5px;
153
}
154
#footer {
155
  margin-bottom:20px;
156
}
157
 
158
/* bootstrap overrides */
159
 
160
h1,h2,h3 {
161
   font-weight:800;
162
}
163
 
164
.navbar-toggle, .close {
165
	outline:0;
166
}
167
 
168
.navbar-toggle .icon-bar {
169
	background-color: #fff;
170
}
171
 
172
.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus  {
173
	background-color:#3B5999;
174
    color:#fffffe;
175
}
176
.btn-default {
177
    color:#666666;
178
    text-shadow:0 0 1px rgba(0,0,0,.3);
179
}
180
.form-control {
181
 
182
}
183
 
184
.panel textarea, .well textarea, textarea.form-control
185
{
186
   resize: none;
187
}
188
 
189
.badge{
190
   color:#3B5999;
191
   background-color:#fff;
192
}
193
.badge:hover, .badge-inverse{
194
   background-color:#3B5999;
195
   color:#fff;
196
}
197
/* 
198
.jumbotron {
199
  background-color:transparent;
200
}
201
*/
202
.label-default {
203
  background-color:#dddddd;
204
}
205
.page-header {
206
  margin-top: 55px;
207
  padding-top: 9px;
208
  border-top:1px solid #eeeeee;
209
  font-weight:700;
210
  text-transform:uppercase;
211
  letter-spacing:2px;
212
}
213
 
214
.panel-default .panel-heading {
215
  background-color:#f9fafb;
216
  color:#555555;
217
}
218
 
219
.col-sm-9.full {
220
    width: 100%;
221
}
222
 
223
.modal-header, .modal-footer {
224
	background-color:#f2f2f2;
225
  font-weight:800;
226
  font-size:12px;
227
  padding: 2px !important;
228
}
229
 
230
.modal-footer i, .well i {
231
    font-size:20px;
232
    color:#c0c0c0;
233
}
234
 
235
.modal-body {
236
	padding:0px;
237
}
238
.modal-body div{padding: 0;margin: 0;}
239
.modal-body textarea.form-control
240
{
241
   resize: none;
242
   border:0;
243
   box-shadow:0 0 0;
244
}
245
 
246
small.text-muted {
247
  font-family:courier,courier-new,monospace;
248
}
249
 
250
/* adjust the contents on smaller devices */
251
@media (max-width: 768px) {
252
 
253
  .column .padding {
254
    padding: 7px;
255
  }
256
 
257
  .full{
258
	padding-top:20px;
259
  }
260
 
261
  .navbar-blue {
262
	background-color:#3B5999;
263
    top:0;
264
    width:100%;
265
    position:relative;
266
  }
267
 
268
}
269
 
270
 
271
/*
272
 * off canvas sidebar
273
 * --------------------------------------------------
274
 */
275
@media screen and (max-width: 768px) {
276
  .row-offcanvas {
277
    position: relative;
278
    -webkit-transition: all 0.25s ease-out;
279
    -moz-transition: all 0.25s ease-out;
280
    transition: all 0.25s ease-out;
281
  }
282
 
283
  .row-offcanvas-left.active {
284
    left: 33%;
285
  }
286
 
287
  .row-offcanvas-left.active .sidebar-offcanvas {
288
    left: -33%;
289
    position: absolute;
290
    top: 0;
291
    width: 33%;
292
    margin-left: 5px;
293
  }
294
 
295
  #sidebar, #sidebar a, #sidebar-footer a {
296
    padding-left:3px;
297
  }
298
}
299
#posts{min-height:465px;}
300
.widgetframe{
301
	border:none;
302
	height:320px;
303
}
304
.jumbotron p{
305
	font-size:16px;
306
	color:#ccc;
307
}
308
#flashMessage{
309
	margin-top:10px;
310
	font-size:1.1em;
311
	color:#ccc;
312
	text-align:center;
313
	border: 1px dotted #285E8E;
314
}
315
.modal-dialog {}
316
.thumbnail {margin-bottom:6px;}
317
 
318
.carousel-control.left,.carousel-control.right{
319
  background-image:none;
320
  margin-top:10%;
321
  width:5%;
322
}
323
#push{margin-top: 60px;}
324
.form-signin label{width: 150px;}
325
 
326
/*mobile app css */
327
.product_image{padding: 10px 0 0 10px;}
328
.productthumb img{max-width: 100px;}
329
.productthumb{padding-left:5px;}
330
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
331
.product_name{margin:16px auto 0 !important;font-size: 14px !important;font-weight: bold !important;text-align: center;height: 40px;}
332
.product_prices{margin: 0 0 5px 0;}
333
.product_prices div{margin-top: 2px;}
334
.producttitle{margin-bottom:5px;font-size: 14px;}
335
.product_price{font-size: 14px !important; font-weight: bold !important;color: #ff0000;}
336
span.rupee{background-image: url("/img/sprite.png");height: 12px; width: 11px; background-position: 0px -103px; margin-top: 4px;vertical-align: top;display: inline-block;}
337
.cashbacklabel{padding: 0px;margin: 0px;display: inline-block;font-size: 10px;}
338
.cashbackrupee{background-image: url("/img/sprite.png"); display: inline-block;height: 15px; width: 10px; background-position: 0px -188px; margin: 0px;vertical-align: middle;}
339
.rupeesym{margin-bottom: 8px;height: 17px;}
340
.deal_price{float: right}
341
.deal_price span.rupee{background-image: url("/img/sprite.png"); height: 12px; width: 10px; background-position: 0px -188px; margin: 5px 0;vertical-align: top;}
342
.text-striked{text-decoration: line-through;}
343
.product_cashback{float:right;font-size: 10px !important;margin-right: 5px;}
344
.productdetails{min-height: 100px;position: relative;padding-left:5px;padding-right: 0;}
345
.productsmalldetails{position: relative;padding-left:5px;padding-right: 0;}
346
.productdetails h4{margin: 0 0 5px 0;padding:0}
347
.product_short_description{margin:0 0 5x;font-size:12px !important; /*line-height: 20px;*/ color:#737373;}
348
.product_actions{padding:0;height: 95px;}
349
.product_actions li{float: right;}
350
.product_actions li.likedeal{margin-right: 5px; background:url('/img/sprite.png');background-position: 0px -68px;width: 24px;height: 24px;}
351
.product_actions li.likedeal.active{background:url('/img/sprite.png');background-position: 0px -0px;width: 24px;height: 24px;}
352
.product_actions li.dislikedeal{position: absolute;bottom: 0; background:url('/img/sprite.png');background-position: 0px -34px;width: 24px;height: 24px;right:5px; }
353
.product_actions li.dislikedeal.active{background:url('/img/sprite.png');background-position: 0px -128px;width: 24px;height: 24px;}
354
/*.list:last-child{margin: 0 0 10px 0 !important};*/
355
.list{background-color: #fff;margin: 2px;width: 170px;height: 220px;padding: 0 !important;}
356
.card{background-color: white;margin: 5px 0 0 0;padding: 5px 5px 0 5px;}
357
.scrollable{overflow: auto;-webkit-overflow-scrolling: touch;}
358
.scroll{-webkit-overflow-scrolling: touch;}
359
.swipable{display: inline-block;white-space: nowrap;}
360
.swipable li{border-right: 1px solid $c6c6c6;}
361
.likedeal button.active{background-color:green;}
362
.dislikedeal button.active{background-color:orange;}
363
.suborder{background-color: #fff;margin: 5px;padding: 5px;}
364
.suborder h4{font-weight: bold;}
365
span.deliverydate{font-weight: bold;}
366
.filters p{margin: 5px;color: #58d936;font-weight: bold;background-color: #fff;}
367
.aboutus{margin: 10px 5px;background-color: #fff;padding: 10px;}
368
.aboutus .subheader{color:#58d936;margin: 0px;}
369
.bluelink{color: darkorchid;}
370
#myModal .modal-content{background-color: #36d98a;color:#000;padding: 10px;}
371
#myModal .modal-content h4{display: inline;padding-left: 5px;}
372
#myModal .modal-content .text-muted,#myModal .modal-content .btn-xs{margin-left: 35px;}
373
.container{width: 100% !important; padding: 0 5px 0 5px !important;}
374
.carousel-inner img{margin: 0 auto;}
375
.howitworks{background-color: #fff;height: 100%;}
376
#gotit{width: 100px;background-color: #58d936;color: #fff;padding: 5px 10px;margin: -20px 0 ;}
377
.carousel-inner{height: 550px;}
378
.subheader{height: 40px;clear: both;}
379
.subheader h4,.subheader h5{color:#737373;}
380
.nav-tabs a{color: #fff;}
381
.howitworks img{height: 400px !important;}
382
.viewproduct{cursor: crosshair !important;}
383
.dealoffer{color: #000; height: auto;width:100%;}
384
.noshow{visibility: hidden;}
385
.offerlabel{font-weight:bold;font-size: 12px;padding:0;color:#58d936;}
386
.offertext{padding-left:0;max-height: 40px;overflow: hidden;text-overflow:ellipsis;}
387
.categorypreferences{background-color: #fff;margin-bottom:10px;}
388
.categorytab{border: 1px solid #adadad;height: 35px;padding: 5px 0;}
389
.categoryname{width: 60px;display: inline-block;}
390
.brandpreferences,.pricepreferences{padding: 10px;}
391
.brandpreferences h5,.pricepreferences h5{font-weight: bold;}
392
.categorytabcontrol{background:url('/img/catclosed.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
393
/*.minrange{float: left;}*/
394
/*.maxrange{float: right;}*/
395
.brandselector{visibility: hidden;}
396
.brandselector.active{visibility: visible;}
397
.categorytabcontrol.active{background:url('/img/catopen.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
398
/*.orderdetails{border-left: 1px solid #eaeaea;}*/
399
/*.orderdetails .btn{color: #fff; border-radius: 0px !important;}*/
400
button.orderstatus{background-color: #57d835;}
401
button.trackingurl{background-color: #959595;}
402
.deletefav{background:url('/img/recycle-bin.png') no-repeat;height: 20px;width: 20px;display: inline-block;margin-top: 10px;}
403
.clearfavs{padding-top:10px;}
404
.deleteallfavs{background:url('/img/recycle-bin-inverted.png') no-repeat;height: 15px;width: 15px;display: inline-block;}
405
.clearlist{font-size: 16px;font-weight: bold;color: #fff;}
406
.mobileverification{background-color: #fff;margin: 10px 5px;height:100%;}
407
.askformobileverification{margin: 20px 0 30px;color: #000; font-size: 1.5em;}
408
.telecaller{text-align: center;margin: 20px;}
409
.verificationcontrols{text-align: center;}
410
.skipbtn{position:absolute;bottom:0;right:15px;}
411
.first_name{font-size: 1.6em;}
412
.inline{display: inline;}
413
.address{padding: 10px 15px;}
414
.editable{height: auto;font-size:1.4em;margin: 10px 0;}
415
.profilelabel{font-size:1.4em;}
416
.editbtn{text-align: center;background-color: #f1f1f1;padding:5px 0;}
417
.editall{font-size: 1.2em;}
418
.editall i{margin-right: 5px;}
419
.inputable{border: 2px solid #eaeaea;
420
padding: 5px;
421
cursor: pointer;}
422
.ordercontrols{padding:0 !important;margin:5px 0;}
423
.ordercontrols .btn{color: #fff;font-weight: bold;}
424
.filters{padding: 5px;color: #fff;height: auto;background-color: #fff;}
425
.filters div{padding: 0;margin: 0;}
426
/*.filters div.dropdown{width: 120px;}*/
427
.filters .herotext{padding-top: 7px;color: #58d936;}
428
.filters ul.dropdown-menu{padding: 0px !important;margin: 0 !important;}
429
.filters .dropdown button{background-color: #58d936;color:#fff;font-weight: bold;border-radius: 0;width: 100%;}
430
.filters .dropdown button .greenbigtext{color: #58d936;}
431
.filters .dropdown button .greensmalltext{color: #58d936;font-size: smaller;min-height: 5px;}
432
li.menu-item:not(:first-child):not(.dropdown-header) {padding: 5px 0;}
433
.menu-item:not(:last-child){border-bottom: 1px solid #e5e5e5}
434
.menu-item a:hover,.menu-item.selected{background-color: #36d98a !important;}
435
.dropdown-header.menu-item{padding-top: 10px;padding-bottom: 5px;color: #30b20d;font-weight: bold;background-color: #fafafa;}
436
/*.categorypreferences .brandselector{background-image: url('/img/checkbox.png') no-repeat;height: 15px;width: 15px;}*/
437
input[type="checkbox"]:checked {background: url('/img/checkbox_checked.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
438
input[type="checkbox"] {float: left;appearance: none;-webkit-appearance: none;width: 25px;height: 25px;background: url('/img/checkbox.png') no-repeat center center;background-size: contain;margin-right: 5px;}
439
.maxrange .slider{width: 100% !important;}
440
.product_prices div{padding: 0 !important;font-size: 0.8em;color: #58d936;}
441
.orderdetails{padding:0;}
442
.orderdetails div{padding: 0;margin: 0;/*font-size:0.8em;*/overflow:hidden;text-overflow:ellipsis;/*height:15px;*/}
443
.orderid span{display: block;}
444
.text-bold{font-weight: bold;text-transform: uppercase;}
445
.orderimage{position: relative;}
446
.orderimage img{margin:auto;width: 80px;}
447
.revealbrands{width: 100%;clear: both; text-decoration: underline;}
448
.brands{font-size: 1.2em;}
449
.w25px{width: 25px !important;}
450
#srch-term{border-radius: 0;}
451
.searchterm{margin: 5px 15px;background-color: #fff;padding: 5px 10px;font-size: 1.2em;}
452
.searchbar .btn{height: 34px;}
453
.searchresults .card{margin-left: 15px;margin-right: 15px;height: auto;}
454
.centeredimage img{margin: 0 auto;}
455
.greenborder:not(:first-child){border-top: 1px solid #58d936;padding: 5px 0;}
456
.greenborder:first-child{margin-top:5px;padding: 5px 0;}
457
.variants{color: #6294C3;font-size: 0.8em;}
458
#storeproducts{font-weight: bold;border-bottom: 1px solid #cecece;}
459
#bestpricecontainer{font-size: 15px;margin-bottom: 5px;}
460
.greenborder div{padding:0;}
461
.modal-header .close{margin-top: -5px !important;font-size: 4em !important;}
462
.pendingcashbacks .panel-body {background-color: #58d936}
463
.storeproductinfo{padding: 5px 0;border-bottom: 1px solid #cecece;}
464
.suborders{background-color:#58d936}
465
ul.noborder{border: none !important;}
466
ul.noborder li{padding: 0 !important;}
467
ul.noborder li a{border-radius: 0;}
468
.verificationalert{color: #000;font-weight: normal;}
469
.verificationalert a{color: #58d936;}
470
ul.catselect{width: 100%;}
471
.catselect li{padding: 0;}
472
.catselect li a{border-radius: 0;}
473
.typeahead{width: 100%}
474
.typeahead input{width: 100%;}
475
.storeproductinfo .col-xs-3{text-align: center;}
476
#storeproducts .col-xs-3{text-align: center;}
477
.campaigntext{font-size: 1.2em;}
478
.filters .alert{padding: 6px;}
479
.filters .alert a{font-weight: bold;}
480
.alert-info{border: 2px solid #58d936 !important;background: none !important;}
481
#bestprice{font-size: 15px;color: #ff0000;}
482
#bestpriceproductname{margin: 5px 0 0 0 !important;font-size: 18px;}
483
.text-small{font-size: smaller;}
484
.storelogo{height: 20px;}
485
[data-storename],.varnts{font-size: smaller;}
486
.cashbackamount{color:#58d936;font-size: 12px;margin-left: 0px;}
487
#beststorelink{background-color: #ff0000; font-weight: bold;color:#fff;}
488
.clearfix.varnts{margin-bottom: 5px;line-height: 150%;}
489
span.variantcashback {font-size: smaller;color:#58d936;}
490
span.storeminprice{color: #ff0000;}
491
.arrowright{background: url('/img/arrow.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
492
#notificationMessage{padding: 10px;}
493
#skippopup{margin-top: 10px;}
494
.notificationmodal{}
495
.notificationmodal .modal-footer{background: none;border: none;text-align: center;padding: 2px 2px 0 2px !important;margin-top: 20px;}
496
/*a.okbtn{color:#58d936;font-size: 1.3em;font-weight: 100;}*/
497
.dismissbtn{padding-top: 5px;}
498
.dismissbtn a{color:#58d936;font-size: 1.3em;font-weight: 100;}
499
.notificationmodal.modal1{}
500
.notificationMessage{font-size: 1.2em;text-align: center;font-weight: 100;}
501
.closepopup{float: right;margin-top: -10px;margin-right: -5px;}
502
.timeago{font-size: 0.8em;padding-left: 5px;}
503
a.okbtn.btn{border-radius: 0;color: #fff !important;background-color: #58d936 !important;}
504
.modal-dialog{width: 75%;margin: 100px auto;}
505
span.clock{background: url('/img/clock.png') no-repeat center center;background-size: contain;width: 12px;height: 12px;display: inline-block;vertical-align: middle;}
506
.greyarrow{background: url('/img/greyarrow.png') no-repeat center center;background-size: contain;width: 12px;height: 12px;float: right; display: inline-block;margin-top: 4px;}
507
.dropdown-menu>li{display: block;padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.42857143;color: #333;white-space: nowrap;}
508
span.sortlabel{margin-left: 20px;}
509
/*.btn-desc{display: inline-block !important;padding: 3px 10px !important;border:1px solid ##e5e5e5;color:#000;font-weight: bold;}*/
510
.btn-asc,.btn-desc{display: inline-block !important;padding: 3px 10px !important;border: 1px solid #e5e5e5;color: #000 !important;border-radius: 0 !important;font-weight: bold;}
511
ul.brands{background-color: #fff;margin: 0 15px;padding: 10px 20px;}
512
li.brand{border-bottom: 1px solid #f9f9f9;padding: 5px 0;}
513
.brandname{margin-right: 5px;color: #58d936;}
514
.brandcount{color: #ccc;}
515
.filteractions{text-align: center;margin: 0 15px;height: 40px;}
516
.filteractions div{padding: 0 !important;}
517
.filteractions a {font-size: 1.5em;height: 40px;width: 100%;display: block;padding-top: 5px;}
518
.filteractions a.clearfilter{background-color: #ccc;color: #000;}
519
.filteractions a.applyfilter{background-color: #3ca8f4;color: #fff;}
520
.filterbrand{float: right !important;}
521
#showallbrands{background-color: #fff;font-size: 1.2em;margin: 0 15px;text-align: center;height: 30px;}
522
.clearfilters, .selectbrand.active{color: #fff !important;background-color: #58d936 !important;padding: 0;margin: 0;width: 70% !important;font-size: 0.9em;}
523
.greentext{color: #58d936;}
524
#popovertrigger{position: absolute;top:10px;z-index: -999;}
525
.popover{max-width: 160px !important;}
526
.nodeals{text-decoration: underline;color: #fff;font-size: 1.2em;font-weight: bold;}
527
#customMessage{padding: 5px;}
528
.couponcode,.codstatus{display: none;margin:0 !important;}
529
.red{color:red;}
530
.bg-white{background-color: white !important;height: 40px !important;}
531
.bg-white .btn{border-radius: 0;margin: 5px 10px 0 0; background-color: #fafafa;}
532
.herotext a{color: #58d936;}
533
.showdeals{display: inline-block;clear: both;width: 100%;color: #fff;font-size: 1.4em;text-decoration: underline;margin: 0 0 10px;}
534
a.selectbrand{text-decoration: underline;}
535
#productoneliner{font-size: smaller;color: grey;}
536
.productoffer{font-size: smaller;}
537
p.text-small{margin: 0;}
538
.btn-wcb{border-radius: 0;color: #fff !important;}
539
.dp{color:#000 !important;font-size: 13px !important;}
540
.filteraction{background-color: #ff0000 !important;color: #fff !important;margin-left: 10px;padding: 2px 10px;border-radius: 0;font-size: 1em; width: auto !important;}
541
.pt7{padding-top:7px;}
542
.red-text{color: red;}
543
.mr5{margin-right: 5px;}
544
.offerhasnohtml{font-size: 10px; font-weight: bold;}
545
.pt2{padding-top: 2px;display: inline-block;}
546
.subcard:not(:first-child) .productsmalldetails{border-top: 2px dotted #58d936;display: block;}
547
.text-bigger{font-size: larger;}
548
.text_arrange {padding: 0;margin: 0;font-size: 12px;}
16591 anikendra 549
span.stars, span.stars span {
550
    display: block;
551
    background: url(../img/stars.png) 0 -16px repeat-x;
552
    width: 80px;
553
    height: 16px;
554
}
555
 
556
span.stars span {
557
    background-position: 0 0;
558
}
559
.glyphicon.glyphicon-download-alt {
560
    font-size: 10px;
561
}
16767 anikendra 562
.appdetails {font-size: 12px;}
563
.location_style{
564
  background-color:yellow; 
565
  font-size:12px; 
566
  word-wrap: break-word;
567
}