![logo](https://raw.githubusercontent.com/opentok/solutions-css/master/tobox-logo.png?token=AE4PZ25IYtId9AF2gNqsKqHZ-SoD1PwCks5XwGjwwA%3D%3D)

# OpenTok Solutions CSS

Universal css styles for OpenTok Accelerator Packs.

###Installation:

```bash
$ npm install --save opentok-solutions-css
```

If using browserify or webpack:

```javascript
require('opentok-solutions-css');
```

Otherwise, just include the link to the stylesheet in your html:

```html
<link rel="stylesheet" href="https://assets.tokbox.com/solutions/css/style.css">

```

