1 .jqistates { 2 font-size: 14px; 3 } 4 5 .jqistates h2 { 6 padding-bottom: 10px; 7 border-bottom: 1px solid #eee; 8 font-size: 18px; 9 line-height: 25px; 10 text-align: center; 11 color: #424242; 12 } 13 14 .jqistates input { 15 margin: 10px 0; 16 } 17 18 .jqistates input[type='text'], input[type='password'] { 19 width: 100%; 20 } 21 22 button.jqidefaultbutton #inviteLinkRef { 23 color: #2c8ad2; 24 } 25 26 #inviteLinkRef { 27 -webkit-user-select: text; 28 user-select: text; 29 }