diff --git a/README.md b/README.md
index 22c31d06..957978bc 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Eventually point your web brower to `http://localhost:8000`.
$ argo-trading-standalone
```
-Tested locally with Node.js 7.x, AngularJS 1.6.x and Material 1.x.
+Tested locally with Node.js 7.x, AngularJS 1.6.x.
## [Basic features](docs/views)
diff --git a/build/app.bundle.js b/build/app.bundle.js
index b29682cd..d24d8053 100644
--- a/build/app.bundle.js
+++ b/build/app.bundle.js
@@ -61,7 +61,6 @@ appConfig.$inject = ["$httpProvider", "$locationProvider"];
const app = angular$1
.module("common.app", [
- "ngMaterial",
"simple-modal"
])
.component("app", appComponent)
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index 37cd57cc..c03b7008 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -5,7 +5,7 @@ Argo is an HTML5 interface for the OANDA trading platform.
The source code is located in the `src` folder.
The backend is based on [Node.js][].
-The frontend is based on [AngularJS][] and [Material Design][].
+The frontend is based on [AngularJS][].
The frontend follows [Papa's AngularJS style guide][].
@@ -21,7 +21,6 @@ The other folders contain the implementation of each feature.
[Node.js]: http://nodejs.org/
[AngularJS]: https://angularjs.org/
-[Material Design]: https://material.angularjs.org/
[Papa's AngularJS style guide]: https://github.com/johnpapa/angularjs-styleguide
[OANDA Rest APIs]: http://developer.oanda.com/rest-live/introduction/
[R]: http://www.r-project.org/
diff --git a/package.json b/package.json
index 67c5b76a..de4b1165 100644
--- a/package.json
+++ b/package.json
@@ -30,11 +30,7 @@
"request": "~2.81.0",
"angular": "~1.6.3",
- "angular-animate": "~1.6.3",
- "angular-aria": "~1.6.3",
- "angular-messages": "~1.6.3",
"angular-mocks": "~1.6.3",
- "angular-material": "~1.1.3",
"d3": "~4.7.3",
"techan": "~0.8.0",
"tachyons": "~4.6.2"
diff --git a/src/client/app/common/app.module.js b/src/client/app/common/app.module.js
index d417946a..9302a9e9 100644
--- a/src/client/app/common/app.module.js
+++ b/src/client/app/common/app.module.js
@@ -5,7 +5,6 @@ import { appConfig } from "./app.config";
export const app = angular
.module("common.app", [
- "ngMaterial",
"simple-modal"
])
.component("app", appComponent)
diff --git a/src/client/index.html b/src/client/index.html
index 831a86f4..c2de109d 100644
--- a/src/client/index.html
+++ b/src/client/index.html
@@ -10,7 +10,6 @@
-
@@ -23,9 +22,6 @@
-
-
-