I found that in TankEditor.cs, the CustomEditor attribute has been commented out, and there is an overriding OnInspectorGUI method.
I noticed that the custom styling for the inspector is only applied when I uncomment the attribute and remove the OnInspectorGUI method.